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

Functions

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

Definition at line 8103 of file BlockStates.cpp.

◆ North()

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

Definition at line 8111 of file BlockStates.cpp.

◆ PinkStainedGlassPane() [1/2]

BlockState Block::PinkStainedGlassPane::PinkStainedGlassPane ( )

Definition at line 8099 of file BlockStates.cpp.

◆ PinkStainedGlassPane() [2/2]

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

Definition at line 15331 of file BlockStates.h.

◆ South()

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

Definition at line 8119 of file BlockStates.cpp.

◆ West()

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

Definition at line 8127 of file BlockStates.cpp.