LeviLamina
Loading...
Searching...
No Matches
AgeableDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
ItemDescriptor
;
12
struct
ActorDefinitionFeedItem
;
13
struct
AgeableComponent
;
14
namespace
JsonUtil {
class
EmptyClass
; }
15
// clang-format on
16
17
class
AgeableDefinition {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnk207183;
22
::ll::UntypedStorage<8, 64>
mUnk1793dc;
23
::ll::UntypedStorage<8, 24>
mUnk238b7c;
24
::ll::UntypedStorage<8, 24>
mUnk921531;
25
::ll::UntypedStorage<8, 104>
mUnka52bbd;
26
::ll::UntypedStorage<8, 24>
mUnk6f6d9a;
27
::ll::UntypedStorage<8, 24>
mUnk16daff;
28
::ll::UntypedStorage<8, 104>
mUnk2ae021;
29
::ll::UntypedStorage<8, 104>
mUnk10292d;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
AgeableDefinition& operator=(AgeableDefinition
const
&);
35
AgeableDefinition();
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCAPI AgeableDefinition(::AgeableDefinition
const
&);
41
42
MCAPI
void
addDropItem(
::ItemDescriptor
const
& itemDescriptor);
43
44
MCAPI
void
addFeedItem(
::ActorDefinitionFeedItem
const
& feedItem);
45
46
MCAPI
void
addFeedItemByName(::std::string
const
& itemName);
47
48
MCAPI
void
addPauseGrowthItem(
::ItemDescriptor
const
& itemDescriptor);
49
50
MCAPI
void
addResetGrowthItem(
::ItemDescriptor
const
& itemDescriptor);
51
52
MCAPI
bool
canGrowUp()
const
;
53
54
MCAPI
int
getTicksAsBaby()
const
;
55
56
MCAPI
void
initialize(
::EntityContext
& entity,
::AgeableComponent
& component)
const
;
57
58
MCAPI ~AgeableDefinition();
59
// NOLINTEND
60
61
public
:
62
// static functions
63
// NOLINTBEGIN
64
MCAPI
static
void
65
buildSchema(::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::AgeableDefinition>
>& root);
66
// NOLINTEND
67
68
public
:
69
// constructor thunks
70
// NOLINTBEGIN
71
MCAPI
void
* $ctor(::AgeableDefinition
const
&);
72
// NOLINTEND
73
74
public
:
75
// destructor thunk
76
// NOLINTBEGIN
77
MCAPI
void
$dtor();
78
// NOLINTEND
79
};
EntityContext
Definition
EntityContext.h:17
ItemDescriptor
Definition
ItemDescriptor.h:25
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
ActorDefinitionFeedItem
Definition
ActorDefinitionFeedItem.h:8
AgeableComponent
Definition
AgeableComponent.h:17
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
definitions
AgeableDefinition.h
Generated on
for LeviLamina by
1.16.1