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

Functions

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

Function Documentation

◆ East()

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

Definition at line 10719 of file BlockStates.cpp.

◆ North()

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

Definition at line 10727 of file BlockStates.cpp.

◆ South()

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

Definition at line 10735 of file BlockStates.cpp.

◆ SpruceFence() [1/2]

BlockState Block::SpruceFence::SpruceFence ( )

Definition at line 10715 of file BlockStates.cpp.

◆ SpruceFence() [2/2]

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

Definition at line 22391 of file BlockStates.h.

◆ West()

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

Definition at line 10743 of file BlockStates.cpp.