Package com.plotsquared.core.command
Class Help
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.Help
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canExecute
(PlotPlayer<?> player, boolean message) displayHelp
(PlotPlayer<?> player, String catRaw, int page) execute
(PlotPlayer<?> player, String[] args, RunnableVal3<Command, Runnable, Runnable> confirm, RunnableVal2<Command, Command.CommandResult> whenDone) tab
(PlotPlayer<?> player, String[] args, boolean space) Methods inherited from class com.plotsquared.core.command.Command
check, checkArgs, checkTrue, equals, getAliases, getCommand, getCommand, getCommandById, getCommands, getCommands, getCommands, getCommandString, getDescription, getFullId, getId, getMatch, getParent, getPermission, getRequiredArguments, getRequiredType, getUsage, hasConfirmation, hashCode, init, matches, paginate, register, sendUsage, setRequiredArguments, tabOf, toString
-
Constructor Details
-
Help
-
-
Method Details
-
canExecute
- Overrides:
canExecute
in classCommand
-
execute
public CompletableFuture<Boolean> execute(PlotPlayer<?> player, String[] args, RunnableVal3<Command, Runnable, Runnable> confirm, RunnableVal2<Command, Command.CommandResult> whenDone) -
displayHelp
-
tab
-