Class BungeeListenerRegistration

java.lang.Object
org.geysermc.floodgate.bungee.listener.BungeeListenerRegistration
All Implemented Interfaces:
org.geysermc.floodgate.core.platform.listener.ListenerRegistration<net.md_5.bungee.api.plugin.Listener>

@Singleton public final class BungeeListenerRegistration extends Object implements org.geysermc.floodgate.core.platform.listener.ListenerRegistration<net.md_5.bungee.api.plugin.Listener>
  • Constructor Details

    • BungeeListenerRegistration

      public BungeeListenerRegistration()
  • Method Details

    • register

      public void register(net.md_5.bungee.api.plugin.Listener listener)
      Specified by:
      register in interface org.geysermc.floodgate.core.platform.listener.ListenerRegistration<net.md_5.bungee.api.plugin.Listener>