Class PlayerGuessContext


  • public class PlayerGuessContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerGuessContext​(Player<?> player, double correctness, boolean eligibility)  
    • Method Summary

      Modifier and Type Method Description
      double getCorrectness()  
      Player<?> getPlayer()  
      boolean isEligible()  
      • Methods inherited from class java.lang.Object

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

      • PlayerGuessContext

        public PlayerGuessContext​(Player<?> player,
                                  double correctness,
                                  boolean eligibility)
    • Method Detail

      • getCorrectness

        public double getCorrectness()
      • getPlayer

        public Player<?> getPlayer()
      • isEligible

        public boolean isEligible()