Class MusicQuizPlayer
java.lang.Object
de.presti.ree6.game.core.base.GamePlayer
de.presti.ree6.game.impl.musicquiz.entities.MusicQuizPlayer
Class used to store information about a player in the music quiz game.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPoints
(int points) Method used to add points to the player.Methods inherited from class de.presti.ree6.game.core.base.GamePlayer
getRelatedUser, setInteractionHook
-
Constructor Details
-
MusicQuizPlayer
public MusicQuizPlayer(long relatedUserId) -
MusicQuizPlayer
-
-
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.
-