Skip to content

Commit

Permalink
more scoreboard fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed Nov 25, 2023
1 parent b51e2a0 commit c5e0e38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ default Set<Objective> objectivesByCriterion(Supplier<? extends Criterion> crite
* @param name The name whose scores are being retrieved
* @return A set of all scores for the name
*/
Set<Score> scores(Component name);
Set<Score> scores(String name);

/**
* Removes all scores with the specified name on this scoreboard,
* across all objectives.
*
* @param name The name to remove all scores for
*/
void removeScores(Component name);
void removeScores(String name);

/**
* Gets a {@link Team} by name on this scoreboard.
Expand Down

0 comments on commit c5e0e38

Please sign in to comment.