Uses of Enum Class
com.velocitypowered.api.network.ListenerType
Packages that use ListenerType
Package
Description
Provides events for handling the lifecycle of the proxy.
-
Uses of ListenerType in com.velocitypowered.api.event.proxy
Methods in com.velocitypowered.api.event.proxy that return ListenerTypeModifier and TypeMethodDescriptionListenerBoundEvent.getListenerType()ListenerCloseEvent.getListenerType()Constructors in com.velocitypowered.api.event.proxy with parameters of type ListenerTypeModifierConstructorDescriptionListenerBoundEvent(InetSocketAddress address, ListenerType listenerType) ListenerCloseEvent(InetSocketAddress address, ListenerType listenerType) -
Uses of ListenerType in com.velocitypowered.api.network
Subclasses with type arguments of type ListenerType in com.velocitypowered.api.networkMethods in com.velocitypowered.api.network that return ListenerTypeModifier and TypeMethodDescriptionstatic ListenerTypeReturns the enum constant of this class with the specified name.static ListenerType[]ListenerType.values()Returns an array containing the constants of this enum class, in the order they are declared.