LeviLamina
Loading...
Searching...
No Matches
ItemStopUseOnEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class ItemInstance;
9class WeakEntityRef;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 128, ::ItemInstance> mItemInstance;
17 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mActor;
18 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ItemStopUseOnEvent& operator=(ItemStopUseOnEvent const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
31
32 MCAPI ~ItemStopUseOnEvent();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::ItemStopUseOnEvent const&);
39
40 MCAPI void* $ctor(::ItemStopUseOnEvent&&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCFOLD void $dtor();
47 // NOLINTEND
48};
Definition BlockPos.h:18
Definition ItemInstance.h:16
Definition WeakEntityRef.h:14
Definition ItemStopUseOnEvent.h:12