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 TypeClassDescriptionclass
The BanCommand class represents a command for banning a player in the system.class
The BanListCommand class extends BaseCommand and represents a command to list banned players or IPs.class
The type Del warn command.class
The type Ip ban command.class
The type Kick command.class
The type Look up command.class
The type Mute command.class
The type Time ban command.class
The type Unban command.class
The type Unban ip command.class
The type Unmute command.class
The type Warn command.