Uses of Interface
io.papermc.paper.connection.PlayerLoginConnection
Packages that use PlayerLoginConnection
-
Uses of PlayerLoginConnection in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerLoginConnectionModifier and TypeMethodDescriptionAsyncPlayerPreLoginEvent.getConnection()
Gets the connection for the player logging in.Constructors in org.bukkit.event.player with parameters of type PlayerLoginConnectionModifierConstructorDescriptionAsyncPlayerPreLoginEvent
(@NotNull String name, @NotNull InetAddress ipAddress, @NotNull InetAddress rawAddress, @NotNull UUID uniqueId, boolean transferred, PlayerProfile profile, @NotNull String hostname, PlayerLoginConnection playerLoginConnection)