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 | EndStoneBrickStairs () |
constexpr BlockState | EndStoneBrickStairs (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 7046 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 7051 of file BlockStates.h.
BlockState Block::EndStoneBrickStairs::EndStoneBrickStairs | ( | ) |
Definition at line 4265 of file BlockStates.cpp.
|
constexpr |
Definition at line 7059 of file BlockStates.h.
eBlockFace Block::EndStoneBrickStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 4269 of file BlockStates.cpp.
enum Half Block::EndStoneBrickStairs::Half | ( | const BlockState | Block | ) |
Definition at line 4269 of file BlockStates.cpp.
enum Shape Block::EndStoneBrickStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 4269 of file BlockStates.cpp.