Class Score

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

@Deprecated public class Score extends Object
Deprecated.
not handled anymore
Represents a scoreboard score entry.
  • Constructor Details

    • Score

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

    • getItemName

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

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

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

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object