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

Functions

bool East (const BlockState Block)
 
bool North (const BlockState Block)
 
BlockState OrangeStainedGlassPane ()
 
constexpr BlockState OrangeStainedGlassPane (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::OrangeStainedGlassPane::East ( const BlockState  Block)

Definition at line 7891 of file BlockStates.cpp.

◆ North()

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

Definition at line 7899 of file BlockStates.cpp.

◆ OrangeStainedGlassPane() [1/2]

BlockState Block::OrangeStainedGlassPane::OrangeStainedGlassPane ( )

Definition at line 7887 of file BlockStates.cpp.

◆ OrangeStainedGlassPane() [2/2]

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

Definition at line 15090 of file BlockStates.h.

◆ South()

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

Definition at line 7907 of file BlockStates.cpp.

◆ West()

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

Definition at line 7915 of file BlockStates.cpp.