Class GeoInfoQueries
java.lang.Object
com.djrapitops.plan.storage.database.queries.objects.GeoInfoQueries
Queries for
GeoInfo objects.-
Method Summary
Modifier and TypeMethodDescriptionQuery database for all GeoInfo data.fetchPlayerGeoInformation(UUID playerUUID) Query Player's GeoInfo by player's UUID.networkGeolocationCounts(Collection<Integer> userIds) serverGeolocationCounts(ServerUUID serverUUID) userIdsOfPlayersWithGeolocations(List<String> selected)
-
Method Details
-
fetchAllGeoInformation
Query database for all GeoInfo data.- Returns:
- Map: Player UUID - List of GeoInfo
-
fetchPlayerGeoInformation
Query Player's GeoInfo by player's UUID.- Parameters:
playerUUID- UUID of the player.- Returns:
- List of
GeoInfo, empty if none are found.
-
networkGeolocationCounts
-
networkGeolocationCounts
-
serverGeolocationCounts
-
uniqueGeolocations
-
userIdsOfPlayersWithGeolocations
-