MCPcopy Create free account
hub / github.com/PaperMC/Paper / getScoreboardCriteria

Method getScoreboardCriteria

paper-api/src/main/java/org/bukkit/Server.java:2001–2001  ·  view source on GitHub ↗

Get (or create) a new Criteria by its name. @param name the criteria name @return the criteria @see Criteria Criteria for a list of constants

(@NotNull String name)

Source from the content-addressed store, hash-verified

1999 * @see Criteria Criteria for a list of constants
2000 */
2001 @NotNull
2002 Criteria getScoreboardCriteria(@NotNull String name);
2003
2004 /**

Callers 2

TestServerClass · 0.65
getScoreboardCriteriaMethod · 0.65

Implementers 1

CraftServerpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by

no test coverage detected