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

Functions

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

Function Documentation

◆ East()

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

Definition at line 7439 of file BlockStates.cpp.

◆ North()

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

Definition at line 7447 of file BlockStates.cpp.

◆ OakFence() [1/2]

BlockState Block::OakFence::OakFence ( )

Definition at line 7435 of file BlockStates.cpp.

◆ OakFence() [2/2]

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

Definition at line 14528 of file BlockStates.h.

◆ South()

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

Definition at line 7455 of file BlockStates.cpp.

◆ West()

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

Definition at line 7463 of file BlockStates.cpp.