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 | CrimsonStairs () |
constexpr BlockState | CrimsonStairs (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 5043 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 5048 of file BlockStates.h.
BlockState Block::CrimsonStairs::CrimsonStairs | ( | ) |
Definition at line 2976 of file BlockStates.cpp.
|
constexpr |
Definition at line 5056 of file BlockStates.h.
eBlockFace Block::CrimsonStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 2980 of file BlockStates.cpp.
enum Half Block::CrimsonStairs::Half | ( | const BlockState | Block | ) |
Definition at line 2980 of file BlockStates.cpp.
enum Shape Block::CrimsonStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 2980 of file BlockStates.cpp.