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

Functions

bool Enabled (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 
BlockState Hopper ()
 
constexpr BlockState Hopper (const bool Enabled, const eBlockFace Facing)
 

Function Documentation

◆ Enabled()

bool Block::Hopper::Enabled ( const BlockState  Block)

Definition at line 5148 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 5156 of file BlockStates.cpp.

◆ Hopper() [1/2]

BlockState Block::Hopper::Hopper ( )

Definition at line 5144 of file BlockStates.cpp.

◆ Hopper() [2/2]

constexpr BlockState Block::Hopper::Hopper ( const bool  Enabled,
const eBlockFace  Facing 
)
constexpr

Definition at line 9513 of file BlockStates.h.