Uses of Interface
org.geysermc.api.session.Connection
-
Uses of Connection in org.geysermc.api
Modifier and TypeMethodDescription@Nullable Connection
GeyserApiBase.connectionByName(@NonNull String name)
Gets the session from the given name, if applicable.@Nullable Connection
GeyserApiBase.connectionByUuid(@NonNull UUID uuid)
Gets the session from the given UUID, if applicable.@Nullable Connection
GeyserApiBase.connectionByXuid(@NonNull String xuid)
Gets the session from the given XUID, if applicable.Modifier and TypeMethodDescription@NonNull List<? extends Connection>
GeyserApiBase.onlineConnections()
Gets all the online sessions. -
Uses of Connection in org.geysermc.geyser.api.connection
Modifier and TypeInterfaceDescriptioninterface
Represents a player session used in Geyser. -
Uses of Connection in org.geysermc.geyser.session