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 | |
BlockState | BrickWall () |
constexpr BlockState | BrickWall (const enum East East, const enum North North, const enum South South, const bool Up, const enum West West) |
enum East | East (const BlockState Block) |
enum North | North (const BlockState Block) |
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 2950 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 2956 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 2962 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 2968 of file BlockStates.h.
BlockState Block::BrickWall::BrickWall | ( | ) |
Definition at line 1799 of file BlockStates.cpp.
|
constexpr |
Definition at line 2974 of file BlockStates.h.
enum East Block::BrickWall::East | ( | const BlockState | Block | ) |
Definition at line 1799 of file BlockStates.cpp.
enum North Block::BrickWall::North | ( | const BlockState | Block | ) |
Definition at line 1799 of file BlockStates.cpp.
enum South Block::BrickWall::South | ( | const BlockState | Block | ) |
Definition at line 1799 of file BlockStates.cpp.
bool Block::BrickWall::Up | ( | const BlockState | Block | ) |
Definition at line 1830 of file BlockStates.cpp.
enum West Block::BrickWall::West | ( | const BlockState | Block | ) |
Definition at line 1830 of file BlockStates.cpp.