LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInteractWithEntityBeforeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractWithEntityEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCNAPI static ::Scripting::ClassBinding bind();
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition ScriptPlayerInteractWithEntityBeforeEvent.h:15
Definition ScriptPlayerInteractWithEntityEvent.h:17
Definition Alias.h:14