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$a
intermediary net/minecraft/class_711$class_712
named net/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator
  • Constructor Details

    • EntryOrderComparator

      private EntryOrderComparator()
  • Method Details

    • compare

      public int compare​(PlayerListEntry playerListEntry, PlayerListEntry playerListEntry2)
      Specified by:
      compare in interface Comparator<PlayerListEntry>
      Mappings:
      Namespace Name Mixin selector
      official a Lawh$a;a(Lbdc;Lbdc;)I
      intermediary method_2627 Lnet/minecraft/class_711$class_712;method_2627(Lnet/minecraft/class_908;Lnet/minecraft/class_908;)I
      named compare Lnet/minecraft/client/gui/hud/PlayerListHud$EntryOrderComparator;compare(Lnet/minecraft/client/network/PlayerListEntry;Lnet/minecraft/client/network/PlayerListEntry;)I