LeviLamina
Loading...
Searching...
No Matches
CombatRegenerationDefinition.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#include "mc/world/effect/EffectDuration.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::EffectDuration> mRegenerationDuration;
19 ::ll::TypedStorage<1, 1, bool> mApplyToSelf;
20 ::ll::TypedStorage<1, 1, bool> mApplyToFamily;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI void setRegenDuration(int const& duration);
27
28 MCAPI void setRegenDurationWithInfiniteString(::std::string const& duration);
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void buildSchema(
36 root
37 );
38 // NOLINTEND
39};
Definition CombatRegenerationDefinition.h:14
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8