LeviLamina
Loading...
Searching...
No Matches
ItemStartUseOnEvent.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<1, 1, uchar> mFace;
17 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
18 ::ll::TypedStorage<4, 12, ::BlockPos> mBuildBlockPosition;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40
41 MCNAPI void* $ctor(::ItemStartUseOnEvent const&);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
Definition ItemStartUseOnEvent.h:10
MCAPI ItemStartUseOnEvent(::ItemStartUseOnEvent &&)
MCAPI void $dtor()
MCAPI ~ItemStartUseOnEvent()
MCAPI ItemStartUseOnEvent(::ItemStartUseOnEvent const &)
MCAPI void * $ctor(::ItemStartUseOnEvent &&)
MCAPI void * $ctor(::ItemStartUseOnEvent const &)