Class ChunkPositionSorter
java.lang.Object
me.desht.pneumaticcraft.common.drone.ai.ChunkPositionSorter
- All Implemented Interfaces:
Comparator<net.minecraft.core.BlockPos>
-
Constructor Summary
ConstructorsConstructorDescriptionChunkPositionSorter(double x, double y, double z, IBlockOrdered.Ordering order) -
Method Summary
Modifier and TypeMethodDescriptionintcompare(net.minecraft.core.BlockPos c1, net.minecraft.core.BlockPos c2) 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
-
ChunkPositionSorter
-
-
Method Details
-
compare
public int compare(net.minecraft.core.BlockPos c1, net.minecraft.core.BlockPos c2) - Specified by:
comparein interfaceComparator<net.minecraft.core.BlockPos>
-