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

Functions

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

Function Documentation

◆ JunglePressurePlate() [1/2]

BlockState Block::JunglePressurePlate::JunglePressurePlate ( )

Definition at line 5619 of file BlockStates.cpp.

◆ JunglePressurePlate() [2/2]

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

Definition at line 10317 of file BlockStates.h.

◆ Powered()

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

Definition at line 5623 of file BlockStates.cpp.