Class PlayerPrioritySort
java.lang.Object
com.sk89q.commandbook.util.entity.player.comparison.PlayerPrioritySort
- All Implemented Interfaces:
java.util.Comparator<org.bukkit.entity.Player>
public class PlayerPrioritySort
extends java.lang.Object
implements java.util.Comparator<org.bukkit.entity.Player>
-
Constructor Summary
Constructors Constructor Description PlayerPrioritySort(org.bukkit.entity.Player sender) -
Method Summary
Modifier and Type Method Description intcompare(org.bukkit.entity.Player o1, org.bukkit.entity.Player o2)
-
Constructor Details
-
PlayerPrioritySort
public PlayerPrioritySort(org.bukkit.entity.Player sender)
-
-
Method Details
-
compare
public int compare(org.bukkit.entity.Player o1, org.bukkit.entity.Player o2)- Specified by:
comparein interfacejava.util.Comparator<org.bukkit.entity.Player>
-