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
ConstructorsConstructorDescriptionTargetSorter(TargetNearestGoal targetNearest, net.minecraft.world.entity.Entity entity) -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods 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:
comparein interfaceComparator<net.minecraft.world.entity.Entity>
-