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)
private static class PlayerListHud.EntryOrderComparator
extends Object
implements Comparator<PlayerListEntry>
- Mappings:
- Namespace - Name - official - eii$a- intermediary - net/minecraft/class_355$class_356- named - net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompare(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
EntryOrderComparatorEntryOrderComparator()
 
- 
- 
Method Details- 
compare- Specified by:
- comparein interface- Comparator<PlayerListEntry>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leii$a;a(Leuz;Leuz;)I- intermediary - method_1926- Lnet/minecraft/class_355$class_356;method_1926(Lnet/minecraft/class_640;Lnet/minecraft/class_640;)I- named - compare- Lnet/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator;compare(Lnet/minecraft/client/network/PlayerListEntry;Lnet/minecraft/client/network/PlayerListEntry;)I
 
 
-