![]() |
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 | SandstoneStairs () |
constexpr BlockState | SandstoneStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape) |
enum Shape | Shape (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 21233 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 21238 of file BlockStates.h.
eBlockFace Block::SandstoneStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 10107 of file BlockStates.cpp.
enum Half Block::SandstoneStairs::Half | ( | const BlockState | Block | ) |
Definition at line 10107 of file BlockStates.cpp.
BlockState Block::SandstoneStairs::SandstoneStairs | ( | ) |
Definition at line 10103 of file BlockStates.cpp.
|
constexpr |
Definition at line 21246 of file BlockStates.h.
enum Shape Block::SandstoneStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 10107 of file BlockStates.cpp.