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 | CobblestoneStairs () |
constexpr BlockState | CobblestoneStairs (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 4076 of file BlockStates.h.
|
strong |
Enumerator | |
---|---|
Straight | |
InnerLeft | |
InnerRight | |
OuterLeft | |
OuterRight |
Definition at line 4081 of file BlockStates.h.
BlockState Block::CobblestoneStairs::CobblestoneStairs | ( | ) |
Definition at line 2463 of file BlockStates.cpp.
|
constexpr |
Definition at line 4089 of file BlockStates.h.
eBlockFace Block::CobblestoneStairs::Facing | ( | const BlockState | Block | ) |
Definition at line 2467 of file BlockStates.cpp.
enum Half Block::CobblestoneStairs::Half | ( | const BlockState | Block | ) |
Definition at line 2467 of file BlockStates.cpp.
enum Shape Block::CobblestoneStairs::Shape | ( | const BlockState | Block | ) |
Definition at line 2467 of file BlockStates.cpp.