LeviLamina
Loading...
Searching...
No Matches
UseAnimation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::Legacy {
6
7enum class UseAnimation : uchar {
8 None = 0,
9 Eat = 1,
10 Drink = 2,
11 Block = 3,
12 Bow = 4,
13 Camera = 5,
14 Spear = 6,
15 GlowStick = 7,
16 Sparkler = 8,
17 Crossbow = 9,
18 Spyglass = 10,
19 GoatHorn = 11,
20 Brush = 12,
21};
22
23}
Definition Block.h:36