Uses of Interface
io.papermc.paper.connection.PlayerConfigurationConnection
Packages that use PlayerConfigurationConnection
Package
Description
Configuration connection events.
-
Uses of PlayerConfigurationConnection in io.papermc.paper.event.connection.configuration
Methods in io.papermc.paper.event.connection.configuration that return PlayerConfigurationConnectionModifier and TypeMethodDescriptionAsyncPlayerConnectionConfigureEvent.getConnection()
PlayerConnectionInitialConfigureEvent.getConnection()
PlayerConnectionReconfigureEvent.getConnection()
Constructors in io.papermc.paper.event.connection.configuration with parameters of type PlayerConfigurationConnectionModifierConstructorDescription -
Uses of PlayerConfigurationConnection in moe.caramel.daydream.connection.configuration
Methods in moe.caramel.daydream.connection.configuration with parameters of type PlayerConfigurationConnectionModifier and TypeMethodDescriptionvoid
ConfigurationTask.start
(PlayerConfigurationConnection connection) 작업이 시작될 때 호출됩니다.default void
ConfigurationTask.terminate
(PlayerConfigurationConnection connection) 작업이 종료될 때 호출됩니다. -
Uses of PlayerConfigurationConnection in moe.caramel.daydream.event.configuration
Fields in moe.caramel.daydream.event.configuration declared as PlayerConfigurationConnectionModifier and TypeFieldDescriptionprotected final PlayerConfigurationConnection
ConfigurationEvent.connection
Methods in moe.caramel.daydream.event.configuration that return PlayerConfigurationConnectionConstructors in moe.caramel.daydream.event.configuration with parameters of type PlayerConfigurationConnectionModifierConstructorDescriptionAddConfigurationTaskEvent
(PlayerConfigurationConnection connection, AddConfigurationTaskEvent.TaskRegistry registry) ConfigurationEvent
(PlayerConfigurationConnection connection, boolean async) -
Uses of PlayerConfigurationConnection in org.bukkit.event.player
Constructors in org.bukkit.event.player with parameters of type PlayerConfigurationConnectionModifierConstructorDescriptionPlayerLinksSendEvent
(@NotNull PlayerConfigurationConnection connection, @NotNull ServerLinks links)