LeviLamina
Loading...
Searching...
No Matches
ItemChargeEvent.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
ItemChargeEvent
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 128, ::ItemInstance> mItemInstance;
14
::ll::TypedStorage<8, 24, ::WeakEntityRef> mActor;
15
::ll::TypedStorage<4, 4, int> mUseDuration;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
~ItemChargeEvent
();
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCFOLD
void
$dtor();
28
// NOLINTEND
29
};
ItemChargeEvent
Definition
ItemChargeEvent.h:9
src
mc
world
events
ItemChargeEvent.h
Generated on
for LeviLamina by
1.16.1