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/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractWithEntityEvent.h"
8
9namespace ScriptModuleMinecraft {
10
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerInteractWithEntityBeforeEvent>
29 bind();
30 // NOLINTEND
31};
32
33} // namespace ScriptModuleMinecraft
Definition ScriptPlayerInteractWithEntityBeforeEvent.h:11
Definition ScriptPlayerInteractWithEntityEvent.h:17
Definition Alias.h:14