Package com.plotsquared.core.command
Class Reload
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.Reload
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult
-
Constructor Summary
ConstructorDescriptionReload
(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile) -
Method Summary
Methods inherited from class com.plotsquared.core.command.SubCommand
execute
Methods 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, tab, tabOf, toString
-
Constructor Details
-
Reload
@Inject public Reload(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile)
-
-
Method Details
-
onCommand
- Specified by:
onCommand
in classSubCommand
-