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
10namespace JsonUtil { class EmptyClass; }
11// clang-format on
12
14public:
15 // DryingOutTimerComponent inner types declare
16 // clang-format off
18 // clang-format on
19
20 // DryingOutTimerComponent inner types define
22 public:
23 // member variables
24 // NOLINTBEGIN
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
37
38 public:
39 // member functions
40 // NOLINTBEGIN
42 // NOLINTEND
43
44 public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<
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
65public:
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
73public:
74 // prevent constructor by default
77
78public:
79 // member functions
80 // NOLINTBEGIN
82
84 // NOLINTEND
85
86public:
87 // constructor thunks
88 // NOLINTBEGIN
89 MCAPI void* $ctor(::DryingOutTimerComponent&&);
90 // NOLINTEND
91
92public:
93 // destructor thunk
94 // NOLINTBEGIN
95 MCAPI void $dtor();
96 // NOLINTEND
97};
Definition DryingOutTimerComponent.h:21
Definition DryingOutTimerComponent.h:13
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14