LeviLamina
Loading...
Searching...
No Matches
DamageOverTimeDefinition.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
class
DamageOverTimeComponent
;
11
class
EntityContext
;
12
namespace
JsonUtil {
class
EmptyClass
; }
13
// clang-format on
14
15
class
DamageOverTimeDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> mDamagePerHurt;
20
::ll::TypedStorage<4, 4, float> mTimeBetweenHurt;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
void
initialize(
::EntityContext
&,
::DamageOverTimeComponent
& component)
const
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
buildSchema(
33
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::DamageOverTimeDefinition>
>& root
34
);
35
// NOLINTEND
36
};
DamageOverTimeComponent
Definition
DamageOverTimeComponent.h:12
DamageOverTimeDefinition
Definition
DamageOverTimeDefinition.h:15
EntityContext
Definition
EntityContext.h:17
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
src
mc
entity
components_json_legacy
DamageOverTimeDefinition.h
Generated on
for LeviLamina by
1.16.1