Interface PlayerStatisticIoService

All Known Implementing Classes:
JsonPlayerStatisticIoService

public interface PlayerStatisticIoService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reads and populates the statistics of the player.
    void
    Saves the statistics of the player.
  • Method Details

    • readStatistics

      void readStatistics(GlowPlayer player)
      Reads and populates the statistics of the player.
      Parameters:
      player - The player.
    • writeStatistics

      void writeStatistics(GlowPlayer player)
      Saves the statistics of the player.
      Parameters:
      player - The player.