LeviLamina
Loading...
Searching...
No Matches
BossDefinition.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;
11struct BossComponent;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mName;
20 ::ll::TypedStorage<1, 1, bool> mShouldDarkenSky;
21 ::ll::TypedStorage<4, 4, int> mHudRange;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void initialize(::EntityContext& entity, ::BossComponent& component) const;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void
35 // NOLINTEND
36};
Definition BossDefinition.h:15
Definition EntityContext.h:16
Definition JsonSchemaObjectNode.h:8
Definition BossComponent.h:20