Class PluginMessageListenerRegistration

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

public final class PluginMessageListenerRegistration extends Object
Contains information about a Plugins registration to a plugin channel.
  • Constructor Details

  • Method Details

    • getChannel

      @NotNull public String getChannel()
      Gets the plugin channel that this registration is about.
      Returns:
      Plugin channel.
    • getListener

      @NotNull public PluginMessageListener getListener()
      Gets the registered listener described by this registration.
      Returns:
      Registered listener.
    • getPlugin

      @NotNull public Plugin getPlugin()
      Gets the plugin that this registration is for.
      Returns:
      Registered plugin.
    • isValid

      public boolean isValid()
      Checks if this registration is still valid.
      Returns:
      True if this registration is still valid, otherwise false.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object