Class PlotSetBiome
java.lang.Object
com.plotsquared.core.command.Command
com.fastasyncworldedit.bukkit.regions.plotsquared.PlotSetBiome
public class PlotSetBiome
extends com.plotsquared.core.command.Command
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
com.plotsquared.core.command.Command.CommandException, com.plotsquared.core.command.Command.CommandResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(com.plotsquared.core.player.PlotPlayer<?> player, String[] args, com.plotsquared.core.util.task.RunnableVal3<com.plotsquared.core.command.Command, Runnable, Runnable> confirm, com.plotsquared.core.util.task.RunnableVal2<com.plotsquared.core.command.Command, com.plotsquared.core.command.Command.CommandResult> whenDone) Collection
<com.plotsquared.core.command.Command> 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
-
PlotSetBiome
public PlotSetBiome()
-
-
Method Details
-
execute
public CompletableFuture<Boolean> execute(com.plotsquared.core.player.PlotPlayer<?> player, String[] args, com.plotsquared.core.util.task.RunnableVal3<com.plotsquared.core.command.Command, Runnable, throws com.plotsquared.core.command.Command.CommandExceptionRunnable> confirm, com.plotsquared.core.util.task.RunnableVal2<com.plotsquared.core.command.Command, com.plotsquared.core.command.Command.CommandResult> whenDone) - Overrides:
execute
in classcom.plotsquared.core.command.Command
- Throws:
com.plotsquared.core.command.Command.CommandException
-
tab
public Collection<com.plotsquared.core.command.Command> tab(com.plotsquared.core.player.PlotPlayer<?> player, String[] args, boolean space) - Overrides:
tab
in classcom.plotsquared.core.command.Command
-