LeviLamina
Loading...
Searching...
No Matches
ItemStopUseOnEvent.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
#include "mc/world/level/BlockPos.h"
9
10
struct
ItemStopUseOnEvent
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 128, ::ItemInstance> mItemInstance;
15
::ll::TypedStorage<8, 24, ::WeakEntityRef> mActor;
16
::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
ItemStopUseOnEvent
& operator=(
ItemStopUseOnEvent
const
&);
22
ItemStopUseOnEvent
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
ItemStopUseOnEvent
(
::ItemStopUseOnEvent
const
&);
28
29
MCAPI
ItemStopUseOnEvent
(
::ItemStopUseOnEvent
&&);
30
31
MCAPI
~ItemStopUseOnEvent
();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(
::ItemStopUseOnEvent
const
&);
38
39
MCAPI
void
* $ctor(
::ItemStopUseOnEvent
&&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD
void
$dtor();
46
// NOLINTEND
47
};
ItemStopUseOnEvent
Definition
ItemStopUseOnEvent.h:10
src
mc
world
events
ItemStopUseOnEvent.h
Generated on Mon Jun 30 2025 05:54:02 for LeviLamina by
1.12.0