Class GetIslandDataCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.AbstractCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command

public class GetIslandDataCommand extends AbstractIslandInfoCommand
Sets data directly on the IslandInfo object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.command.TabCompleter
     

    Methods inherited from class us.talabrek.ultimateskyblock.command.admin.AbstractIslandInfoCommand

    execute

    Methods inherited from class dk.lockfuglsang.minecraft.command.AbstractCommand

    accept, addFeaturePermission, getAliases, getDescription, getFeaturePermissions, getName, getParams, getParent, getPermission, getUsage, hasPermission, hasPermissionOverride, join, join, setParent

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetIslandDataCommand

      public GetIslandDataCommand()
  • Method Details

    • getTabCompleter

      public org.bukkit.command.TabCompleter getTabCompleter()
      Specified by:
      getTabCompleter in interface dk.lockfuglsang.minecraft.command.Command
      Overrides:
      getTabCompleter in class dk.lockfuglsang.minecraft.command.AbstractCommand