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

Functions

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

Definition at line 5221 of file BlockStates.cpp.

◆ IronBars() [1/2]

BlockState Block::IronBars::IronBars ( )

Definition at line 5217 of file BlockStates.cpp.

◆ IronBars() [2/2]

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

Definition at line 9616 of file BlockStates.h.

◆ North()

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

Definition at line 5229 of file BlockStates.cpp.

◆ South()

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

Definition at line 5237 of file BlockStates.cpp.

◆ West()

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

Definition at line 5245 of file BlockStates.cpp.