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

Functions

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

Definition at line 4549 of file BlockStates.cpp.

◆ GlassPane() [1/2]

BlockState Block::GlassPane::GlassPane ( )

Definition at line 4545 of file BlockStates.cpp.

◆ GlassPane() [2/2]

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

Definition at line 8569 of file BlockStates.h.

◆ North()

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

Definition at line 4557 of file BlockStates.cpp.

◆ South()

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

Definition at line 4565 of file BlockStates.cpp.

◆ West()

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

Definition at line 4573 of file BlockStates.cpp.