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()Returns the type of listener that was bound.ListenerCloseEvent.getListenerType()Returns the type of listener being closed.Constructors in com.velocitypowered.api.event.proxy with parameters of type ListenerTypeModifierConstructorDescriptionListenerBoundEvent(InetSocketAddress address, ListenerType listenerType) Constructs a newListenerBoundEvent.ListenerCloseEvent(InetSocketAddress address, ListenerType listenerType) Constructs a newListenerCloseEvent. -
Uses of ListenerType in com.velocitypowered.api.network
Methods 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.