MCPcopy Create free account
hub / github.com/Hypejet/Jet / scoreboardName

Method scoreboardName

api/src/main/java/net/hypejet/jet/entity/Entity.java:151–151  ·  view source on GitHub ↗

Gets a name that this plain Entity entity uses in plain Score score management of plain Scoreboard scoreboards. @return the name @since 1.0

()

Source from the content-addressed store, hash-verified

149 * @since 1.0
150 */
151 @NonNull String scoreboardName();
152
153 /**
154 * Gets a {@linkplain MinecraftServer server} that this {@linkplain Entity entity} is part of.

Callers 3

getScoreMethod · 0.65
setScoreMethod · 0.65
removeScoresMethod · 0.65

Implementers 1

JetEntityserver/src/main/java/net/hypejet/jet/s

Calls

no outgoing calls

Tested by

no test coverage detected