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

Functions

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

Function Documentation

◆ Extended()

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

Definition at line 11031 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 11039 of file BlockStates.cpp.

◆ StickyPiston() [1/2]

BlockState Block::StickyPiston::StickyPiston ( )

Definition at line 11027 of file BlockStates.cpp.

◆ StickyPiston() [2/2]

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

Definition at line 22798 of file BlockStates.h.