Class DebugOptionsComparator
java.lang.Object
net.fabricmc.fabric.impl.client.rendering.DebugOptionsComparator
- All Implemented Interfaces:
Comparator<net.minecraft.resources.Identifier>
public class DebugOptionsComparator
extends Object
implements Comparator<net.minecraft.resources.Identifier>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(net.minecraft.resources.Identifier o1, net.minecraft.resources.Identifier o2) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DebugOptionsComparator
public DebugOptionsComparator()
-
-
Method Details
-
compare
public int compare(net.minecraft.resources.Identifier o1, net.minecraft.resources.Identifier o2) - Specified by:
comparein interfaceComparator<net.minecraft.resources.Identifier>
-