Uses of Interface
io.papermc.paper.connection.PlayerConnection
Packages that use PlayerConnection
Package
Description
This package contains events related to player connections, such as joining and leaving the server.
Common connection events.
-
Uses of PlayerConnection in io.papermc.paper.connection
Subinterfaces of PlayerConnection in io.papermc.paper.connectionModifier and TypeInterfaceDescriptioninterface
Represents a connection that has properties shared between the GAME and CONFIG stage.interface
interface
interface
interface
interface
-
Uses of PlayerConnection in io.papermc.paper.event.connection
Methods in io.papermc.paper.event.connection that return PlayerConnectionModifier and TypeMethodDescriptionPlayerConnectionValidateLoginEvent.getConnection()
Gets the connection of the player in this event.Constructors in io.papermc.paper.event.connection with parameters of type PlayerConnectionModifierConstructorDescriptionPlayerConnectionValidateLoginEvent
(PlayerConnection connection, @Nullable Component kickMessage)