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

Functions

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

Function Documentation

◆ OakPressurePlate() [1/2]

BlockState Block::OakPressurePlate::OakPressurePlate ( )

Definition at line 7562 of file BlockStates.cpp.

◆ OakPressurePlate() [2/2]

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

Definition at line 14694 of file BlockStates.h.

◆ Powered()

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

Definition at line 7566 of file BlockStates.cpp.