Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | CyanStainedGlassPane () |
constexpr BlockState | CyanStainedGlassPane (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::CyanStainedGlassPane::CyanStainedGlassPane | ( | ) |
Definition at line 3237 of file BlockStates.cpp.
|
constexpr |
Definition at line 5399 of file BlockStates.h.
bool Block::CyanStainedGlassPane::East | ( | const BlockState | Block | ) |
Definition at line 3241 of file BlockStates.cpp.
bool Block::CyanStainedGlassPane::North | ( | const BlockState | Block | ) |
Definition at line 3249 of file BlockStates.cpp.
bool Block::CyanStainedGlassPane::South | ( | const BlockState | Block | ) |
Definition at line 3257 of file BlockStates.cpp.
bool Block::CyanStainedGlassPane::West | ( | const BlockState | Block | ) |
Definition at line 3265 of file BlockStates.cpp.