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

Functions

BlockState BrownMushroomBlock ()
 
constexpr BlockState BrownMushroomBlock (const bool Down, const bool East, const bool North, const bool South, const bool Up, const bool West)
 
bool Down (const BlockState Block)
 
bool East (const BlockState Block)
 
bool North (const BlockState Block)
 
bool South (const BlockState Block)
 
bool Up (const BlockState Block)
 
bool West (const BlockState Block)
 

Function Documentation

◆ BrownMushroomBlock() [1/2]

BlockState Block::BrownMushroomBlock::BrownMushroomBlock ( )

Definition at line 1944 of file BlockStates.cpp.

◆ BrownMushroomBlock() [2/2]

constexpr BlockState Block::BrownMushroomBlock::BrownMushroomBlock ( const bool  Down,
const bool  East,
const bool  North,
const bool  South,
const bool  Up,
const bool  West 
)
constexpr

Definition at line 3355 of file BlockStates.h.

◆ Down()

bool Block::BrownMushroomBlock::Down ( const BlockState  Block)

Definition at line 1948 of file BlockStates.cpp.

◆ East()

bool Block::BrownMushroomBlock::East ( const BlockState  Block)

Definition at line 1956 of file BlockStates.cpp.

◆ North()

bool Block::BrownMushroomBlock::North ( const BlockState  Block)

Definition at line 1964 of file BlockStates.cpp.

◆ South()

bool Block::BrownMushroomBlock::South ( const BlockState  Block)

Definition at line 1972 of file BlockStates.cpp.

◆ Up()

bool Block::BrownMushroomBlock::Up ( const BlockState  Block)

Definition at line 1980 of file BlockStates.cpp.

◆ West()

bool Block::BrownMushroomBlock::West ( const BlockState  Block)

Definition at line 1988 of file BlockStates.cpp.