Package net.glowstone.io
Interface PlayerStatisticIoService
- All Known Implementing Classes:
JsonPlayerStatisticIoService
public interface PlayerStatisticIoService
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadStatistics(GlowPlayer player) Reads and populates the statistics of the player.voidwriteStatistics(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.
-