LeviLamina
Loading...
Searching...
No Matches
PlayerInteractEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
ItemStack
;
12
// clang-format on
13
14
struct
PlayerInteractEvent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
19
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mTargetEntity;
20
::ll::TypedStorage<8, 152, ::ItemStack> mItem;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
PlayerInteractEvent
& operator=(
PlayerInteractEvent
const
&);
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
PlayerInteractEvent
(
::PlayerInteractEvent
const
&);
31
32
MCAPI
~PlayerInteractEvent
();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCFOLD
void
* $ctor(
::PlayerInteractEvent
const
&);
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCFOLD
void
$dtor();
45
// NOLINTEND
46
};
EntityContext
Definition
EntityContext.h:16
ItemStack
Definition
ItemStack.h:25
PlayerInteractEvent
Definition
PlayerInteractEvent.h:14
src
mc
world
events
PlayerInteractEvent.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0