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

Functions

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

Function Documentation

◆ CrimsonPressurePlate() [1/2]

BlockState Block::CrimsonPressurePlate::CrimsonPressurePlate ( )

Definition at line 2913 of file BlockStates.cpp.

◆ CrimsonPressurePlate() [2/2]

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

Definition at line 4985 of file BlockStates.h.

◆ Powered()

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

Definition at line 2917 of file BlockStates.cpp.