Uses of Interface
org.geysermc.geyser.api.connection.GeyserConnection
-
Uses of GeyserConnection in org.geysermc.geyser.api
Modifier 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.Modifier and TypeMethodDescription@NonNull List<? extends GeyserConnection>
GeyserApi.onlineConnections()
Gets all the online sessions. -
Uses of GeyserConnection in org.geysermc.geyser.session