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

Enumerations

enum class  Face { Floor , Wall , Ceiling }
 

Functions

enum Face Face (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 
BlockState PolishedBlackstoneButton ()
 
constexpr BlockState PolishedBlackstoneButton (const enum Face Face, const eBlockFace Facing, const bool Powered)
 
bool Powered (const BlockState Block)
 

Enumeration Type Documentation

◆ Face

Enumerator
Floor 
Wall 
Ceiling 

Definition at line 16044 of file BlockStates.h.

Function Documentation

◆ Face()

Definition at line 8467 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 8480 of file BlockStates.cpp.

◆ PolishedBlackstoneButton() [1/2]

BlockState Block::PolishedBlackstoneButton::PolishedBlackstoneButton ( )

Definition at line 8467 of file BlockStates.cpp.

◆ PolishedBlackstoneButton() [2/2]

constexpr BlockState Block::PolishedBlackstoneButton::PolishedBlackstoneButton ( const enum Face  Face,
const eBlockFace  Facing,
const bool  Powered 
)
constexpr

Definition at line 16050 of file BlockStates.h.

◆ Powered()

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

Definition at line 8490 of file BlockStates.cpp.