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

Functions

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

Definition at line 5496 of file BlockStates.cpp.

◆ JungleFence() [1/2]

BlockState Block::JungleFence::JungleFence ( )

Definition at line 5492 of file BlockStates.cpp.

◆ JungleFence() [2/2]

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

Definition at line 10151 of file BlockStates.h.

◆ North()

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

Definition at line 5504 of file BlockStates.cpp.

◆ South()

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

Definition at line 5512 of file BlockStates.cpp.

◆ West()

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

Definition at line 5520 of file BlockStates.cpp.