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

Method getVersion

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

Gets the version string of this server implementation. @return version of this server implementation @see io.papermc.paper.ServerBuildInfo

()

Source from the content-addressed store, hash-verified

145 * @see io.papermc.paper.ServerBuildInfo
146 */
147 @NotNull
148 public static String getVersion() {
149 return server.getVersion();
150 }
151
152 /**
153 * Gets the Bukkit version that this server is running.

Callers 4

obtainVersionMethod · 0.95
getMethod · 0.95
VersionHistoryManagerMethod · 0.95
startMetricsMethod · 0.95

Calls 1

getVersionMethod · 0.65

Tested by

no test coverage detected