LeviLamina
Loading...
Searching...
No Matches
ItemUsedOnEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/ItemUseOnEvent.h"
7
#include "mc/world/item/ItemInstance.h"
8
9
struct
ItemUsedOnEvent :
public
::ItemUseOnEvent {
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 128, ::ItemInstance> mItemAfterUse;
14
// NOLINTEND
15
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCAPI ItemUsedOnEvent();
20
21
MCAPI ~ItemUsedOnEvent();
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCAPI
void
* $ctor();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
};
src
mc
world
events
ItemUsedOnEvent.h
Generated on
for LeviLamina by
1.16.1