Uses of Class
cn.ycraft.limbo.network.ClientConnection
Packages that use ClientConnection
Package
Description
-
Uses of ClientConnection in cn.ycraft.limbo.event.connection
Methods in cn.ycraft.limbo.event.connection that return ClientConnectionConstructors in cn.ycraft.limbo.event.connection with parameters of type ClientConnectionModifierConstructorDescriptionPacketReceiveEvent
(ClientConnection connection, org.geysermc.mcprotocollib.network.packet.Packet packet) -
Uses of ClientConnection in cn.ycraft.limbo.network
Fields in cn.ycraft.limbo.network with type parameters of type ClientConnectionModifier and TypeFieldDescriptionstatic final org.geysermc.mcprotocollib.network.Flag<ClientConnection>
NetworkConstants.CLIENT_CONNECTION_FLAG
Methods in cn.ycraft.limbo.network that return ClientConnectionModifier and TypeMethodDescriptionServerConnection.getClient
(org.geysermc.mcprotocollib.network.Session session) Methods in cn.ycraft.limbo.network that return types with arguments of type ClientConnectionModifier and TypeMethodDescriptionMap<org.geysermc.mcprotocollib.network.Session,
ClientConnection> ServerConnection.getClients()
-
Uses of ClientConnection in com.loohp.limbo.events.connection
Methods in com.loohp.limbo.events.connection that return ClientConnectionConstructors in com.loohp.limbo.events.connection with parameters of type ClientConnection -
Uses of ClientConnection in com.loohp.limbo.events.player
Methods in com.loohp.limbo.events.player that return ClientConnectionConstructors in com.loohp.limbo.events.player with parameters of type ClientConnectionModifierConstructorDescriptionPlayerLoginEvent
(ClientConnection connection, boolean cancelled, net.kyori.adventure.text.Component cancelReason) -
Uses of ClientConnection in com.loohp.limbo.events.status
Methods in com.loohp.limbo.events.status that return ClientConnectionConstructors in com.loohp.limbo.events.status with parameters of type ClientConnectionModifierConstructorDescriptionStatusPingEvent
(ClientConnection connection, String version, int protocol, net.kyori.adventure.text.Component motd, int maxPlayers, int playersOnline, byte[] favicon) -
Uses of ClientConnection in com.loohp.limbo.player
Fields in com.loohp.limbo.player declared as ClientConnectionConstructors in com.loohp.limbo.player with parameters of type ClientConnectionModifierConstructorDescriptionPlayer
(ClientConnection clientConnection, String username, UUID uuid, int entityId, Location location, PlayerInteractManager playerInteractManager)