Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Instrument { Harp , Basedrum , Snare , Hat , Bass , Flute , Bell , Guitar , Chime , Xylophone , IronXylophone , CowBell , Didgeridoo , Bit , Banjo , Pling } |
Functions | |
enum Instrument | Instrument (const BlockState Block) |
unsigned char | Note (const BlockState Block) |
BlockState | NoteBlock () |
constexpr BlockState | NoteBlock (const enum Instrument Instrument, const unsigned char Note, const bool Powered) |
bool | Powered (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
Harp | |
Basedrum | |
Snare | |
Hat | |
Bass | |
Flute | |
Bell | |
Guitar | |
Chime | |
Xylophone | |
IronXylophone | |
CowBell | |
Didgeridoo | |
Bit | |
Banjo | |
Pling |
Definition at line 13082 of file BlockStates.h.
enum Instrument Block::NoteBlock::Instrument | ( | const BlockState | Block | ) |
Definition at line 7284 of file BlockStates.cpp.
unsigned char Block::NoteBlock::Note | ( | const BlockState | Block | ) |
Definition at line 7310 of file BlockStates.cpp.
BlockState Block::NoteBlock::NoteBlock | ( | ) |
Definition at line 7284 of file BlockStates.cpp.
|
constexpr |
Definition at line 13101 of file BlockStates.h.
bool Block::NoteBlock::Powered | ( | const BlockState | Block | ) |
Definition at line 7341 of file BlockStates.cpp.