Class TargetComparator
java.lang.Object
zombie.combat.TargetComparator
- All Implemented Interfaces:
Comparator<HitInfo>
- Direct Known Subclasses:
MeleeTargetComparator
,RangeTargetComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setBallisticsController
(BallisticsController ballisticsControllerx) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TargetComparator
public TargetComparator()
-
-
Method Details
-
setBallisticsController
-
compare
- Specified by:
compare
in interfaceComparator<HitInfo>
-