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

Functions

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

Function Documentation

◆ East()

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

Definition at line 6281 of file BlockStates.cpp.

◆ LightGrayStainedGlassPane() [1/2]

BlockState Block::LightGrayStainedGlassPane::LightGrayStainedGlassPane ( )

Definition at line 6277 of file BlockStates.cpp.

◆ LightGrayStainedGlassPane() [2/2]

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

Definition at line 11076 of file BlockStates.h.

◆ North()

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

Definition at line 6289 of file BlockStates.cpp.

◆ South()

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

Definition at line 6297 of file BlockStates.cpp.

◆ West()

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

Definition at line 6305 of file BlockStates.cpp.