Package com.plotsquared.core.command
Class Download
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.Download
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult -
Constructor Summary
ConstructorsConstructorDescriptionDownload(@NonNull PlotAreaManager plotAreaManager, @NonNull PlotUploader plotUploader, @NonNull SchematicHandler schematicHandler, @NonNull WorldUtil worldUtil) -
Method Summary
Modifier and TypeMethodDescriptionbooleanonCommand(PlotPlayer<?> player, String[] args)tab(PlotPlayer<?> player, String[] args, boolean space)Methods inherited from class com.plotsquared.core.command.SubCommand
executeMethods inherited from class com.plotsquared.core.command.Command
canExecute, 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
-
Download
@Inject public Download(@NonNull PlotAreaManager plotAreaManager, @NonNull PlotUploader plotUploader, @NonNull SchematicHandler schematicHandler, @NonNull WorldUtil worldUtil)
-
-
Method Details
-
onCommand
- Specified by:
onCommandin classSubCommand
-
tab
-