LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentEventTypes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleMinecraft {
6
7enum class ScriptItemCustomComponentEventTypes : ushort {
8 CompleteUse = 0,
9 Consume = 1,
10 HitEntity = 2,
11 MineBlock = 3,
12 Use = 4,
13 UseOn = 5,
14 BeforeDurabilityDamage = 6,
15 Count = 7,
16};
17
18}