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/util/json_util/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
MCNAPI
~DryingOutTimerDefinition
();
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCNAPI
static
void
buildSchema
(
48
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode
<
49
::JsonUtil::EmptyClass
,
50
::DryingOutTimerComponent::DryingOutTimerDefinition
>>& root
51
);
52
// NOLINTEND
53
54
public
:
55
// destructor thunk
56
// NOLINTBEGIN
57
MCNAPI
void
$dtor
();
58
// NOLINTEND
59
};
60
61
enum class
DryingOutState :
int
{
62
DryingOut = 0,
63
ExceededDryingOutTime = 1,
64
StoppedDryingOut = 2,
65
};
66
67
public
:
68
// member variables
69
// NOLINTBEGIN
70
::ll::TypedStorage<8, 320, ::DryingOutTimerComponent::DryingOutTimerDefinition> mDefinition;
71
::ll::TypedStorage<4, 4, int> mTicksRemainingUntilDryOut;
72
::ll::TypedStorage<4, 4, ::DryingOutTimerComponent::DryingOutState> mState;
73
// NOLINTEND
74
75
public
:
76
// prevent constructor by default
77
DryingOutTimerComponent
& operator=(
DryingOutTimerComponent
const
&);
78
DryingOutTimerComponent
(
DryingOutTimerComponent
const
&);
79
DryingOutTimerComponent
();
80
81
public
:
82
// member functions
83
// NOLINTBEGIN
84
MCNAPI
DryingOutTimerComponent
(
::DryingOutTimerComponent
&&);
85
86
MCNAPI
~DryingOutTimerComponent
();
87
// NOLINTEND
88
89
public
:
90
// constructor thunks
91
// NOLINTBEGIN
92
MCNAPI
void
*
$ctor
(
::DryingOutTimerComponent
&&);
93
// NOLINTEND
94
95
public
:
96
// destructor thunk
97
// NOLINTBEGIN
98
MCNAPI
void
$dtor
();
99
// NOLINTEND
100
};
DryingOutTimerComponent::DryingOutTimerDefinition
Definition
DryingOutTimerComponent.h:21
DryingOutTimerComponent::DryingOutTimerDefinition::$dtor
MCAPI void $dtor()
DryingOutTimerComponent::DryingOutTimerDefinition::~DryingOutTimerDefinition
MCAPI ~DryingOutTimerDefinition()
DryingOutTimerComponent::DryingOutTimerDefinition::buildSchema
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode< ::JsonUtil::EmptyClass, ::DryingOutTimerComponent::DryingOutTimerDefinition > > &root)
DryingOutTimerComponent
Definition
DryingOutTimerComponent.h:13
DryingOutTimerComponent::$ctor
MCAPI void * $ctor(::DryingOutTimerComponent &&)
DryingOutTimerComponent::DryingOutTimerComponent
MCAPI DryingOutTimerComponent(::DryingOutTimerComponent &&)
DryingOutTimerComponent::~DryingOutTimerComponent
MCAPI ~DryingOutTimerComponent()
DryingOutTimerComponent::$dtor
MCAPI void $dtor()
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 Fri Jun 13 2025 05:04:32 for LeviLamina by
1.12.0