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
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemInstance
;
11
// clang-format on
12
13
struct
ItemUsedOnEvent
:
public
::ItemUseOnEvent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 128, ::ItemInstance> mItemAfterUse;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
ItemUsedOnEvent
();
24
25
MCAPI
~ItemUsedOnEvent
();
26
// NOLINTEND
27
28
public
:
29
// constructor thunks
30
// NOLINTBEGIN
31
MCAPI
void
* $ctor();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCAPI
void
$dtor();
38
// NOLINTEND
39
};
ItemInstance
Definition
ItemInstance.h:16
ItemUseOnEvent
Definition
ItemUseOnEvent.h:13
ItemUsedOnEvent
Definition
ItemUsedOnEvent.h:13
src
mc
world
events
ItemUsedOnEvent.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0