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

Functions

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

Definition at line 6695 of file BlockStates.cpp.

◆ MagentaStainedGlassPane() [1/2]

BlockState Block::MagentaStainedGlassPane::MagentaStainedGlassPane ( )

Definition at line 6691 of file BlockStates.cpp.

◆ MagentaStainedGlassPane() [2/2]

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

Definition at line 11524 of file BlockStates.h.

◆ North()

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

Definition at line 6703 of file BlockStates.cpp.

◆ South()

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

Definition at line 6711 of file BlockStates.cpp.

◆ West()

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

Definition at line 6719 of file BlockStates.cpp.