3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
10namespace JsonUtil {
class EmptyClass; }
40 MCNAPI ::DryingOutTimerComponent::DryingOutTimerDefinition&
63 enum class DryingOutState :
int {
65 ExceededDryingOutTime = 1,
72 ::ll::TypedStorage<8, 320, ::DryingOutTimerComponent::DryingOutTimerDefinition> mDefinition;
73 ::ll::TypedStorage<4, 4, int> mTicksRemainingUntilDryOut;
74 ::ll::TypedStorage<4, 4, ::DryingOutTimerComponent::DryingOutState> mState;
Definition DryingOutTimerComponent.h:21
MCAPI::DryingOutTimerComponent::DryingOutTimerDefinition & operator=(::DryingOutTimerComponent::DryingOutTimerDefinition const &)
MCAPI ~DryingOutTimerDefinition()
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode< ::JsonUtil::EmptyClass, ::DryingOutTimerComponent::DryingOutTimerDefinition > > &root)
Definition DryingOutTimerComponent.h:13
MCAPI void * $ctor(::DryingOutTimerComponent &&)
MCAPI DryingOutTimerComponent(::DryingOutTimerComponent &&)
MCAPI ~DryingOutTimerComponent()
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8