MCPcopy Index your code
hub / github.com/PaperMC/Paper / getVersion

Method getVersion

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

Gets the version string of this server implementation. @return version of this server implementation

()

Source from the content-addressed store, hash-verified

115 * @return version of this server implementation
116 */
117 @NotNull
118 public String getVersion();
119
120 /**

Callers 7

setupMethod · 0.95
TestServerClass · 0.65
getVersionMethod · 0.65
loadMethod · 0.65
writeProvidersMethod · 0.65
runMethod · 0.65
processRequestMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

setupMethod · 0.76