Package com.plotsquared.core.command
Class ListCmd
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.ListCmd
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult
-
Constructor Summary
ConstructorDescriptionListCmd
(@NonNull PlotAreaManager plotAreaManager, @NonNull EconHandler econHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
displayPlots
(PlotPlayer<?> player, List<Plot> plots, int pageSize, int page, String[] args) void
noArgs
(PlotPlayer<?> player) boolean
onCommand
(PlotPlayer<?> player, String[] args) tab
(PlotPlayer<?> player, String[] args, boolean space) 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, tabOf, toString
-
Constructor Details
-
ListCmd
-
-
Method Details
-
noArgs
-
onCommand
- Specified by:
onCommand
in classSubCommand
-
displayPlots
public void displayPlots(PlotPlayer<?> player, List<Plot> plots, int pageSize, int page, String[] args) -
tab
-