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

Functions

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

Function Documentation

◆ Down()

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

Definition at line 7023 of file BlockStates.cpp.

◆ East()

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

Definition at line 7031 of file BlockStates.cpp.

◆ MushroomStem() [1/2]

BlockState Block::MushroomStem::MushroomStem ( )

Definition at line 7019 of file BlockStates.cpp.

◆ MushroomStem() [2/2]

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

Definition at line 12433 of file BlockStates.h.

◆ North()

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

Definition at line 7039 of file BlockStates.cpp.

◆ South()

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

Definition at line 7047 of file BlockStates.cpp.

◆ Up()

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

Definition at line 7055 of file BlockStates.cpp.

◆ West()

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

Definition at line 7063 of file BlockStates.cpp.