Package com.plotsquared.core.command
Class Condense
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.Condense
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCondense(@NonNull PlotAreaManager plotAreaManager, @NonNull WorldUtil worldUtil) -
Method Summary
Modifier and TypeMethodDescriptiongetPlots(Collection<Plot> plots, int radius)booleanonCommand(PlotPlayer<?> player, String[] args)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, tab, tabOf, toString
-
Field Details
-
TASK
public static boolean TASK
-
-
Constructor Details
-
Condense
-
-
Method Details
-
onCommand
- Specified by:
onCommandin classSubCommand
-
getPlots
-