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

Functions

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

Function Documentation

◆ East()

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

Definition at line 12778 of file BlockStates.cpp.

◆ North()

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

Definition at line 12786 of file BlockStates.cpp.

◆ South()

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

Definition at line 12794 of file BlockStates.cpp.

◆ West()

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

Definition at line 12802 of file BlockStates.cpp.

◆ YellowStainedGlassPane() [1/2]

BlockState Block::YellowStainedGlassPane::YellowStainedGlassPane ( )

Definition at line 12774 of file BlockStates.cpp.

◆ YellowStainedGlassPane() [2/2]

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

Definition at line 25384 of file BlockStates.h.