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 Trumpet = 16,
23 TrumpetExposed = 17,
24 TrumpetWeathered = 18,
25 TrumpetOxidized = 19,
26 Zombie = 20,
27 Skeleton = 21,
28 Creeper = 22,
29 Dragon = 23,
30 WitherSkeleton = 24,
31 Piglin = 25,
32 Count = 26,
33};
Definition Creeper.h:13
Definition Piglin.h:19
Definition Skeleton.h:20
Definition Zombie.h:20