Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | Attached (const BlockState Block) |
eBlockFace | Facing (const BlockState Block) |
bool | Powered (const BlockState Block) |
BlockState | TripwireHook () |
constexpr BlockState | TripwireHook (const bool Attached, const eBlockFace Facing, const bool Powered) |
bool Block::TripwireHook::Attached | ( | const BlockState | Block | ) |
Definition at line 11791 of file BlockStates.cpp.
eBlockFace Block::TripwireHook::Facing | ( | const BlockState | Block | ) |
Definition at line 11799 of file BlockStates.cpp.
bool Block::TripwireHook::Powered | ( | const BlockState | Block | ) |
Definition at line 11809 of file BlockStates.cpp.
BlockState Block::TripwireHook::TripwireHook | ( | ) |
Definition at line 11787 of file BlockStates.cpp.
|
constexpr |
Definition at line 24113 of file BlockStates.h.