Package net.glowstone.io
Interface PlayerStatisticIoService
- All Known Implementing Classes:
JsonPlayerStatisticIoService
public interface PlayerStatisticIoService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readStatistics
(GlowPlayer player) Reads and populates the statistics of the player.void
writeStatistics
(GlowPlayer player) Saves the statistics of the player.
-
Method Details
-
readStatistics
Reads and populates the statistics of the player.- Parameters:
player
- The player.
-
writeStatistics
Saves the statistics of the player.- Parameters:
player
- The player.
-