Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.PermissionLevel
Packages that use PermissionLevel
Package
Description
-
Uses of PermissionLevel in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return PermissionLevelModifier and TypeMethodDescriptionRankPermission.getPermissionLevel()static PermissionLevelReturns the enum constant of this type with the specified name.static PermissionLevel[]PermissionLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PermissionLevel in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type PermissionLevelModifier and TypeMethodDescriptionbooleanPermissionsManager.has(org.bukkit.entity.Player player, RankPermission permission, PermissionLevel level, boolean notify) Deprecated.
PermissionsManager.has(Player, RankPermission, boolean)orPermissionsManager.has(Player, String)