Package com.hbm_m.explosion
Class ExplosionNukeRayBatched.CoordComparator
java.lang.Object
com.hbm_m.explosion.ExplosionNukeRayBatched.CoordComparator
- All Implemented Interfaces:
Comparator<net.minecraft.world.level.ChunkPos>
- Enclosing class:
- ExplosionNukeRayBatched
public class ExplosionNukeRayBatched.CoordComparator
extends Object
implements Comparator<net.minecraft.world.level.ChunkPos>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(net.minecraft.world.level.ChunkPos o1, net.minecraft.world.level.ChunkPos o2) 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
-
CoordComparator
public CoordComparator()
-
-
Method Details
-
compare
public int compare(net.minecraft.world.level.ChunkPos o1, net.minecraft.world.level.ChunkPos o2) - Specified by:
comparein interfaceComparator<net.minecraft.world.level.ChunkPos>
-