Class DistanceEntitySorter
java.lang.Object
me.desht.pneumaticcraft.common.ai.DistanceEntitySorter
- All Implemented Interfaces:
Comparator<net.minecraft.world.entity.Entity>
public class DistanceEntitySorter
extends Object
implements Comparator<net.minecraft.world.entity.Entity>
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(net.minecraft.world.entity.Entity p_compare_1_, net.minecraft.world.entity.Entity p_compare_2_) 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
-
Method Details
-
compare
public int compare(net.minecraft.world.entity.Entity p_compare_1_, net.minecraft.world.entity.Entity p_compare_2_) - Specified by:
comparein interfaceComparator<net.minecraft.world.entity.Entity>
-