Class EventChannel

java.lang.Object
net.mathias2246.buildmc.api.messageBus.EventChannel
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, org.bukkit.Keyed

public class EventChannel extends Object implements org.bukkit.Keyed
  • Constructor Details

    • EventChannel

      public EventChannel(@NotNull @NotNull org.bukkit.NamespacedKey key, @NotNull @NotNull SemVer version, @NotNull @NotNull String publisherId)
  • Method Details

    • getKey

      @Contract(pure=true) @NotNull public @NotNull org.bukkit.NamespacedKey getKey()
      Specified by:
      getKey in interface org.bukkit.Keyed
    • getVersion

      @Contract(pure=true) @NotNull public @NotNull SemVer getVersion()
    • getPublisherId

      @Contract(pure=true) @NotNull public @NotNull String getPublisherId()