Class LegacyListWeaponsCommand

java.lang.Object
org.bukkit.command.Command
org.bukkit.command.defaults.BukkitCommand
me.deecaad.core.commands.SubCommand
me.deecaad.weaponmechanics.commands.LegacyListWeaponsCommand

@Deprecated public class LegacyListWeaponsCommand extends me.deecaad.core.commands.SubCommand
Deprecated.
  • Field Summary

    Fields inherited from class me.deecaad.core.commands.SubCommand

    commands, INTEGERS, PLAYERS, SUB_COMMANDS

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.bukkit.command.CommandSender sender, String[] args)
    Deprecated.
     
    protected List<String>
    handleCustomTag(String[] args, String current)
    Deprecated.
     

    Methods inherited from class me.deecaad.core.commands.SubCommand

    execute, getArgs, getPermission, getPrefix, register, sendHelp, tabComplete, toString

    Methods inherited from class org.bukkit.command.Command

    broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, unregister

    Methods inherited from class java.lang.Object

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

    • LegacyListWeaponsCommand

      public LegacyListWeaponsCommand()
      Deprecated.
  • Method Details

    • execute

      public void execute(org.bukkit.command.CommandSender sender, String[] args)
      Deprecated.
      Specified by:
      execute in class me.deecaad.core.commands.SubCommand
    • handleCustomTag

      protected List<String> handleCustomTag(String[] args, String current)
      Deprecated.
      Overrides:
      handleCustomTag in class me.deecaad.core.commands.SubCommand