Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | Attached (const BlockState Block) |
bool | Disarmed (const BlockState Block) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | Powered (const BlockState Block) |
bool | South (const BlockState Block) |
BlockState | Tripwire () |
constexpr BlockState | Tripwire (const bool Attached, const bool Disarmed, const bool East, const bool North, const bool Powered, const bool South, const bool West) |
bool | West (const BlockState Block) |
bool Block::Tripwire::Attached | ( | const BlockState | Block | ) |
Definition at line 11728 of file BlockStates.cpp.
bool Block::Tripwire::Disarmed | ( | const BlockState | Block | ) |
Definition at line 11736 of file BlockStates.cpp.
bool Block::Tripwire::East | ( | const BlockState | Block | ) |
Definition at line 11744 of file BlockStates.cpp.
bool Block::Tripwire::North | ( | const BlockState | Block | ) |
Definition at line 11752 of file BlockStates.cpp.
bool Block::Tripwire::Powered | ( | const BlockState | Block | ) |
Definition at line 11760 of file BlockStates.cpp.
bool Block::Tripwire::South | ( | const BlockState | Block | ) |
Definition at line 11768 of file BlockStates.cpp.
BlockState Block::Tripwire::Tripwire | ( | ) |
Definition at line 11724 of file BlockStates.cpp.
|
constexpr |
Definition at line 23845 of file BlockStates.h.
bool Block::Tripwire::West | ( | const BlockState | Block | ) |
Definition at line 11776 of file BlockStates.cpp.