Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.RankPermission
Packages that use RankPermission
Package
Description
-
Uses of RankPermission in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return RankPermissionModifier and TypeMethodDescriptionstatic RankPermissionReturns the enum constant of this type with the specified name.static RankPermission[]RankPermission.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RankPermission in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type RankPermissionModifier and TypeMethodDescriptionbooleanPermissionsManager.has(org.bukkit.entity.Player player, RankPermission permission, boolean notify) Checks if the player has the rank permission or the permission level, and the equivalent Bukkit permissionbooleanPermissionsManager.has(org.bukkit.entity.Player player, RankPermission permission, PermissionLevel level, boolean notify) Deprecated. -
Uses of RankPermission in net.sacredlabyrinth.phaed.simpleclans.ui
Methods in net.sacredlabyrinth.phaed.simpleclans.ui with parameters of type RankPermissionModifier and TypeMethodDescriptionvoidSCComponent.setLorePermission(@Nullable RankPermission permission) voidSCComponent.setPermission(@NotNull org.bukkit.event.inventory.ClickType click, @Nullable RankPermission permission)
PermissionsManager.has(Player, RankPermission, boolean)orPermissionsManager.has(Player, String)