Interface IScoreboardScore


public interface IScoreboardScore
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPlayerName()  
    int getValue()  
    void setValue​(int val)  
  • Method Details

    • getValue

      int getValue()
    • setValue

      void setValue​(int val)
    • getPlayerName

      java.lang.String getPlayerName()