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

Functions

bool East (const BlockState Block)
 
bool North (const BlockState Block)
 
BlockState RedStainedGlassPane ()
 
constexpr BlockState RedStainedGlassPane (const bool East, const bool North, const bool South, const bool West)
 
bool South (const BlockState Block)
 
bool West (const BlockState Block)
 

Function Documentation

◆ East()

bool Block::RedStainedGlassPane::East ( const BlockState  Block)

Definition at line 9779 of file BlockStates.cpp.

◆ North()

bool Block::RedStainedGlassPane::North ( const BlockState  Block)

Definition at line 9787 of file BlockStates.cpp.

◆ RedStainedGlassPane() [1/2]

BlockState Block::RedStainedGlassPane::RedStainedGlassPane ( )

Definition at line 9775 of file BlockStates.cpp.

◆ RedStainedGlassPane() [2/2]

constexpr BlockState Block::RedStainedGlassPane::RedStainedGlassPane ( const bool  East,
const bool  North,
const bool  South,
const bool  West 
)
constexpr

Definition at line 18972 of file BlockStates.h.

◆ South()

bool Block::RedStainedGlassPane::South ( const BlockState  Block)

Definition at line 9795 of file BlockStates.cpp.

◆ West()

bool Block::RedStainedGlassPane::West ( const BlockState  Block)

Definition at line 9803 of file BlockStates.cpp.