Uses of Class
net.md_5.bungee.api.config.ListenerInfo
Packages that use ListenerInfo
Package
Description
-
Uses of ListenerInfo in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return types with arguments of type ListenerInfo -
Uses of ListenerInfo in net.md_5.bungee.api.config
Methods in net.md_5.bungee.api.config that return types with arguments of type ListenerInfoModifier and TypeMethodDescriptionConfigurationAdapter.getListeners()Get information about all hosts to bind the proxy to. -
Uses of ListenerInfo in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection that return ListenerInfoModifier and TypeMethodDescriptionPendingConnection.getListener()Get the listener that accepted this connection. -
Uses of ListenerInfo in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ListenerInfoModifier and TypeMethodDescriptionClientConnectEvent.getListener()Listener that accepted the connection.Constructors in net.md_5.bungee.api.event with parameters of type ListenerInfoModifierConstructorDescriptionClientConnectEvent(SocketAddress socketAddress, ListenerInfo listener) Creates a newClientConnectEventinstance.