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

Functions

bool Extended (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 
BlockState Piston ()
 
constexpr BlockState Piston (const bool Extended, const eBlockFace Facing)
 

Function Documentation

◆ Extended()

bool Block::Piston::Extended ( const BlockState  Block)

Definition at line 8168 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 8176 of file BlockStates.cpp.

◆ Piston() [1/2]

BlockState Block::Piston::Piston ( )

Definition at line 8164 of file BlockStates.cpp.

◆ Piston() [2/2]

constexpr BlockState Block::Piston::Piston ( const bool  Extended,
const eBlockFace  Facing 
)
constexpr

Definition at line 15405 of file BlockStates.h.