Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Shape { NorthSouth , EastWest , AscendingEast , AscendingWest , AscendingNorth , AscendingSouth , SouthEast , SouthWest , NorthWest , NorthEast } |
Functions | |
BlockState | Rail () |
constexpr BlockState | Rail (const enum Shape Shape) |
enum Shape | Shape (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
NorthSouth | |
EastWest | |
AscendingEast | |
AscendingWest | |
AscendingNorth | |
AscendingSouth | |
SouthEast | |
SouthWest | |
NorthWest | |
NorthEast |
Definition at line 17887 of file BlockStates.h.
BlockState Block::Rail::Rail | ( | ) |
Definition at line 9369 of file BlockStates.cpp.
|
constexpr |
Definition at line 17900 of file BlockStates.h.
enum Shape Block::Rail::Shape | ( | const BlockState | Block | ) |
Definition at line 9369 of file BlockStates.cpp.