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

Functions

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

Function Documentation

◆ BlueStainedGlassPane() [1/2]

BlockState Block::BlueStainedGlassPane::BlueStainedGlassPane ( )

Definition at line 1609 of file BlockStates.cpp.

◆ BlueStainedGlassPane() [2/2]

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

Definition at line 2710 of file BlockStates.h.

◆ East()

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

Definition at line 1613 of file BlockStates.cpp.

◆ North()

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

Definition at line 1621 of file BlockStates.cpp.

◆ South()

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

Definition at line 1629 of file BlockStates.cpp.

◆ West()

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

Definition at line 1637 of file BlockStates.cpp.