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

Enumerations

enum class  Attachment { Floor , Ceiling , SingleWall , DoubleWall }
 

Functions

enum Attachment Attachment (const BlockState Block)
 
BlockState Bell ()
 
constexpr BlockState Bell (const enum Attachment Attachment, const eBlockFace Facing, const bool Powered)
 
eBlockFace Facing (const BlockState Block)
 
bool Powered (const BlockState Block)
 

Enumeration Type Documentation

◆ Attachment

Enumerator
Floor 
Ceiling 
SingleWall 
DoubleWall 

Definition at line 1299 of file BlockStates.h.

Function Documentation

◆ Attachment()

Definition at line 760 of file BlockStates.cpp.

◆ Bell() [1/2]

BlockState Block::Bell::Bell ( )

Definition at line 760 of file BlockStates.cpp.

◆ Bell() [2/2]

constexpr BlockState Block::Bell::Bell ( const enum Attachment  Attachment,
const eBlockFace  Facing,
const bool  Powered 
)
constexpr

Definition at line 1306 of file BlockStates.h.

◆ Facing()

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

Definition at line 774 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 784 of file BlockStates.cpp.