Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Half { Upper , Lower } |
enum class | Hinge { Left , Right } |
Functions | |
eBlockFace | Facing (const BlockState Block) |
enum Half | Half (const BlockState Block) |
enum Hinge | Hinge (const BlockState Block) |
BlockState | OakDoor () |
constexpr BlockState | OakDoor (const eBlockFace Facing, const enum Half Half, const enum Hinge Hinge, const bool Open, const bool Powered) |
bool | Open (const BlockState Block) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Upper | |
Lower |
Definition at line 14382 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Left | |
Right |
Definition at line 14387 of file BlockStates.h.
eBlockFace Block::OakDoor::Facing | ( | const BlockState | Block | ) |
Definition at line 7390 of file BlockStates.cpp.
enum Half Block::OakDoor::Half | ( | const BlockState | Block | ) |
Definition at line 7390 of file BlockStates.cpp.
enum Hinge Block::OakDoor::Hinge | ( | const BlockState | Block | ) |
Definition at line 7390 of file BlockStates.cpp.
BlockState Block::OakDoor::OakDoor | ( | ) |
Definition at line 7386 of file BlockStates.cpp.
|
constexpr |
Definition at line 14392 of file BlockStates.h.
bool Block::OakDoor::Open | ( | const BlockState | Block | ) |
Definition at line 7416 of file BlockStates.cpp.
bool Block::OakDoor::Powered | ( | const BlockState | Block | ) |
Definition at line 7424 of file BlockStates.cpp.