Uses of Interface
io.papermc.paper.connection.PlayerCommonConnection
Packages that use PlayerCommonConnection
Package
Description
This package contains events related to player connections, such as joining and leaving the server.
Classes dedicated to specialized plugin to client protocols.
-
Uses of PlayerCommonConnection in io.papermc.paper.connection
Subinterfaces of PlayerCommonConnection in io.papermc.paper.connectionModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of PlayerCommonConnection in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerCommonConnectionModifier and TypeMethodDescriptionPlayerLinksSendEvent.getConnection()
Gets the connection that received the links. -
Uses of PlayerCommonConnection in org.bukkit.plugin.messaging
Methods in org.bukkit.plugin.messaging with parameters of type PlayerCommonConnectionModifier and TypeMethodDescriptiondefault void
PluginMessageListener.onPluginMessageReceived
(@NotNull String channel, @NotNull PlayerCommonConnection connection, byte @NotNull [] message) A method that will be invoked when a PluginMessageSource sends a plugin message on a registered channel.