Class ListCommand

All Implemented Interfaces:
IUberCommand, IUberTabComplete, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class ListCommand extends UberTabCommand
For internal use.
  • Field Summary

    Fields inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand

    args, command, player
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Simplified version of CommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
    Simplified version of TabCompleter.onTabComplete(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])

    Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberTabCommand

    onTabComplete

    Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand

    onCommand

    Methods inherited from class java.lang.Object

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

    • ListCommand

      public ListCommand()
  • Method Details

    • onCmd

      public boolean onCmd()
      Simplified version of CommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
      Returns:
      True if command was successful
    • onTab

      public List<String> onTab()
      Simplified version of TabCompleter.onTabComplete(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
      Returns:
      A list of autocomplete options