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 TypeClassDescriptionclass
BungeeCordDefaultHandler is a class that extends PermissionsManager and represents the default permissions handler for BungeeCord platforms.class
The CloudNetPermissionsHandler class is a subclass of PermissionsManager that provides a permissions handler implementation for the CloudNet system.class
The LuckPermsManager class is responsible for managing permissions using the LuckPerms plugin.class
The SpigotPermissionsHandler class is a subclass of PermissionsManager that provides a specific implementation for managing permissions using the Spigot permissions system.class
The 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 PermissionsManager
PermissionsManager.getAvailableManager()
Retrieves the available PermissionsManager instance based on the available types.static @NotNull PermissionsManager
PermissionsManager.getHandler
(@NotNull PermissionsHandlerType type) Returns the PermissionsManager instance for the specified PermissionsHandlerType.