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

◆ Shape

Enumerator
Straight 
InnerLeft 
InnerRight 
OuterLeft 
OuterRight 

Definition at line 14760 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 7641 of file BlockStates.cpp.

◆ Half()

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

Definition at line 7641 of file BlockStates.cpp.

◆ OakStairs() [1/2]

BlockState Block::OakStairs::OakStairs ( )

Definition at line 7637 of file BlockStates.cpp.

◆ OakStairs() [2/2]

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

Definition at line 14768 of file BlockStates.h.

◆ Shape()

enum Shape Block::OakStairs::Shape ( const BlockState  Block)

Definition at line 7641 of file BlockStates.cpp.