LeviLamina
Loading...
Searching...
No Matches
DryingOutTimerComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
JsonUtil {
class
EmptyClass; }
11
// clang-format on
12
13
class
DryingOutTimerComponent
{
14
public
:
15
// DryingOutTimerComponent inner types declare
16
// clang-format off
17
class
DryingOutTimerDefinition
;
18
// clang-format on
19
20
// DryingOutTimerComponent inner types define
21
class
DryingOutTimerDefinition
{
22
public
:
23
// member variables
24
// NOLINTBEGIN
25
::ll::UntypedStorage<4, 4>
mUnk98b138;
26
::ll::UntypedStorage<4, 4>
mUnkacf736;
27
::ll::UntypedStorage<8, 104>
mUnk654386;
28
::ll::UntypedStorage<8, 104>
mUnkd7fabb;
29
::ll::UntypedStorage<8, 104>
mUnkc1d3ee;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
DryingOutTimerDefinition
& operator=(
DryingOutTimerDefinition
const
&);
35
DryingOutTimerDefinition
(
DryingOutTimerDefinition
const
&);
36
DryingOutTimerDefinition
();
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
~DryingOutTimerDefinition
();
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI
static
void
buildSchema(::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode
<
48
::JsonUtil::EmptyClass
,
49
::DryingOutTimerComponent::DryingOutTimerDefinition
>>& root);
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
MCAPI
void
$dtor();
56
// NOLINTEND
57
};
58
59
enum class
DryingOutState :
int
{
60
DryingOut = 0,
61
ExceededDryingOutTime = 1,
62
StoppedDryingOut = 2,
63
};
64
65
public
:
66
// member variables
67
// NOLINTBEGIN
68
::ll::TypedStorage<8, 320, ::DryingOutTimerComponent::DryingOutTimerDefinition> mDefinition;
69
::ll::TypedStorage<4, 4, int> mTicksRemainingUntilDryOut;
70
::ll::TypedStorage<4, 4, ::DryingOutTimerComponent::DryingOutState> mState;
71
// NOLINTEND
72
73
public
:
74
// prevent constructor by default
75
DryingOutTimerComponent
& operator=(
DryingOutTimerComponent
const
&);
76
DryingOutTimerComponent
(
DryingOutTimerComponent
const
&);
77
78
public
:
79
// member functions
80
// NOLINTBEGIN
81
MCAPI
DryingOutTimerComponent
(
::DryingOutTimerComponent
&&);
82
83
MCAPI
~DryingOutTimerComponent
();
84
// NOLINTEND
85
86
public
:
87
// constructor thunks
88
// NOLINTBEGIN
89
MCAPI
void
* $ctor(
::DryingOutTimerComponent
&&);
90
// NOLINTEND
91
92
public
:
93
// destructor thunk
94
// NOLINTBEGIN
95
MCAPI
void
$dtor();
96
// NOLINTEND
97
};
DryingOutTimerComponent::DryingOutTimerDefinition
Definition
DryingOutTimerComponent.h:21
DryingOutTimerComponent
Definition
DryingOutTimerComponent.h:13
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
DryingOutTimerComponent.h
Generated on Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0