LeviLamina
Loading...
Searching...
No Matches
CombatRegenerationComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/legacy/ActorUniqueID.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
CombatRegenerationListener
;
12
// clang-format on
13
14
class
CombatRegenerationComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::ActorUniqueID> mTargetID;
19
::ll::TypedStorage<8, 8, ::std::unique_ptr<::CombatRegenerationListener>> mCombatRegenerationListener;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
void
_applyCombatBuffsToMob(
::Actor
& owner,
::Actor
& mob);
26
27
MCAPI
bool
_shouldApplyCombatBuffs(
::Actor
& owner,
::Actor
& mob);
28
29
MCAPI
void
tick(
::Actor
& owner);
30
// NOLINTEND
31
};
Actor
Definition
Actor.h:125
CombatRegenerationComponent
Definition
CombatRegenerationComponent.h:14
CombatRegenerationListener
Definition
CombatRegenerationListener.h:16
src
mc
entity
components_json_legacy
CombatRegenerationComponent.h
Generated on
for LeviLamina by
1.16.1