Class PSCommand

java.lang.Object
org.bukkit.command.Command
dev.espi.protectionstones.PSCommand

public class PSCommand extends org.bukkit.command.Command
  • Field Summary

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute​(org.bukkit.command.CommandSender s, String label, String[] args)
     
    tabComplete​(org.bukkit.command.CommandSender sender, String alias, String[] args)
     

    Methods inherited from class org.bukkit.command.Command

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

    Methods inherited from class java.lang.Object

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

    • tabComplete

      public List<String> tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args)
      Overrides:
      tabComplete in class org.bukkit.command.Command
    • execute

      public boolean execute(org.bukkit.command.CommandSender s, String label, String[] args)
      Specified by:
      execute in class org.bukkit.command.Command