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

Functions

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

Function Documentation

◆ BirchPressurePlate() [1/2]

BlockState Block::BirchPressurePlate::BirchPressurePlate ( )

Definition at line 1005 of file BlockStates.cpp.

◆ BirchPressurePlate() [2/2]

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

Definition at line 1735 of file BlockStates.h.

◆ Powered()

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

Definition at line 1009 of file BlockStates.cpp.