Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::PolishedAndesiteStairs 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)
 
BlockState PolishedAndesiteStairs ()
 
constexpr BlockState PolishedAndesiteStairs (const eBlockFace Facing, const enum Half Half, const enum Shape Shape)
 
enum Shape Shape (const BlockState Block)
 

Enumeration Type Documentation

◆ Half

Enumerator
Top 
Bottom 

Definition at line 15555 of file BlockStates.h.

◆ Shape

Enumerator
Straight 
InnerLeft 
InnerRight 
OuterLeft 
OuterRight 

Definition at line 15560 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 8310 of file BlockStates.cpp.

◆ Half()

Definition at line 8310 of file BlockStates.cpp.

◆ PolishedAndesiteStairs() [1/2]

BlockState Block::PolishedAndesiteStairs::PolishedAndesiteStairs ( )

Definition at line 8306 of file BlockStates.cpp.

◆ PolishedAndesiteStairs() [2/2]

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

Definition at line 15568 of file BlockStates.h.

◆ Shape()

Definition at line 8310 of file BlockStates.cpp.