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