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 | SmoothSandstoneStairs () |
constexpr BlockState | SmoothSandstoneStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape) |
|
strong |
Enumerator | |
---|---|
Top | |
Bottom |
Definition at line 21966 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 21971 of file BlockStates.h.
eBlockFace Block::SmoothSandstoneStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 10474 of file BlockStates.cpp.
enum Half Block::SmoothSandstoneStairs::Half | ( | const BlockState | Block | ) |
Definition at line 10474 of file BlockStates.cpp.
enum Shape Block::SmoothSandstoneStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 10474 of file BlockStates.cpp.
BlockState Block::SmoothSandstoneStairs::SmoothSandstoneStairs | ( | ) |
Definition at line 10470 of file BlockStates.cpp.
|
constexpr |
Definition at line 21979 of file BlockStates.h.