Package de.teamlapen.werewolves.util
Class AlphanumericComparator
java.lang.Object
de.teamlapen.werewolves.util.AlphanumericComparator
- All Implemented Interfaces:
Comparator<net.minecraft.resources.ResourceLocation>
public class AlphanumericComparator
extends Object
implements Comparator<net.minecraft.resources.ResourceLocation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(net.minecraft.resources.ResourceLocation s, net.minecraft.resources.ResourceLocation t1) 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
-
AlphanumericComparator
public AlphanumericComparator()
-
-
Method Details
-
compare
public int compare(net.minecraft.resources.ResourceLocation s, net.minecraft.resources.ResourceLocation t1) - Specified by:
comparein interfaceComparator<net.minecraft.resources.ResourceLocation>
-