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
MCNAPI
ItemStopUseOnEvent
(
::ItemStopUseOnEvent
const
&);
28
29
MCNAPI
ItemStopUseOnEvent
(
::ItemStopUseOnEvent
&&);
30
31
MCNAPI
~ItemStopUseOnEvent
();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCNAPI
void
*
$ctor
(
::ItemStopUseOnEvent
const
&);
38
39
MCNAPI
void
*
$ctor
(
::ItemStopUseOnEvent
&&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCNAPI
void
$dtor
();
46
// NOLINTEND
47
};
ItemStopUseOnEvent
Definition
ItemStopUseOnEvent.h:10
ItemStopUseOnEvent::ItemStopUseOnEvent
MCAPI ItemStopUseOnEvent(::ItemStopUseOnEvent &&)
ItemStopUseOnEvent::$dtor
MCAPI void $dtor()
ItemStopUseOnEvent::$ctor
MCAPI void * $ctor(::ItemStopUseOnEvent const &)
ItemStopUseOnEvent::ItemStopUseOnEvent
MCAPI ItemStopUseOnEvent(::ItemStopUseOnEvent const &)
ItemStopUseOnEvent::~ItemStopUseOnEvent
MCAPI ~ItemStopUseOnEvent()
ItemStopUseOnEvent::$ctor
MCAPI void * $ctor(::ItemStopUseOnEvent &&)
src
mc
world
events
ItemStopUseOnEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0