Class VelocityListenerRegistration

  • All Implemented Interfaces:
    org.geysermc.floodgate.core.platform.listener.ListenerRegistration<Object>

    public final class VelocityListenerRegistration
    extends Object
    implements org.geysermc.floodgate.core.platform.listener.ListenerRegistration<Object>
    • Constructor Detail

      • VelocityListenerRegistration

        public VelocityListenerRegistration​(com.velocitypowered.api.event.EventManager eventManager,
                                            VelocityPlugin plugin)
    • Method Detail

      • register

        public void register​(Object listener)
        Specified by:
        register in interface org.geysermc.floodgate.core.platform.listener.ListenerRegistration<Object>