Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BlueStainedGlassPane () |
constexpr BlockState | BlueStainedGlassPane (const bool East, const bool North, const bool South, const bool West) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
BlockState Block::BlueStainedGlassPane::BlueStainedGlassPane | ( | ) |
Definition at line 1609 of file BlockStates.cpp.
|
constexpr |
Definition at line 2710 of file BlockStates.h.
bool Block::BlueStainedGlassPane::East | ( | const BlockState | Block | ) |
Definition at line 1613 of file BlockStates.cpp.
bool Block::BlueStainedGlassPane::North | ( | const BlockState | Block | ) |
Definition at line 1621 of file BlockStates.cpp.
bool Block::BlueStainedGlassPane::South | ( | const BlockState | Block | ) |
Definition at line 1629 of file BlockStates.cpp.
bool Block::BlueStainedGlassPane::West | ( | const BlockState | Block | ) |
Definition at line 1637 of file BlockStates.cpp.