Class AbstractCommendExecutor

java.lang.Object
com.ultikits.ultitools.abstracts.AbstractCommandExecutor
com.ultikits.ultitools.abstracts.AbstractCommendExecutor
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor

@Deprecated(since="6.2.1", forRemoval=true) public abstract class AbstractCommendExecutor extends AbstractCommandExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
This abstract class represents a command executor. It implements the TabExecutor interface from the Bukkit API.

这个抽象类代表了一个命令执行器。 它实现了Bukkit API中的TabExecutor接口。

See Also:
  • Constructor Details

    • AbstractCommendExecutor

      public AbstractCommendExecutor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getInstance

      public AbstractCommendExecutor getInstance()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the instance of the command executor.

      获取命令执行器的实例。

      Overrides:
      getInstance in class AbstractCommandExecutor
      Returns:
      The instance of the command executor.
      命令执行器的实例。