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

Functions

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

Function Documentation

◆ DarkOakPressurePlate() [1/2]

BlockState Block::DarkOakPressurePlate::DarkOakPressurePlate ( )

Definition at line 3529 of file BlockStates.cpp.

◆ DarkOakPressurePlate() [2/2]

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

Definition at line 5852 of file BlockStates.h.

◆ Powered()

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

Definition at line 3533 of file BlockStates.cpp.