Class Scoreboard

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

@Deprecated public class Scoreboard extends Object
Deprecated.
not handled anymore
  • Constructor Details

    • Scoreboard

      public Scoreboard()
      Deprecated.
  • Method Details

    • getObjectives

      public Collection<Objective> getObjectives()
      Deprecated.
    • getScores

      public Collection<Score> getScores()
      Deprecated.
    • getTeams

      public Collection<Team> getTeams()
      Deprecated.
    • addObjective

      public void addObjective(Objective objective)
      Deprecated.
    • addScore

      public void addScore(Score score)
      Deprecated.
    • getScore

      public Score getScore(String name)
      Deprecated.
    • addTeam

      public void addTeam(Team team)
      Deprecated.
    • getTeam

      public Team getTeam(String name)
      Deprecated.
    • getObjective

      public Objective getObjective(String name)
      Deprecated.
    • removeObjective

      public void removeObjective(String objectiveName)
      Deprecated.
    • removeScore

      public void removeScore(String scoreName)
      Deprecated.
    • removeTeam

      public void removeTeam(String teamName)
      Deprecated.
    • clear

      public void clear()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Unique name for this scoreboard.
    • getPosition

      public Position getPosition()
      Deprecated.
      Position of this scoreboard.
    • setName

      public void setName(String name)
      Deprecated.
      Unique name for this scoreboard.
    • setPosition

      public void setPosition(Position position)
      Deprecated.
      Position of this scoreboard.
    • 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