LeviLamina
Loading...
Searching...
No Matches
AngerLevelDefinition.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/actor/ActorFilterGroup.h"
8
9// auto generated forward declare list
10// clang-format off
12class EntityContext;
13class SoundDefinition;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int> mDefaultAnnoyingness;
22 ::ll::TypedStorage<4, 4, int> mDefaultProjectileAnnoyingness;
23 ::ll::TypedStorage<4, 4, int> mMaxAngerLevel;
24 ::ll::TypedStorage<4, 4, int> mAngryThreshold;
25 ::ll::TypedStorage<1, 1, bool> mRemoveTargetBelowAngryThreshold;
26 ::ll::TypedStorage<4, 4, int> mAngryBoost;
27 ::ll::TypedStorage<8, 24, ::std::vector<::SoundDefinition>> mOnIncreaseSoundDefinitions;
28 ::ll::TypedStorage<4, 4, float> mAngerDecrementIntervalSeconds;
29 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mNuisanceFilter;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI void addOnIncreaseSoundDefinition(::SoundDefinition const& soundDefinition);
36
37 MCAPI void initialize(::EntityContext& entity, ::AngerLevelComponent& component) const;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void buildSchema(
45 );
46 // NOLINTEND
47};
Definition AngerLevelComponent.h:19
Definition AngerLevelDefinition.h:17
Definition EntityContext.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition SoundDefinition.h:8