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

Functions

BlockState AcaciaPressurePlate ()
 
constexpr BlockState AcaciaPressurePlate (const bool Powered)
 
bool Powered (const BlockState Block)
 

Function Documentation

◆ AcaciaPressurePlate() [1/2]

BlockState Block::AcaciaPressurePlate::AcaciaPressurePlate ( )

Definition at line 217 of file BlockStates.cpp.

◆ AcaciaPressurePlate() [2/2]

constexpr BlockState Block::AcaciaPressurePlate::AcaciaPressurePlate ( const bool  Powered)
constexpr

Definition at line 378 of file BlockStates.h.

◆ Powered()

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

Definition at line 221 of file BlockStates.cpp.