public class PaintCommand extends SimpleCommand<Paint>
Constructor and Description |
---|
PaintCommand() |
PaintCommand(CommandExecutor<? extends Contextual<? extends RegionFunction>> functionParser) |
Modifier and Type | Method and Description |
---|---|
Paint |
call(CommandArgs args,
CommandLocals locals) |
java.lang.String |
getDescription() |
protected boolean |
testPermission0(CommandLocals locals) |
getSuggestions
addFlag, addParameter, getFlagParser, getParameters, getUsage, testPermission
public PaintCommand()
public PaintCommand(CommandExecutor<? extends Contextual<? extends RegionFunction>> functionParser)
public Paint call(CommandArgs args, CommandLocals locals) throws CommandException
CommandException
public java.lang.String getDescription()
protected boolean testPermission0(CommandLocals locals)
testPermission0
in class ParameterCommand<Paint>