java.lang.Object
org.bukkit.command.Command
com.palmergames.bukkit.towny.command.commandobjects.AcceptCommand
All Implemented Interfaces:
org.bukkit.command.PluginIdentifiableCommand

public class AcceptCommand extends org.bukkit.command.Command implements org.bukkit.command.PluginIdentifiableCommand
  • Field Summary Link icon

    Fields inherited from class org.bukkit.command.Command Link icon

    description, timings, usageMessage
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    AcceptCommand(Towny plugin, String name)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    execute(@NotNull org.bukkit.command.CommandSender sender, @NotNull String alias, @NotNull String[] args)
     
    @NotNull org.bukkit.plugin.Plugin
     

    Methods inherited from class org.bukkit.command.Command Link icon

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

    Methods inherited from class java.lang.Object Link icon

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

    • AcceptCommand Link icon

      public AcceptCommand(Towny plugin, String name)
  • Method Details Link icon

    • execute Link icon

      public boolean execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args)
      Specified by:
      execute in class org.bukkit.command.Command
    • getPlugin Link icon

      @NotNull public @NotNull org.bukkit.plugin.Plugin getPlugin()
      Specified by:
      getPlugin in interface org.bukkit.command.PluginIdentifiableCommand