Uses of Class
me.github.simonplays15.betterbansystem.core.permissions.PermissionsManager
Packages that use PermissionsManager
Package
Description
-
Uses of PermissionsManager in me.github.simonplays15.betterbansystem.core
Methods in me.github.simonplays15.betterbansystem.core that return PermissionsManagerModifier and TypeMethodDescriptionBetterBanSystem.getPermissionsManager()Retrieves the permissions manager associated with this instance of BetterBanSystem. -
Uses of PermissionsManager in me.github.simonplays15.betterbansystem.core.command
Methods in me.github.simonplays15.betterbansystem.core.command that return PermissionsManagerModifier and TypeMethodDescriptionBaseCommand.getPermManager()Retrieves the PermissionsManager instance associated with this BaseCommand. -
Uses of PermissionsManager in me.github.simonplays15.betterbansystem.core.permissions
Modifier and TypeClassDescriptionclassBungeeCordDefaultHandler is a class that extends PermissionsManager and represents the default permissions handler for BungeeCord platforms.classThe CloudNetPermissionsHandler class is a subclass of PermissionsManager that provides a permissions handler implementation for the CloudNet system.classThe LuckPermsManager class is responsible for managing permissions using the LuckPerms plugin.classThe SpigotPermissionsHandler class is a subclass of PermissionsManager that provides a specific implementation for managing permissions using the Spigot permissions system.classThe VaultPermissionsSystem class is a concrete implementation of the PermissionsManager abstract class.Methods in me.github.simonplays15.betterbansystem.core.permissions that return PermissionsManagerModifier and TypeMethodDescriptionstatic @NotNull PermissionsManagerPermissionsManager.getAvailableManager()Retrieves the available PermissionsManager instance based on the available types.static @NotNull PermissionsManagerPermissionsManager.getHandler(@NotNull PermissionsHandlerType type) Returns the PermissionsManager instance for the specified PermissionsHandlerType.