Uses of Interface
org.bukkit.scoreboard.Objective

Packages that use Objective
org.bukkit.scoreboard Interfaces used to manage the client side score display system. 
 

Uses of Objective in org.bukkit.scoreboard
 

Methods in org.bukkit.scoreboard that return Objective
 Objective Score.getObjective()
          Gets the Objective being tracked by this Score
 Objective Scoreboard.getObjective(DisplaySlot slot)
          Gets the Objective currently displayed in a DisplaySlot on this Scoreboard
 Objective Scoreboard.getObjective(String name)
          Gets an Objective on this Scoreboard by name
 Objective Scoreboard.registerNewObjective(String name, String criteria)
          Registers an Objective on this Scoreboard
 

Methods in org.bukkit.scoreboard that return types with arguments of type Objective
 Set<Objective> Scoreboard.getObjectives()
          Gets all Objectives on this Scoreboard
 Set<Objective> Scoreboard.getObjectivesByCriteria(String criteria)
          Gets all Objectives of a Criteria on the Scoreboard
 



Copyright © 2014. All rights reserved.