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
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mMobEffects;
20 // NOLINTEND
21
22public:
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
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void buildSchema(
35 );
36 // NOLINTEND
37};
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition MobEffectImmunityDefinition.h:15
Definition MobEffectImmunityComponent.h:5