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

Functions

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

◆ DarkOakFence() [1/2]

BlockState Block::DarkOakFence::DarkOakFence ( )

Definition at line 3402 of file BlockStates.cpp.

◆ DarkOakFence() [2/2]

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

Definition at line 5686 of file BlockStates.h.

◆ East()

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

Definition at line 3406 of file BlockStates.cpp.

◆ North()

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

Definition at line 3414 of file BlockStates.cpp.

◆ South()

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

Definition at line 3422 of file BlockStates.cpp.

◆ West()

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

Definition at line 3430 of file BlockStates.cpp.