LeviLamina
Loading...
Searching...
No Matches
PlayerInteractWithEntityBeforeEvent.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
PlayerInteractWithEntityBeforeEvent
{
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
PlayerInteractWithEntityBeforeEvent
& operator=(
PlayerInteractWithEntityBeforeEvent
const
&);
26
PlayerInteractWithEntityBeforeEvent
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
PlayerInteractWithEntityBeforeEvent
(
::PlayerInteractWithEntityBeforeEvent
const
&);
32
33
MCNAPI
~PlayerInteractWithEntityBeforeEvent
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCNAPI
void
*
$ctor
(
::PlayerInteractWithEntityBeforeEvent
const
&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCNAPI
void
$dtor
();
46
// NOLINTEND
47
};
EntityContext
Definition
EntityContext.h:16
PlayerInteractWithEntityBeforeEvent
Definition
PlayerInteractWithEntityBeforeEvent.h:14
PlayerInteractWithEntityBeforeEvent::PlayerInteractWithEntityBeforeEvent
MCAPI PlayerInteractWithEntityBeforeEvent(::PlayerInteractWithEntityBeforeEvent const &)
PlayerInteractWithEntityBeforeEvent::$ctor
MCAPI void * $ctor(::PlayerInteractWithEntityBeforeEvent const &)
PlayerInteractWithEntityBeforeEvent::$dtor
MCAPI void $dtor()
PlayerInteractWithEntityBeforeEvent::~PlayerInteractWithEntityBeforeEvent
MCAPI ~PlayerInteractWithEntityBeforeEvent()
src
mc
world
events
PlayerInteractWithEntityBeforeEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0