Package net.minecraft.client.gui.hud
Class PlayerListHud.EntryOrderComparator
java.lang.Object
net.minecraft.client.gui.hud.PlayerListHud.EntryOrderComparator
- All Implemented Interfaces:
Comparator<PlayerListEntry>
- Enclosing class:
- PlayerListHud
@Environment(CLIENT) static class PlayerListHud.EntryOrderComparator extends Object implements Comparator<PlayerListEntry>
- Mappings:
Namespace Name official awh$aintermediary net/minecraft/class_711$class_712named net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator
-
Constructor Summary
Constructors Modifier Constructor Description privateEntryOrderComparator() -
Method Summary
Modifier and Type Method Description intcompare(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2)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
-
EntryOrderComparator
private EntryOrderComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<PlayerListEntry>- Mappings:
Namespace Name Mixin selector official aLawh$a;a(Lbdc;Lbdc;)Iintermediary method_2627Lnet/minecraft/class_711$class_712;method_2627(Lnet/minecraft/class_908;Lnet/minecraft/class_908;)Inamed compareLnet/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator;compare(Lnet/minecraft/client/network/PlayerListEntry;Lnet/minecraft/client/network/PlayerListEntry;)I
-