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

Functions

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

Definition at line 7093 of file BlockStates.cpp.

◆ NetherBrickFence() [1/2]

BlockState Block::NetherBrickFence::NetherBrickFence ( )

Definition at line 7089 of file BlockStates.cpp.

◆ NetherBrickFence() [2/2]

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

Definition at line 12582 of file BlockStates.h.

◆ North()

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

Definition at line 7101 of file BlockStates.cpp.

◆ South()

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

Definition at line 7109 of file BlockStates.cpp.

◆ West()

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

Definition at line 7117 of file BlockStates.cpp.