类 PluginMessageListenerRegistration

java.lang.Object
org.bukkit.plugin.messaging.PluginMessageListenerRegistration

public final class PluginMessageListenerRegistration extends Object
包含了关于Plugin注册的插件通道的信息.
  • 构造器详细资料

  • 方法详细资料

    • getChannel

      @NotNull public @NotNull String getChannel()
      获取插件注册的插件通道.

      原文:Gets the plugin channel that this registration is about.

      返回:
      插件通道
    • getListener

      @NotNull public @NotNull PluginMessageListener getListener()
      获取这个注册所描述的监听器.

      原文:Gets the registered listener described by this registration.

      返回:
      注册的监听器
    • getPlugin

      @NotNull public @NotNull Plugin getPlugin()
      获取这个注册的相关的插件.

      原文:Gets the plugin that this registration is for.

      返回:
      注册的插件
    • isValid

      public boolean isValid()
      检测这个注册是否仍然有效.

      原文:Checks if this registration is still valid.

      返回:
      如果这个注册还有效则为true,false反之
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object