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

Functions

BlockState ChorusPlant ()
 
constexpr BlockState ChorusPlant (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

◆ ChorusPlant() [1/2]

BlockState Block::ChorusPlant::ChorusPlant ( )

Definition at line 2377 of file BlockStates.cpp.

◆ ChorusPlant() [2/2]

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

Definition at line 3885 of file BlockStates.h.

◆ Down()

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

Definition at line 2381 of file BlockStates.cpp.

◆ East()

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

Definition at line 2389 of file BlockStates.cpp.

◆ North()

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

Definition at line 2397 of file BlockStates.cpp.

◆ South()

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

Definition at line 2405 of file BlockStates.cpp.

◆ Up()

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

Definition at line 2413 of file BlockStates.cpp.

◆ West()

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

Definition at line 2421 of file BlockStates.cpp.