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) |
BlockState | NetherBrickWall () |
constexpr BlockState | NetherBrickWall (const enum East East, const enum North North, const enum South South, const bool Up, const enum West West) |
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 12715 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 12721 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 12727 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 12733 of file BlockStates.h.
enum East Block::NetherBrickWall::East | ( | const BlockState | Block | ) |
Definition at line 7180 of file BlockStates.cpp.
BlockState Block::NetherBrickWall::NetherBrickWall | ( | ) |
Definition at line 7180 of file BlockStates.cpp.
|
constexpr |
Definition at line 12739 of file BlockStates.h.
enum North Block::NetherBrickWall::North | ( | const BlockState | Block | ) |
Definition at line 7180 of file BlockStates.cpp.
enum South Block::NetherBrickWall::South | ( | const BlockState | Block | ) |
Definition at line 7180 of file BlockStates.cpp.
bool Block::NetherBrickWall::Up | ( | const BlockState | Block | ) |
Definition at line 7211 of file BlockStates.cpp.
enum West Block::NetherBrickWall::West | ( | const BlockState | Block | ) |
Definition at line 7211 of file BlockStates.cpp.