Class MusicQuizPlayer

java.lang.Object
de.presti.ree6.game.core.base.GamePlayer
de.presti.ree6.game.impl.musicquiz.entities.MusicQuizPlayer

public class MusicQuizPlayer extends GamePlayer
Class used to store information about a player in the music quiz game.
  • Constructor Details

    • MusicQuizPlayer

      public MusicQuizPlayer(long relatedUserId)
    • MusicQuizPlayer

      public MusicQuizPlayer(GamePlayer gamePlayer)
  • Method Details

    • addPoints

      public void addPoints(int points)
      Method used to add points to the player.
      Parameters:
      points - The amount of points that should be added.