LeviLamina
Loading...
Searching...
No Matches
AdmireItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
ItemStack
;
9
class
WeakEntityRef
;
10
struct
Tick
;
11
// clang-format on
12
13
class
AdmireItemComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mIsAdmiring;
18
::ll::TypedStorage<8, 152, ::ItemStack> mAdmireItem;
19
::ll::TypedStorage<8, 8, ::Tick> mAdmireUntil;
20
::ll::TypedStorage<8, 24, ::WeakEntityRef> mItemOwnerRef;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
AdmireItemComponent
& operator=(
AdmireItemComponent
const
&);
26
AdmireItemComponent
(
AdmireItemComponent
const
&);
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
AdmireItemComponent
(
::AdmireItemComponent
&&);
32
33
MCAPI
void
onAdmireItemPickedUp(
::Actor
const
& owner,
::ItemStack
const
& item,
::Actor
* itemOwner);
34
35
MCAPI ::AdmireItemComponent& operator=(
::AdmireItemComponent
&&);
36
37
MCAPI
void
stopAdmiring();
38
39
MCAPI
~AdmireItemComponent
();
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCAPI
void
* $ctor(
::AdmireItemComponent
&&);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCAPI
void
$dtor();
52
// NOLINTEND
53
};
Actor
Definition
Actor.h:104
AdmireItemComponent
Definition
AdmireItemComponent.h:13
ItemStack
Definition
ItemStack.h:25
WeakEntityRef
Definition
WeakEntityRef.h:14
Tick
Definition
Tick.h:5
src
mc
entity
components_json_legacy
AdmireItemComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0