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

Enumerations

enum class  East { None , Low , Tall }
 
enum class  North { None , Low , Tall }
 
enum class  South { None , Low , Tall }
 
enum class  West { None , Low , Tall }
 

Functions

enum East East (const BlockState Block)
 
BlockState GraniteWall ()
 
constexpr BlockState GraniteWall (const enum East East, const enum North North, const enum South South, const bool Up, const enum West West)
 
enum North North (const BlockState Block)
 
enum South South (const BlockState Block)
 
bool Up (const BlockState Block)
 
enum West West (const BlockState Block)
 

Enumeration Type Documentation

◆ East

Enumerator
None 
Low 
Tall 

Definition at line 8730 of file BlockStates.h.

◆ North

Enumerator
None 
Low 
Tall 

Definition at line 8736 of file BlockStates.h.

◆ South

Enumerator
None 
Low 
Tall 

Definition at line 8742 of file BlockStates.h.

◆ West

Enumerator
None 
Low 
Tall 

Definition at line 8748 of file BlockStates.h.

Function Documentation

◆ East()

enum East Block::GraniteWall::East ( const BlockState  Block)

Definition at line 4648 of file BlockStates.cpp.

◆ GraniteWall() [1/2]

BlockState Block::GraniteWall::GraniteWall ( )

Definition at line 4648 of file BlockStates.cpp.

◆ GraniteWall() [2/2]

constexpr BlockState Block::GraniteWall::GraniteWall ( const enum East  East,
const enum North  North,
const enum South  South,
const bool  Up,
const enum West  West 
)
constexpr

Definition at line 8754 of file BlockStates.h.

◆ North()

Definition at line 4648 of file BlockStates.cpp.

◆ South()

Definition at line 4648 of file BlockStates.cpp.

◆ Up()

bool Block::GraniteWall::Up ( const BlockState  Block)

Definition at line 4679 of file BlockStates.cpp.

◆ West()

enum West Block::GraniteWall::West ( const BlockState  Block)

Definition at line 4679 of file BlockStates.cpp.