Class QRPlayerScanEntry


  • public class QRPlayerScanEntry
    extends java.lang.Object
    Represents an entry on the QRCode scans list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Player getPlayer()
      Retrieve the player this entry represents
      int getScore()
      Retrieve the score of the player
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QRPlayerScanEntry

        public QRPlayerScanEntry​(Player player,
                                 int score)
    • Method Detail

      • getPlayer

        public Player getPlayer()
        Retrieve the player this entry represents
        Returns:
        the player
      • getScore

        public int getScore()
        Retrieve the score of the player
        Returns:
        the score