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 | BrickStairs () |
constexpr BlockState | BrickStairs (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 2875 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 2880 of file BlockStates.h.
BlockState Block::BrickStairs::BrickStairs | ( | ) |
Definition at line 1763 of file BlockStates.cpp.
|
constexpr |
Definition at line 2888 of file BlockStates.h.
eBlockFace Block::BrickStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 1767 of file BlockStates.cpp.
enum Half Block::BrickStairs::Half | ( | const BlockState | Block | ) |
Definition at line 1767 of file BlockStates.cpp.
enum Shape Block::BrickStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 1767 of file BlockStates.cpp.