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
MCNAPI
ItemUsedOnEvent
();
20
21
MCNAPI
~ItemUsedOnEvent
();
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCNAPI
void
*
$ctor
();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
};
ItemUseOnEvent
Definition
ItemUseOnEvent.h:11
ItemUsedOnEvent
Definition
ItemUsedOnEvent.h:9
ItemUsedOnEvent::$ctor
MCAPI void * $ctor()
ItemUsedOnEvent::$dtor
MCAPI void $dtor()
ItemUsedOnEvent::~ItemUsedOnEvent
MCAPI ~ItemUsedOnEvent()
ItemUsedOnEvent::ItemUsedOnEvent
MCAPI ItemUsedOnEvent()
src
mc
world
events
ItemUsedOnEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0