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

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 WarpedStairs ()
 
constexpr BlockState WarpedStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape)
 

Enumeration Type Documentation

◆ Half

Enumerator
Top 
Bottom 

Definition at line 24750 of file BlockStates.h.

◆ Shape

Enumerator
Straight 
InnerLeft 
InnerRight 
OuterLeft 
OuterRight 

Definition at line 24755 of file BlockStates.h.

Function Documentation

◆ Facing()

eBlockFace Block::WarpedStairs::Facing ( const BlockState  Block)

Definition at line 12236 of file BlockStates.cpp.

◆ Half()

enum Half Block::WarpedStairs::Half ( const BlockState  Block)

Definition at line 12236 of file BlockStates.cpp.

◆ Shape()

Definition at line 12236 of file BlockStates.cpp.

◆ WarpedStairs() [1/2]

BlockState Block::WarpedStairs::WarpedStairs ( )

Definition at line 12232 of file BlockStates.cpp.

◆ WarpedStairs() [2/2]

constexpr BlockState Block::WarpedStairs::WarpedStairs ( const eBlockFace  Facing,
const enum Half  Half,
const enum Shape  Shape 
)
constexpr

Definition at line 24763 of file BlockStates.h.