![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
BlockState | WarpedFence () |
constexpr BlockState | WarpedFence (const bool East, const bool North, const bool South, const bool West) |
bool | West (const BlockState Block) |
bool Block::WarpedFence::East | ( | const BlockState | Block | ) |
Definition at line 12068 of file BlockStates.cpp.
bool Block::WarpedFence::North | ( | const BlockState | Block | ) |
Definition at line 12076 of file BlockStates.cpp.
bool Block::WarpedFence::South | ( | const BlockState | Block | ) |
Definition at line 12084 of file BlockStates.cpp.
BlockState Block::WarpedFence::WarpedFence | ( | ) |
Definition at line 12064 of file BlockStates.cpp.
|
constexpr |
Definition at line 24542 of file BlockStates.h.
bool Block::WarpedFence::West | ( | const BlockState | Block | ) |
Definition at line 12092 of file BlockStates.cpp.