Class DelhomeCommand

java.lang.Object
com.stardevllc.starmclib.command.StarCommand<com.stardevllc.starmclib.plugin.ExtendedJavaPlugin>
com.stardevllc.starhomes.commands.BaseCommand
com.stardevllc.starhomes.commands.DelhomeCommand
All Implemented Interfaces:
com.stardevllc.starmclib.command.ICommand<com.stardevllc.starmclib.plugin.ExtendedJavaPlugin>, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor

public class DelhomeCommand extends BaseCommand
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.stardevllc.starhomes.commands.BaseCommand

    BaseCommand.OtherInfo

    Nested classes/interfaces inherited from class com.stardevllc.starmclib.command.StarCommand

    com.stardevllc.starmclib.command.StarCommand.Builder<T extends org.bukkit.plugin.java.JavaPlugin>, com.stardevllc.starmclib.command.StarCommand.Completer<P extends org.bukkit.plugin.java.JavaPlugin>, com.stardevllc.starmclib.command.StarCommand.Executor<P extends org.bukkit.plugin.java.JavaPlugin>
  • Field Summary

    Fields inherited from class com.stardevllc.starmclib.command.StarCommand

    aliases, cmdFlags, colors, completer, consoleOnly, consoleOnlyMessage, description, executor, invalidSubCommandMessage, name, noPermissionMessage, permission, playerOnly, playerOnlyMessage, plugin, subCommands
  • Constructor Summary

    Constructors
    Constructor
    Description
    DelhomeCommand(com.stardevllc.starmclib.plugin.ExtendedJavaPlugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.bukkit.command.CommandSender sender, String label, String[] args, com.stardevllc.starmclib.command.flags.FlagResult flagResults)
     
    getCompletions(org.bukkit.command.CommandSender sender, String label, String[] args, com.stardevllc.starmclib.command.flags.FlagResult flagResults)
     

    Methods inherited from class com.stardevllc.starhomes.commands.BaseCommand

    getOtherPlayerHome

    Methods inherited from class com.stardevllc.starmclib.command.StarCommand

    builder, getAliases, getCmdFlags, getColors, getDescription, getName, getPermission, getPlugin, getSubCommand, getSubCommands, isConsoleOnly, isPlayerOnly, onCommand, onTabComplete, register

    Methods inherited from class java.lang.Object

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

    • DelhomeCommand

      public DelhomeCommand(com.stardevllc.starmclib.plugin.ExtendedJavaPlugin plugin)
  • Method Details

    • execute

      public boolean execute(org.bukkit.command.CommandSender sender, String label, String[] args, com.stardevllc.starmclib.command.flags.FlagResult flagResults)
      Overrides:
      execute in class com.stardevllc.starmclib.command.StarCommand<com.stardevllc.starmclib.plugin.ExtendedJavaPlugin>
    • getCompletions

      public List<String> getCompletions(org.bukkit.command.CommandSender sender, String label, String[] args, com.stardevllc.starmclib.command.flags.FlagResult flagResults)
      Overrides:
      getCompletions in class com.stardevllc.starmclib.command.StarCommand<com.stardevllc.starmclib.plugin.ExtendedJavaPlugin>