Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::Jigsaw Namespace Reference

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)
 

Enumeration Type Documentation

◆ Orientation

Enumerator
DownEast 
DownNorth 
DownSouth 
DownWest 
UpEast 
UpNorth 
UpSouth 
UpWest 
WestUp 
EastUp 
NorthUp 
SouthUp 

Definition at line 9905 of file BlockStates.h.

Function Documentation

◆ Jigsaw() [1/2]

BlockState Block::Jigsaw::Jigsaw ( )

Definition at line 5369 of file BlockStates.cpp.

◆ Jigsaw() [2/2]

constexpr BlockState Block::Jigsaw::Jigsaw ( const enum Orientation  Orientation)
constexpr

Definition at line 9920 of file BlockStates.h.

◆ Orientation()

Definition at line 5369 of file BlockStates.cpp.