Package me.lokka30.levelledmobs.rules
Class HealthIndicator
java.lang.Object
me.lokka30.levelledmobs.rules.HealthIndicator
- All Implemented Interfaces:
Cloneable
,MergableRule
Holds any rule information regarding the health indicator
- Since:
- 3.1.0
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doMerge()
formatHealthIndicator
(@NotNull LivingEntityWrapper lmEntity) void
merge
(@Nullable MergableRule mergableRule) toString()
-
Field Details
-
indicator
-
indicatorHalf
-
scale
-
maxIndicators
-
tiers
-
-
Constructor Details
-
HealthIndicator
public HealthIndicator()
-
-
Method Details
-
cloneItem
- Specified by:
cloneItem
in interfaceMergableRule
-
formatHealthIndicator
@NotNull public @NotNull HealthIndicator.HealthIndicatorResult formatHealthIndicator(@NotNull @NotNull LivingEntityWrapper lmEntity) -
doMerge
public boolean doMerge()- Specified by:
doMerge
in interfaceMergableRule
-
merge
- Specified by:
merge
in interfaceMergableRule
-
toString
-