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

Functions

eBlockFace Facing (const BlockState Block)
 
bool InWall (const BlockState Block)
 
BlockState OakFenceGate ()
 
constexpr BlockState OakFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered)
 
bool Open (const BlockState Block)
 
bool Powered (const BlockState Block)
 

Function Documentation

◆ Facing()

eBlockFace Block::OakFenceGate::Facing ( const BlockState  Block)

Definition at line 7478 of file BlockStates.cpp.

◆ InWall()

bool Block::OakFenceGate::InWall ( const BlockState  Block)

Definition at line 7488 of file BlockStates.cpp.

◆ OakFenceGate() [1/2]

BlockState Block::OakFenceGate::OakFenceGate ( )

Definition at line 7474 of file BlockStates.cpp.

◆ OakFenceGate() [2/2]

constexpr BlockState Block::OakFenceGate::OakFenceGate ( const eBlockFace  Facing,
const bool  InWall,
const bool  Open,
const bool  Powered 
)
constexpr

Definition at line 14569 of file BlockStates.h.

◆ Open()

bool Block::OakFenceGate::Open ( const BlockState  Block)

Definition at line 7496 of file BlockStates.cpp.

◆ Powered()

bool Block::OakFenceGate::Powered ( const BlockState  Block)

Definition at line 7504 of file BlockStates.cpp.