LeviLamina
Loading...
Searching...
No Matches
ActorPlacedItemEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/WeakEntityRef.h"
7
#include "mc/world/item/ItemInstance.h"
8
9
struct
ActorPlacedItemEvent
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 24, ::WeakEntityRef> mEntity;
14
::ll::TypedStorage<8, 128, ::ItemInstance const> mItem;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
ActorPlacedItemEvent
& operator=(
ActorPlacedItemEvent
const
&);
20
ActorPlacedItemEvent
();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
ActorPlacedItemEvent
(
::ActorPlacedItemEvent
const
&);
26
// NOLINTEND
27
28
public
:
29
// constructor thunks
30
// NOLINTBEGIN
31
MCFOLD
void
* $ctor(
::ActorPlacedItemEvent
const
&);
32
// NOLINTEND
33
};
ActorPlacedItemEvent
Definition
ActorPlacedItemEvent.h:9
src
mc
world
events
ActorPlacedItemEvent.h
Generated on Wed Jul 23 2025 08:34:40 for LeviLamina by
1.12.0