Uses of Class
me.github.simonplays15.betterbansystem.core.command.BaseCommand
Packages that use BaseCommand
Package
Description
-
Uses of BaseCommand in me.github.simonplays15.betterbansystem.api.exceptions
Constructors in me.github.simonplays15.betterbansystem.api.exceptions with parameters of type BaseCommandModifierConstructorDescriptionCommandRegisterException(BaseCommand command) Exception thrown when a command fails to register. -
Uses of BaseCommand in me.github.simonplays15.betterbansystem.core.command
Methods in me.github.simonplays15.betterbansystem.core.command that return types with arguments of type BaseCommandModifier and TypeMethodDescriptionBaseCommandHandler.getCommands()Retrieves the commands registered in the BaseCommandHandler. -
Uses of BaseCommand in me.github.simonplays15.betterbansystem.core.command.commands
Subclasses of BaseCommand in me.github.simonplays15.betterbansystem.core.command.commandsModifier and TypeClassDescriptionclassThe BanCommand class represents a command for banning a player in the system.classThe BanListCommand class extends BaseCommand and represents a command to list banned players or IPs.classThe type Del warn command.classThe type Ip ban command.classThe type Kick command.classThe type Look up command.classThe type Mute command.classThe type Time ban command.classThe type Unban command.classThe type Unban ip command.classThe type Unmute command.classThe type Warn command.