Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::RedstoneWire Namespace Reference

Enumerations

enum class  East { Up , Side , None }
 
enum class  North { Up , Side , None }
 
enum class  South { Up , Side , None }
 
enum class  West { Up , Side , None }
 

Functions

enum East East (const BlockState Block)
 
enum North North (const BlockState Block)
 
unsigned char Power (const BlockState Block)
 
BlockState RedstoneWire ()
 
constexpr BlockState RedstoneWire (const enum East East, const enum North North, const unsigned char Power, const enum South South, const enum West West)
 
enum South South (const BlockState Block)
 
enum West West (const BlockState Block)
 

Enumeration Type Documentation

◆ East

Enumerator
Up 
Side 
None 

Definition at line 19104 of file BlockStates.h.

◆ North

Enumerator
Up 
Side 
None 

Definition at line 19110 of file BlockStates.h.

◆ South

Enumerator
Up 
Side 
None 

Definition at line 19116 of file BlockStates.h.

◆ West

Enumerator
Up 
Side 
None 

Definition at line 19122 of file BlockStates.h.

Function Documentation

◆ East()

enum East Block::RedstoneWire::East ( const BlockState  Block)

Definition at line 9913 of file BlockStates.cpp.

◆ North()

Definition at line 9913 of file BlockStates.cpp.

◆ Power()

unsigned char Block::RedstoneWire::Power ( const BlockState  Block)

Definition at line 9935 of file BlockStates.cpp.

◆ RedstoneWire() [1/2]

BlockState Block::RedstoneWire::RedstoneWire ( )

Definition at line 9913 of file BlockStates.cpp.

◆ RedstoneWire() [2/2]

constexpr BlockState Block::RedstoneWire::RedstoneWire ( const enum East  East,
const enum North  North,
const unsigned char  Power,
const enum South  South,
const enum West  West 
)
constexpr

Definition at line 19128 of file BlockStates.h.

◆ South()

Definition at line 9935 of file BlockStates.cpp.

◆ West()

enum West Block::RedstoneWire::West ( const BlockState  Block)

Definition at line 9935 of file BlockStates.cpp.