Class StatsScreen.ItemStatisticsList.ItemRowComparator
java.lang.Object
net.minecraft.client.gui.screens.achievement.StatsScreen.ItemStatisticsList.ItemRowComparator
- All Implemented Interfaces:
Comparator<StatsScreen.ItemStatisticsList.ItemRow>
- Enclosing class:
StatsScreen.ItemStatisticsList
private class StatsScreen.ItemStatisticsList.ItemRowComparator
extends Object
implements Comparator<StatsScreen.ItemStatisticsList.ItemRow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMethods 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
-
Constructor Details
-
ItemRowComparator
private ItemRowComparator()
-
-
Method Details
-
compare
public int compare(StatsScreen.ItemStatisticsList.ItemRow one, StatsScreen.ItemStatisticsList.ItemRow two) - Specified by:
comparein interfaceComparator<StatsScreen.ItemStatisticsList.ItemRow>
-