Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Shape { NorthSouth , EastWest , AscendingEast , AscendingWest , AscendingNorth , AscendingSouth } |
Functions | |
BlockState | DetectorRail () |
constexpr BlockState | DetectorRail (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 6407 of file BlockStates.h.
BlockState Block::DetectorRail::DetectorRail | ( | ) |
Definition at line 3939 of file BlockStates.cpp.
|
constexpr |
Definition at line 6416 of file BlockStates.h.
bool Block::DetectorRail::Powered | ( | const BlockState | Block | ) |
Definition at line 3943 of file BlockStates.cpp.
enum Shape Block::DetectorRail::Shape | ( | const BlockState | Block | ) |
Definition at line 3943 of file BlockStates.cpp.