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

Functions

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

Function Documentation

◆ Down()

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

Definition at line 9487 of file BlockStates.cpp.

◆ East()

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

Definition at line 9495 of file BlockStates.cpp.

◆ North()

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

Definition at line 9503 of file BlockStates.cpp.

◆ RedMushroomBlock() [1/2]

BlockState Block::RedMushroomBlock::RedMushroomBlock ( )

Definition at line 9483 of file BlockStates.cpp.

◆ RedMushroomBlock() [2/2]

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

Definition at line 18025 of file BlockStates.h.

◆ South()

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

Definition at line 9511 of file BlockStates.cpp.

◆ Up()

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

Definition at line 9519 of file BlockStates.cpp.

◆ West()

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

Definition at line 9527 of file BlockStates.cpp.