Class TestCommand
java.lang.Object
me.xxastaspastaxx.dimensions.commands.DimensionsCommand
me.xxastaspastaxx.dimensions.commands.TestCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Execute the commandorg.bukkit.Location
spiralSearch(org.bukkit.Location centerBlock, int radius)
Methods inherited from class me.xxastaspastaxx.dimensions.commands.DimensionsCommand
getAliases, getArgs, getCommand, getDescription, getPermission, isAdminCommand, isThisCommand
-
Constructor Details
-
TestCommand
-
-
Method Details
-
execute
Description copied from class:DimensionsCommand
Execute the command- Specified by:
execute
in classDimensionsCommand
- Parameters:
sender
- the sender of the commandargs
- the arguments used
-
spiralSearch
public org.bukkit.Location spiralSearch(org.bukkit.Location centerBlock, int radius)
-