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.
-
Uses of PlayerCommonConnection in io.papermc.paper.connection
Subinterfaces of PlayerCommonConnection in io.papermc.paper.connectionModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of PlayerCommonConnection in io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return PlayerCommonConnectionModifier and TypeMethodDescriptionfinal PlayerCommonConnection
PlayerCustomClickEvent.getCommonConnection()
The common connection of the player.Constructors in io.papermc.paper.event.player with parameters of type PlayerCommonConnectionModifierConstructorDescriptionprotected
PlayerCustomClickEvent
(Key identifier, PlayerCommonConnection commonConnection) -
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.