Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Shape { NorthSouth , EastWest , AscendingEast , AscendingWest , AscendingNorth , AscendingSouth } |
Functions | |
bool | Powered (const BlockState Block) |
BlockState | PoweredRail () |
constexpr BlockState | PoweredRail (const bool Powered, const enum Shape Shape) |
enum Shape | Shape (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
NorthSouth | |
EastWest | |
AscendingEast | |
AscendingWest | |
AscendingNorth | |
AscendingSouth |
Definition at line 16916 of file BlockStates.h.
bool Block::PoweredRail::Powered | ( | const BlockState | Block | ) |
Definition at line 8844 of file BlockStates.cpp.
BlockState Block::PoweredRail::PoweredRail | ( | ) |
Definition at line 8840 of file BlockStates.cpp.
|
constexpr |
Definition at line 16925 of file BlockStates.h.
enum Shape Block::PoweredRail::Shape | ( | const BlockState | Block | ) |
Definition at line 8844 of file BlockStates.cpp.