LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentEventTypes.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ScriptModuleMinecraft {
6
7
enum class
ScriptBlockCustomComponentEventTypes : ushort {
8
OnStepOn = 0,
9
OnRandomTick = 1,
10
OnRandomTickLegacy = 2,
11
OnEntityFallOn = 3,
12
OnTick = 4,
13
OnStepOff = 5,
14
OnPlayerInteract = 6,
15
OnPlayerDestroy = 7,
16
OnPlace = 8,
17
BeforeOnPlayerPlace = 9,
18
Count = 10,
19
};
20
21
}
src
mc
scripting
modules
minecraft
events
ScriptBlockCustomComponentEventTypes.h
Generated on Fri Jun 13 2025 05:04:47 for LeviLamina by
1.12.0