Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::RedNetherBrickWall 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)
 
enum North North (const BlockState Block)
 
BlockState RedNetherBrickWall ()
 
constexpr BlockState RedNetherBrickWall (const enum East East, const enum North North, const enum South South, const bool Up, const enum West West)
 
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 18256 of file BlockStates.h.

◆ North

Enumerator
None 
Low 
Tall 

Definition at line 18262 of file BlockStates.h.

◆ South

Enumerator
None 
Low 
Tall 

Definition at line 18268 of file BlockStates.h.

◆ West

Enumerator
None 
Low 
Tall 

Definition at line 18274 of file BlockStates.h.

Function Documentation

◆ East()

Definition at line 9590 of file BlockStates.cpp.

◆ North()

Definition at line 9590 of file BlockStates.cpp.

◆ RedNetherBrickWall() [1/2]

BlockState Block::RedNetherBrickWall::RedNetherBrickWall ( )

Definition at line 9590 of file BlockStates.cpp.

◆ RedNetherBrickWall() [2/2]

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

Definition at line 18280 of file BlockStates.h.

◆ South()

Definition at line 9590 of file BlockStates.cpp.

◆ Up()

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

Definition at line 9621 of file BlockStates.cpp.

◆ West()

Definition at line 9621 of file BlockStates.cpp.