Package net.minecraft.client.gui.overlay
Class PlayerTabOverlayGui.PlayerComparator
- java.lang.Object
-
- net.minecraft.client.gui.overlay.PlayerTabOverlayGui.PlayerComparator
-
- All Implemented Interfaces:
java.util.Comparator<NetworkPlayerInfo>
- Enclosing class:
- PlayerTabOverlayGui
static class PlayerTabOverlayGui.PlayerComparator extends java.lang.Object implements java.util.Comparator<NetworkPlayerInfo>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PlayerComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(NetworkPlayerInfo p_compare_1_, NetworkPlayerInfo p_compare_2_)
-
-
-
Method Detail
-
compare
public int compare(NetworkPlayerInfo p_compare_1_, NetworkPlayerInfo p_compare_2_)
- Specified by:
compare
in interfacejava.util.Comparator<NetworkPlayerInfo>
-
-