Class VelocityListenerRegistration

java.lang.Object
org.geysermc.floodgate.velocity.listener.VelocityListenerRegistration
All Implemented Interfaces:
org.geysermc.floodgate.core.platform.listener.ListenerRegistration<Object>

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

    • VelocityListenerRegistration

      public VelocityListenerRegistration()
  • Method Details

    • register

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