Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
BlockState | OakFence () |
constexpr BlockState | OakFence (const bool East, const bool North, const bool South, const bool West) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
bool Block::OakFence::East | ( | const BlockState | Block | ) |
Definition at line 7439 of file BlockStates.cpp.
bool Block::OakFence::North | ( | const BlockState | Block | ) |
Definition at line 7447 of file BlockStates.cpp.
BlockState Block::OakFence::OakFence | ( | ) |
Definition at line 7435 of file BlockStates.cpp.
|
constexpr |
Definition at line 14528 of file BlockStates.h.
bool Block::OakFence::South | ( | const BlockState | Block | ) |
Definition at line 7455 of file BlockStates.cpp.
bool Block::OakFence::West | ( | const BlockState | Block | ) |
Definition at line 7463 of file BlockStates.cpp.