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

Functions

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

◆ CrimsonFence() [1/2]

BlockState Block::CrimsonFence::CrimsonFence ( )

Definition at line 2808 of file BlockStates.cpp.

◆ CrimsonFence() [2/2]

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

Definition at line 4835 of file BlockStates.h.

◆ East()

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

Definition at line 2812 of file BlockStates.cpp.

◆ North()

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

Definition at line 2820 of file BlockStates.cpp.

◆ South()

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

Definition at line 2828 of file BlockStates.cpp.

◆ West()

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

Definition at line 2836 of file BlockStates.cpp.