Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Orientation { DownEast , DownNorth , DownSouth , DownWest , UpEast , UpNorth , UpSouth , UpWest , WestUp , EastUp , NorthUp , SouthUp } |
Functions | |
BlockState | Jigsaw () |
constexpr BlockState | Jigsaw (const enum Orientation Orientation) |
enum Orientation | Orientation (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
DownEast | |
DownNorth | |
DownSouth | |
DownWest | |
UpEast | |
UpNorth | |
UpSouth | |
UpWest | |
WestUp | |
EastUp | |
NorthUp | |
SouthUp |
Definition at line 9905 of file BlockStates.h.
BlockState Block::Jigsaw::Jigsaw | ( | ) |
Definition at line 5369 of file BlockStates.cpp.
|
constexpr |
Definition at line 9920 of file BlockStates.h.
enum Orientation Block::Jigsaw::Orientation | ( | const BlockState | Block | ) |
Definition at line 5369 of file BlockStates.cpp.