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
#include "mc/world/item/ItemStack.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntityContext
;
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
PlayerInteractEvent
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
PlayerInteractEvent
(
::PlayerInteractEvent
const
&);
32
33
MCNAPI
~PlayerInteractEvent
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCNAPI
void
*
$ctor
(
::PlayerInteractEvent
const
&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCNAPI
void
$dtor
();
46
// NOLINTEND
47
};
EntityContext
Definition
EntityContext.h:16
PlayerInteractEvent
Definition
PlayerInteractEvent.h:14
PlayerInteractEvent::~PlayerInteractEvent
MCAPI ~PlayerInteractEvent()
PlayerInteractEvent::PlayerInteractEvent
MCAPI PlayerInteractEvent(::PlayerInteractEvent const &)
PlayerInteractEvent::$dtor
MCAPI void $dtor()
PlayerInteractEvent::$ctor
MCAPI void * $ctor(::PlayerInteractEvent const &)
src
mc
world
events
PlayerInteractEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0