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 | |
eBlockFace | Facing (const BlockState Block) |
enum Half | Half (const BlockState Block) |
enum Shape | Shape (const BlockState Block) |
BlockState | StoneBrickStairs () |
constexpr BlockState | StoneBrickStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 22845 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 22850 of file BlockStates.h.
eBlockFace Block::StoneBrickStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 11077 of file BlockStates.cpp.
enum Half Block::StoneBrickStairs::Half | ( | const BlockState | Block | ) |
Definition at line 11077 of file BlockStates.cpp.
enum Shape Block::StoneBrickStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 11077 of file BlockStates.cpp.
BlockState Block::StoneBrickStairs::StoneBrickStairs | ( | ) |
Definition at line 11073 of file BlockStates.cpp.
|
constexpr |
Definition at line 22858 of file BlockStates.h.