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

Functions

bool Attached (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 
bool Powered (const BlockState Block)
 
BlockState TripwireHook ()
 
constexpr BlockState TripwireHook (const bool Attached, const eBlockFace Facing, const bool Powered)
 

Function Documentation

◆ Attached()

bool Block::TripwireHook::Attached ( const BlockState  Block)

Definition at line 11791 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 11799 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 11809 of file BlockStates.cpp.

◆ TripwireHook() [1/2]

BlockState Block::TripwireHook::TripwireHook ( )

Definition at line 11787 of file BlockStates.cpp.

◆ TripwireHook() [2/2]

constexpr BlockState Block::TripwireHook::TripwireHook ( const bool  Attached,
const eBlockFace  Facing,
const bool  Powered 
)
constexpr

Definition at line 24113 of file BlockStates.h.