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

Functions

bool Attached (const BlockState Block)
 
bool Disarmed (const BlockState Block)
 
bool East (const BlockState Block)
 
bool North (const BlockState Block)
 
bool Powered (const BlockState Block)
 
bool South (const BlockState Block)
 
BlockState Tripwire ()
 
constexpr BlockState Tripwire (const bool Attached, const bool Disarmed, const bool East, const bool North, const bool Powered, const bool South, const bool West)
 
bool West (const BlockState Block)
 

Function Documentation

◆ Attached()

bool Block::Tripwire::Attached ( const BlockState  Block)

Definition at line 11728 of file BlockStates.cpp.

◆ Disarmed()

bool Block::Tripwire::Disarmed ( const BlockState  Block)

Definition at line 11736 of file BlockStates.cpp.

◆ East()

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

Definition at line 11744 of file BlockStates.cpp.

◆ North()

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

Definition at line 11752 of file BlockStates.cpp.

◆ Powered()

bool Block::Tripwire::Powered ( const BlockState  Block)

Definition at line 11760 of file BlockStates.cpp.

◆ South()

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

Definition at line 11768 of file BlockStates.cpp.

◆ Tripwire() [1/2]

BlockState Block::Tripwire::Tripwire ( )

Definition at line 11724 of file BlockStates.cpp.

◆ Tripwire() [2/2]

constexpr BlockState Block::Tripwire::Tripwire ( const bool  Attached,
const bool  Disarmed,
const bool  East,
const bool  North,
const bool  Powered,
const bool  South,
const bool  West 
)
constexpr

Definition at line 23845 of file BlockStates.h.

◆ West()

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

Definition at line 11776 of file BlockStates.cpp.