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

Functions

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

Function Documentation

◆ BlackStainedGlassPane() [1/2]

BlockState Block::BlackStainedGlassPane::BlackStainedGlassPane ( )

Definition at line 1300 of file BlockStates.cpp.

◆ BlackStainedGlassPane() [2/2]

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

Definition at line 2097 of file BlockStates.h.

◆ East()

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

Definition at line 1304 of file BlockStates.cpp.

◆ North()

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

Definition at line 1312 of file BlockStates.cpp.

◆ South()

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

Definition at line 1320 of file BlockStates.cpp.

◆ West()

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

Definition at line 1328 of file BlockStates.cpp.