Package com.pixelmonmod.pixelmon.ai
Class TargetSorter
java.lang.Object
com.pixelmonmod.pixelmon.ai.TargetSorter
- All Implemented Interfaces:
Comparator<net.minecraft.world.entity.Entity>
-
Constructor Summary
ConstructorDescriptionTargetSorter
(TargetNearestGoal targetNearest, net.minecraft.world.entity.Entity entity) -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(net.minecraft.world.entity.Entity firstEntity, net.minecraft.world.entity.Entity secondEntity) Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
TargetSorter
-
-
Method Details
-
compare
public int compare(net.minecraft.world.entity.Entity firstEntity, net.minecraft.world.entity.Entity secondEntity) - Specified by:
compare
in interfaceComparator<net.minecraft.world.entity.Entity>
-