Uses of Class
de.extio.spacecraft.shared.model.metaserver.Statistics
-
Packages that use Statistics Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.metaserver Data transfer objects for the metaserver -
-
Uses of Statistics in de.extio.spacecraft.shared.managers
Method parameters in de.extio.spacecraft.shared.managers with type arguments of type Statistics Modifier and Type Method Description void
MetaserverClient. getStatistics(String adminKey, OffsetDateTime from, Consumer<List<Statistics>> onSuccess, Consumer<Exception> onError)
Not open for public use, requires a key -
Uses of Statistics in de.extio.spacecraft.shared.model.metaserver
Methods in de.extio.spacecraft.shared.model.metaserver that return types with arguments of type Statistics Modifier and Type Method Description static List<Statistics>
Statistics. fromReport(String report)
-