![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | Up (const BlockState Block) |
BlockState | Vine () |
constexpr BlockState | Vine (const bool East, const bool North, const bool South, const bool Up, const bool West) |
bool | West (const BlockState Block) |
bool Block::Vine::East | ( | const BlockState | Block | ) |
Definition at line 11918 of file BlockStates.cpp.
bool Block::Vine::North | ( | const BlockState | Block | ) |
Definition at line 11926 of file BlockStates.cpp.
bool Block::Vine::South | ( | const BlockState | Block | ) |
Definition at line 11934 of file BlockStates.cpp.
bool Block::Vine::Up | ( | const BlockState | Block | ) |
Definition at line 11942 of file BlockStates.cpp.
BlockState Block::Vine::Vine | ( | ) |
Definition at line 11914 of file BlockStates.cpp.
|
constexpr |
Definition at line 24248 of file BlockStates.h.
bool Block::Vine::West | ( | const BlockState | Block | ) |
Definition at line 11950 of file BlockStates.cpp.