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

Functions

BlockState BrownStainedGlassPane ()
 
constexpr BlockState BrownStainedGlassPane (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

◆ BrownStainedGlassPane() [1/2]

BlockState Block::BrownStainedGlassPane::BrownStainedGlassPane ( )

Definition at line 2021 of file BlockStates.cpp.

◆ BrownStainedGlassPane() [2/2]

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

Definition at line 3515 of file BlockStates.h.

◆ East()

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

Definition at line 2025 of file BlockStates.cpp.

◆ North()

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

Definition at line 2033 of file BlockStates.cpp.

◆ South()

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

Definition at line 2041 of file BlockStates.cpp.

◆ West()

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

Definition at line 2049 of file BlockStates.cpp.