java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweTrim

public class FaweTrim extends com.plotsquared.core.command.SubCommand
  • 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
    boolean
    onCommand(com.plotsquared.core.player.PlotPlayer plotPlayer, String[] strings)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FaweTrim

      public FaweTrim()
  • Method Details

    • onCommand

      public boolean onCommand(com.plotsquared.core.player.PlotPlayer plotPlayer, String[] strings)
      Specified by:
      onCommand in class com.plotsquared.core.command.SubCommand