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 | SandstoneWall () |
constexpr BlockState | SandstoneWall (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 21308 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 21314 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 21320 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 21326 of file BlockStates.h.
enum East Block::SandstoneWall::East | ( | const BlockState | Block | ) |
Definition at line 10139 of file BlockStates.cpp.
enum North Block::SandstoneWall::North | ( | const BlockState | Block | ) |
Definition at line 10139 of file BlockStates.cpp.
BlockState Block::SandstoneWall::SandstoneWall | ( | ) |
Definition at line 10139 of file BlockStates.cpp.
|
constexpr |
Definition at line 21332 of file BlockStates.h.
enum South Block::SandstoneWall::South | ( | const BlockState | Block | ) |
Definition at line 10139 of file BlockStates.cpp.
bool Block::SandstoneWall::Up | ( | const BlockState | Block | ) |
Definition at line 10170 of file BlockStates.cpp.
enum West Block::SandstoneWall::West | ( | const BlockState | Block | ) |
Definition at line 10170 of file BlockStates.cpp.