Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
BlockState | JungleFence () |
constexpr BlockState | JungleFence (const bool East, const bool North, const bool South, const bool West) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
bool Block::JungleFence::East | ( | const BlockState | Block | ) |
Definition at line 5496 of file BlockStates.cpp.
BlockState Block::JungleFence::JungleFence | ( | ) |
Definition at line 5492 of file BlockStates.cpp.
|
constexpr |
Definition at line 10151 of file BlockStates.h.
bool Block::JungleFence::North | ( | const BlockState | Block | ) |
Definition at line 5504 of file BlockStates.cpp.
bool Block::JungleFence::South | ( | const BlockState | Block | ) |
Definition at line 5512 of file BlockStates.cpp.
bool Block::JungleFence::West | ( | const BlockState | Block | ) |
Definition at line 5520 of file BlockStates.cpp.