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

Functions

BlockState Dropper ()
 
constexpr BlockState Dropper (const eBlockFace Facing, const bool Triggered)
 
eBlockFace Facing (const BlockState Block)
 
bool Triggered (const BlockState Block)
 

Function Documentation

◆ Dropper() [1/2]

BlockState Block::Dropper::Dropper ( )

Definition at line 4160 of file BlockStates.cpp.

◆ Dropper() [2/2]

constexpr BlockState Block::Dropper::Dropper ( const eBlockFace  Facing,
const bool  Triggered 
)
constexpr

Definition at line 6927 of file BlockStates.h.

◆ Facing()

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

Definition at line 4164 of file BlockStates.cpp.

◆ Triggered()

bool Block::Dropper::Triggered ( const BlockState  Block)

Definition at line 4176 of file BlockStates.cpp.