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
11
namespace
ScriptModuleMinecraft {
class
ScriptActor
; }
12
namespace
ScriptModuleMinecraft {
class
ScriptPlayer
; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptPlayerInteractWithEntityEvent :
public
::ScriptModuleMinecraft::ScriptPlayerInteractEvent
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mTarget;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ScriptPlayerInteractWithEntityEvent& operator=(ScriptPlayerInteractWithEntityEvent
const
&);
27
ScriptPlayerInteractWithEntityEvent();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI ScriptPlayerInteractWithEntityEvent(
::ScriptModuleMinecraft::ScriptPlayerInteractWithEntityEvent
const
&);
33
34
MCAPI ScriptPlayerInteractWithEntityEvent(
35
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
player,
36
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>
target
37
);
38
39
MCAPI ~ScriptPlayerInteractWithEntityEvent();
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCFOLD
void
* $ctor(
::ScriptModuleMinecraft::ScriptPlayerInteractWithEntityEvent
const
&);
46
47
MCAPI
void
* $ctor(
48
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
player,
49
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>
target
50
);
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCFOLD
void
$dtor();
57
// NOLINTEND
58
};
59
60
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptActor
Definition
ScriptActor.h:65
ScriptModuleMinecraft::ScriptPlayer
Definition
ScriptPlayer.h:53
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
ScriptModuleMinecraft::ScriptPlayerInteractEvent
Definition
ScriptPlayerInteractEvent.h:15
ScriptModuleMinecraft::ScriptPlayerInteractWithEntityEvent
Definition
ScriptPlayerInteractWithEntityEvent.h:17
src
mc
scripting
modules
minecraft
events
ScriptPlayerInteractWithEntityEvent.h
Generated on
for LeviLamina by
1.16.1