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
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 128, ::ItemInstance> mItemAfterUse;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
20
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCNAPI void* $ctor();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35};
Definition ItemUseOnEvent.h:11
Definition ItemUsedOnEvent.h:9
MCAPI void * $ctor()
MCAPI void $dtor()
MCAPI ~ItemUsedOnEvent()
MCAPI ItemUsedOnEvent()