LeviLamina
Loading...
Searching...
No Matches
NoteBlockInstrument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class NoteBlockInstrument : int {
6 Harp = 0,
7 BassDrum = 1,
8 Snare = 2,
9 Hat = 3,
10 Bass = 4,
11 Flute = 5,
12 Bell = 6,
13 Guitar = 7,
14 Chime = 8,
15 Xylophone = 9,
16 IronXylophone = 10,
17 CowBell = 11,
18 Didgeridoo = 12,
19 Bit = 13,
20 Banjo = 14,
21 Pling = 15,
22 Zombie = 16,
23 Skeleton = 17,
24 Creeper = 18,
25 Dragon = 19,
26 WitherSkeleton = 20,
27 Piglin = 21,
28 Count = 22,
29};
Definition Creeper.h:16
Definition Piglin.h:18
Definition Skeleton.h:19
Definition Zombie.h:20