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 | CobblestoneWall () |
constexpr BlockState | CobblestoneWall (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 4151 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 4157 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 4163 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
None | |
Low | |
Tall |
Definition at line 4169 of file BlockStates.h.
BlockState Block::CobblestoneWall::CobblestoneWall | ( | ) |
Definition at line 2499 of file BlockStates.cpp.
|
constexpr |
Definition at line 4175 of file BlockStates.h.
enum East Block::CobblestoneWall::East | ( | const BlockState | Block | ) |
Definition at line 2499 of file BlockStates.cpp.
enum North Block::CobblestoneWall::North | ( | const BlockState | Block | ) |
Definition at line 2499 of file BlockStates.cpp.
enum South Block::CobblestoneWall::South | ( | const BlockState | Block | ) |
Definition at line 2499 of file BlockStates.cpp.
bool Block::CobblestoneWall::Up | ( | const BlockState | Block | ) |
Definition at line 2530 of file BlockStates.cpp.
enum West Block::CobblestoneWall::West | ( | const BlockState | Block | ) |
Definition at line 2530 of file BlockStates.cpp.