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

Functions

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

◆ AcaciaFence() [1/2]

BlockState Block::AcaciaFence::AcaciaFence ( )

Definition at line 90 of file BlockStates.cpp.

◆ AcaciaFence() [2/2]

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

Definition at line 212 of file BlockStates.h.

◆ East()

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

Definition at line 94 of file BlockStates.cpp.

◆ North()

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

Definition at line 102 of file BlockStates.cpp.

◆ South()

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

Definition at line 110 of file BlockStates.cpp.

◆ West()

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

Definition at line 118 of file BlockStates.cpp.