Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::RedSandstoneStairs 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 RedSandstoneStairs ()
 
constexpr BlockState RedSandstoneStairs (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 18585 of file BlockStates.h.

◆ Shape

Enumerator
Straight 
InnerLeft 
InnerRight 
OuterLeft 
OuterRight 

Definition at line 18590 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 9670 of file BlockStates.cpp.

◆ Half()

Definition at line 9670 of file BlockStates.cpp.

◆ RedSandstoneStairs() [1/2]

BlockState Block::RedSandstoneStairs::RedSandstoneStairs ( )

Definition at line 9666 of file BlockStates.cpp.

◆ RedSandstoneStairs() [2/2]

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

Definition at line 18598 of file BlockStates.h.

◆ Shape()

Definition at line 9670 of file BlockStates.cpp.