Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Type { Normal , Sticky } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | MovingPiston () |
constexpr BlockState | MovingPiston (const eBlockFace Facing, const enum Type Type) |
enum Type | Type (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Normal | |
Sticky |
Definition at line 12401 of file BlockStates.h.
eBlockFace Block::MovingPiston::Facing | ( | const BlockState | Block | ) |
Definition at line 6996 of file BlockStates.cpp.
BlockState Block::MovingPiston::MovingPiston | ( | ) |
Definition at line 6992 of file BlockStates.cpp.
|
constexpr |
Definition at line 12406 of file BlockStates.h.
enum Type Block::MovingPiston::Type | ( | const BlockState | Block | ) |
Definition at line 6996 of file BlockStates.cpp.