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

Functions

BlockState BrewingStand ()
 
constexpr BlockState BrewingStand (const bool HasBottle_0, const bool HasBottle_1, const bool HasBottle_2)
 
bool HasBottle_0 (const BlockState Block)
 
bool HasBottle_1 (const BlockState Block)
 
bool HasBottle_2 (const BlockState Block)
 

Function Documentation

◆ BrewingStand() [1/2]

BlockState Block::BrewingStand::BrewingStand ( )

Definition at line 1716 of file BlockStates.cpp.

◆ BrewingStand() [2/2]

constexpr BlockState Block::BrewingStand::BrewingStand ( const bool  HasBottle_0,
const bool  HasBottle_1,
const bool  HasBottle_2 
)
constexpr

Definition at line 2834 of file BlockStates.h.

◆ HasBottle_0()

bool Block::BrewingStand::HasBottle_0 ( const BlockState  Block)

Definition at line 1720 of file BlockStates.cpp.

◆ HasBottle_1()

bool Block::BrewingStand::HasBottle_1 ( const BlockState  Block)

Definition at line 1728 of file BlockStates.cpp.

◆ HasBottle_2()

bool Block::BrewingStand::HasBottle_2 ( const BlockState  Block)

Definition at line 1736 of file BlockStates.cpp.