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

Functions

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

Function Documentation

◆ East()

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

Definition at line 12554 of file BlockStates.cpp.

◆ North()

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

Definition at line 12562 of file BlockStates.cpp.

◆ South()

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

Definition at line 12570 of file BlockStates.cpp.

◆ West()

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

Definition at line 12578 of file BlockStates.cpp.

◆ WhiteStainedGlassPane() [1/2]

BlockState Block::WhiteStainedGlassPane::WhiteStainedGlassPane ( )

Definition at line 12550 of file BlockStates.cpp.

◆ WhiteStainedGlassPane() [2/2]

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

Definition at line 25146 of file BlockStates.h.