Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Half { Top , Bottom } |
enum class | Shape { Straight , InnerLeft , InnerRight , OuterLeft , OuterRight } |
Functions | |
BlockState | DarkOakStairs () |
constexpr BlockState | DarkOakStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape) |
eBlockFace | Facing (const BlockState Block) |
enum Half | Half (const BlockState Block) |
enum Shape | Shape (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 5913 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 5918 of file BlockStates.h.
BlockState Block::DarkOakStairs::DarkOakStairs | ( | ) |
Definition at line 3604 of file BlockStates.cpp.
|
constexpr |
Definition at line 5926 of file BlockStates.h.
eBlockFace Block::DarkOakStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 3608 of file BlockStates.cpp.
enum Half Block::DarkOakStairs::Half | ( | const BlockState | Block | ) |
Definition at line 3608 of file BlockStates.cpp.
enum Shape Block::DarkOakStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 3608 of file BlockStates.cpp.