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