Class Score

java.lang.Object
net.md_5.bungee.api.score.Score

public class Score extends Object
Represents a scoreboard score entry.
  • Constructor Details

    • Score

      public Score(String itemName, String scoreName, int value)
  • Method Details

    • getItemName

      public String getItemName()
      Name to be displayed in the list.
    • getScoreName

      public String getScoreName()
      Unique name of the score.
    • getValue

      public int getValue()
      Value of the score.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object