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

Functions

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

Function Documentation

◆ East()

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

Definition at line 11918 of file BlockStates.cpp.

◆ North()

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

Definition at line 11926 of file BlockStates.cpp.

◆ South()

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

Definition at line 11934 of file BlockStates.cpp.

◆ Up()

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

Definition at line 11942 of file BlockStates.cpp.

◆ Vine() [1/2]

BlockState Block::Vine::Vine ( )

Definition at line 11914 of file BlockStates.cpp.

◆ Vine() [2/2]

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

Definition at line 24248 of file BlockStates.h.

◆ West()

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

Definition at line 11950 of file BlockStates.cpp.