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

Method getName

paper-api/src/main/java/org/bukkit/Bukkit.java:136–139  ·  view source on GitHub ↗

Gets the name of this server implementation. @return name of this server implementation @see io.papermc.paper.ServerBuildInfo#brandName()

()

Source from the content-addressed store, hash-verified

134 * @see io.papermc.paper.ServerBuildInfo#brandName()
135 */
136 @NotNull
137 public static String getName() {
138 return server.getName();
139 }
140
141 /**
142 * Gets the version string of this server implementation.

Callers 2

getVersionMessageMethod · 0.95
getMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected