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
11public:
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
19public:
20 // prevent constructor by default
21 ItemStopUseOnEvent& operator=(ItemStopUseOnEvent const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor(::ItemStopUseOnEvent const&);
38
39 MCNAPI void* $ctor(::ItemStopUseOnEvent&&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
Definition ItemStopUseOnEvent.h:10
MCAPI ItemStopUseOnEvent(::ItemStopUseOnEvent &&)
MCAPI void $dtor()
MCAPI void * $ctor(::ItemStopUseOnEvent const &)
MCAPI ItemStopUseOnEvent(::ItemStopUseOnEvent const &)
MCAPI ~ItemStopUseOnEvent()
MCAPI void * $ctor(::ItemStopUseOnEvent &&)