Class PermissionUtils


  • public final class PermissionUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean checkForHigherRank​(org.bukkit.entity.Player player)  
      static java.lang.String getPlayerGroup​(org.bukkit.entity.Player player)  
      static java.lang.String getPlayerGroup​(org.bukkit.entity.Player player, java.util.Collection<java.lang.String> possibleGroups)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkForHigherRank

        public static boolean checkForHigherRank​(org.bukkit.entity.Player player)
      • getPlayerGroup

        public static java.lang.String getPlayerGroup​(org.bukkit.entity.Player player)
      • getPlayerGroup

        public static java.lang.String getPlayerGroup​(org.bukkit.entity.Player player,
                                                      java.util.Collection<java.lang.String> possibleGroups)