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

Functions

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

Function Documentation

◆ East()

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

Definition at line 12068 of file BlockStates.cpp.

◆ North()

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

Definition at line 12076 of file BlockStates.cpp.

◆ South()

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

Definition at line 12084 of file BlockStates.cpp.

◆ WarpedFence() [1/2]

BlockState Block::WarpedFence::WarpedFence ( )

Definition at line 12064 of file BlockStates.cpp.

◆ WarpedFence() [2/2]

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

Definition at line 24542 of file BlockStates.h.

◆ West()

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

Definition at line 12092 of file BlockStates.cpp.