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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(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>
    tab(com.plotsquared.core.player.PlotPlayer<?> player, String[] args, boolean space)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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,Runnable> confirm, com.plotsquared.core.util.task.RunnableVal2<com.plotsquared.core.command.Command,com.plotsquared.core.command.Command.CommandResult> whenDone) throws com.plotsquared.core.command.Command.CommandException
      Overrides:
      execute in class com.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 class com.plotsquared.core.command.Command