Class TestCommand

java.lang.Object
me.xxastaspastaxx.dimensions.commands.DimensionsCommand
me.xxastaspastaxx.dimensions.commands.TestCommand

public class TestCommand extends DimensionsCommand
  • Constructor Details

    • TestCommand

      public TestCommand(String command, String args, String[] aliases, String description, String permission, boolean adminCommand)
  • Method Details

    • execute

      public void execute(org.bukkit.command.CommandSender sender, String[] args)
      Description copied from class: DimensionsCommand
      Execute the command
      Specified by:
      execute in class DimensionsCommand
      Parameters:
      sender - the sender of the command
      args - the arguments used
    • spiralSearch

      public org.bukkit.Location spiralSearch(org.bukkit.Location centerBlock, int radius)