LeviLamina
Loading...
Searching...
No Matches
ItemUseOnEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/ecs/WeakEntityRef.h"
8#include "mc/world/item/ItemInstance.h"
9#include "mc/world/level/BlockPos.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 128, ::ItemInstance> mItemBeforeUse;
16 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mActor;
17 ::ll::TypedStorage<1, 1, uchar> mFace;
18 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocation;
19 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
20 ::ll::TypedStorage<1, 1, bool> mIsFirstEvent;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ItemUseOnEvent& operator=(ItemUseOnEvent const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor();
43
44 MCNAPI void* $ctor(::ItemUseOnEvent const&);
45
46 MCNAPI void* $ctor(::ItemUseOnEvent&&);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
Definition ItemUseOnEvent.h:11
MCAPI ItemUseOnEvent(::ItemUseOnEvent const &)
MCAPI ~ItemUseOnEvent()
MCAPI void * $ctor(::ItemUseOnEvent const &)
MCAPI void * $ctor()
MCAPI ItemUseOnEvent(::ItemUseOnEvent &&)
MCAPI ItemUseOnEvent()
MCAPI void $dtor()
MCAPI void * $ctor(::ItemUseOnEvent &&)