Uses of Interface
org.geysermc.api.session.Connection
Packages that use Connection
-
Uses of Connection in org.geysermc.api
Methods in org.geysermc.api that return ConnectionModifier and TypeMethodDescription@Nullable ConnectionGeyserApiBase.connectionByName(@NonNull String name)Gets the session from the given name, if applicable.@Nullable ConnectionGeyserApiBase.connectionByUuid(@NonNull UUID uuid)Gets the session from the given UUID, if applicable.@Nullable ConnectionGeyserApiBase.connectionByXuid(@NonNull String xuid)Gets the session from the given XUID, if applicable.Methods in org.geysermc.api that return types with arguments of type ConnectionModifier and TypeMethodDescription@NonNull List<? extends Connection>GeyserApiBase.onlineConnections()Gets all the online sessions. -
Uses of Connection in org.geysermc.geyser.api.connection
Subinterfaces of Connection in org.geysermc.geyser.api.connectionModifier and TypeInterfaceDescriptioninterfaceRepresents a player session used in Geyser. -
Uses of Connection in org.geysermc.geyser.session
Classes in org.geysermc.geyser.session that implement Connection