Uses of Interface
org.geysermc.geyser.api.connection.GeyserConnection
Packages that use GeyserConnection
-
Uses of GeyserConnection in org.geysermc.geyser.api
Methods in org.geysermc.geyser.api that return GeyserConnectionModifier and TypeMethodDescription@Nullable GeyserConnection
GeyserApi.connectionByName(@NonNull String name)
Gets the session from the given name, if applicable.@Nullable GeyserConnection
GeyserApi.connectionByUuid(@NonNull UUID uuid)
Gets the session from the given UUID, if applicable.@Nullable GeyserConnection
GeyserApi.connectionByXuid(@NonNull String xuid)
Gets the session from the given XUID, if applicable.Methods in org.geysermc.geyser.api that return types with arguments of type GeyserConnectionModifier and TypeMethodDescription@NonNull List<? extends GeyserConnection>
GeyserApi.onlineConnections()
Gets all the online sessions. -
Uses of GeyserConnection in org.geysermc.geyser.session
Classes in org.geysermc.geyser.session that implement GeyserConnection