LeviLamina
Loading...
Searching...
No Matches
ExhaustionDefinition.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
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
15class ExhaustionDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ExhaustionDefinition& operator=(ExhaustionDefinition const&);
34 ExhaustionDefinition(ExhaustionDefinition const&);
35 ExhaustionDefinition();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI void initialize(::EntityContext&, ::ExhaustionComponent& component) const;
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void buildSchema(
48 );
49 // NOLINTEND
50};
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition ExhaustionComponent.h:5
Definition Alias.h:14