![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Type { Normal , Sticky } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
BlockState | PistonHead () |
constexpr BlockState | PistonHead (const eBlockFace Facing, const bool Short, const enum Type Type) |
bool | Short (const BlockState Block) |
enum Type | Type (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Normal | |
Sticky |
Definition at line 15428 of file BlockStates.h.
eBlockFace Block::PistonHead::Facing | ( | const BlockState | Block | ) |
Definition at line 8195 of file BlockStates.cpp.
BlockState Block::PistonHead::PistonHead | ( | ) |
Definition at line 8191 of file BlockStates.cpp.
|
constexpr |
Definition at line 15433 of file BlockStates.h.
bool Block::PistonHead::Short | ( | const BlockState | Block | ) |
Definition at line 8207 of file BlockStates.cpp.
enum Type Block::PistonHead::Type | ( | const BlockState | Block | ) |
Definition at line 8207 of file BlockStates.cpp.