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) |
BlockState | PolishedBlackstoneBrickStairs () |
constexpr BlockState | PolishedBlackstoneBrickStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape) |
enum Shape | Shape (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 15671 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 15676 of file BlockStates.h.
eBlockFace Block::PolishedBlackstoneBrickStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 8381 of file BlockStates.cpp.
enum Half Block::PolishedBlackstoneBrickStairs::Half | ( | const BlockState | Block | ) |
Definition at line 8381 of file BlockStates.cpp.
BlockState Block::PolishedBlackstoneBrickStairs::PolishedBlackstoneBrickStairs | ( | ) |
Definition at line 8377 of file BlockStates.cpp.
|
constexpr |
Definition at line 15684 of file BlockStates.h.
enum Shape Block::PolishedBlackstoneBrickStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 8381 of file BlockStates.cpp.