LeviLamina
Loading...
Searching...
No Matches
AdmireItemComponent.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/ItemStack.h"
8
#include "mc/world/level/Tick.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
Actor
;
13
// clang-format on
14
15
struct
AdmireItemComponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, bool> mIsAdmiring;
20
::ll::TypedStorage<8, 152, ::ItemStack> mAdmireItem;
21
::ll::TypedStorage<8, 8, ::Tick> mAdmireUntil;
22
::ll::TypedStorage<8, 24, ::WeakEntityRef> mItemOwnerRef;
23
// NOLINTEND
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
void
onAdmireItemPickedUp(
::Actor
const
& owner,
::ItemStack
const
& item,
::Actor
* itemOwner);
29
30
MCAPI
void
stopAdmiring();
31
32
MCAPI
~AdmireItemComponent
();
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCAPI
void
$dtor();
39
// NOLINTEND
40
};
Actor
Definition
Actor.h:125
ItemStack
Definition
ItemStack.h:35
AdmireItemComponent
Definition
AdmireItemComponent.h:15
src
mc
entity
components
AdmireItemComponent.h
Generated on
for LeviLamina by
1.16.1