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

Functions

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

Function Documentation

◆ DarkOakFenceGate() [1/2]

BlockState Block::DarkOakFenceGate::DarkOakFenceGate ( )

Definition at line 3441 of file BlockStates.cpp.

◆ DarkOakFenceGate() [2/2]

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

Definition at line 5727 of file BlockStates.h.

◆ Facing()

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

Definition at line 3445 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 3455 of file BlockStates.cpp.

◆ Open()

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

Definition at line 3463 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 3471 of file BlockStates.cpp.