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

Functions

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

Definition at line 4837 of file BlockStates.cpp.

◆ GrayStainedGlassPane() [1/2]

BlockState Block::GrayStainedGlassPane::GrayStainedGlassPane ( )

Definition at line 4833 of file BlockStates.cpp.

◆ GrayStainedGlassPane() [2/2]

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

Definition at line 9173 of file BlockStates.h.

◆ North()

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

Definition at line 4845 of file BlockStates.cpp.

◆ South()

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

Definition at line 4853 of file BlockStates.cpp.

◆ West()

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

Definition at line 4861 of file BlockStates.cpp.