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

Functions

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

Definition at line 9166 of file BlockStates.cpp.

◆ North()

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

Definition at line 9174 of file BlockStates.cpp.

◆ PurpleStainedGlassPane() [1/2]

BlockState Block::PurpleStainedGlassPane::PurpleStainedGlassPane ( )

Definition at line 9162 of file BlockStates.cpp.

◆ PurpleStainedGlassPane() [2/2]

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

Definition at line 17581 of file BlockStates.h.

◆ South()

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

Definition at line 9182 of file BlockStates.cpp.

◆ West()

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

Definition at line 9190 of file BlockStates.cpp.