Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | East { None , Low , Tall } |
enum class | North { None , Low , Tall } |
enum class | South { None , Low , Tall } |
enum class | West { None , Low , Tall } |
Functions | |
enum East | East (const BlockState Block) |
enum North | North (const BlockState Block) |
BlockState | PolishedBlackstoneWall () |
constexpr BlockState | PolishedBlackstoneWall (const enum East East, const enum North North, const enum South South, const bool Up, const enum West West) |
enum South | South (const BlockState Block) |
bool | Up (const BlockState Block) |
enum West | West (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 16201 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 16207 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 16213 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 16219 of file BlockStates.h.
enum East Block::PolishedBlackstoneWall::East | ( | const BlockState | Block | ) |
Definition at line 8568 of file BlockStates.cpp.
enum North Block::PolishedBlackstoneWall::North | ( | const BlockState | Block | ) |
Definition at line 8568 of file BlockStates.cpp.
BlockState Block::PolishedBlackstoneWall::PolishedBlackstoneWall | ( | ) |
Definition at line 8568 of file BlockStates.cpp.
|
constexpr |
Definition at line 16225 of file BlockStates.h.
enum South Block::PolishedBlackstoneWall::South | ( | const BlockState | Block | ) |
Definition at line 8568 of file BlockStates.cpp.
bool Block::PolishedBlackstoneWall::Up | ( | const BlockState | Block | ) |
Definition at line 8599 of file BlockStates.cpp.
enum West Block::PolishedBlackstoneWall::West | ( | const BlockState | Block | ) |
Definition at line 8599 of file BlockStates.cpp.