Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
BlockState | GlassPane () |
constexpr BlockState | GlassPane (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::GlassPane::East | ( | const BlockState | Block | ) |
Definition at line 4549 of file BlockStates.cpp.
BlockState Block::GlassPane::GlassPane | ( | ) |
Definition at line 4545 of file BlockStates.cpp.
|
constexpr |
Definition at line 8569 of file BlockStates.h.
bool Block::GlassPane::North | ( | const BlockState | Block | ) |
Definition at line 4557 of file BlockStates.cpp.
bool Block::GlassPane::South | ( | const BlockState | Block | ) |
Definition at line 4565 of file BlockStates.cpp.
bool Block::GlassPane::West | ( | const BlockState | Block | ) |
Definition at line 4573 of file BlockStates.cpp.