LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInteractWithEntityEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptActor; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mTarget;
21 // NOLINTEND
22};
23
24} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:69
Definition ScriptPlayerInteractEvent.h:15
Definition ScriptPlayerInteractWithEntityEvent.h:16