MCPcopy Create free account
hub / github.com/Teneted/Tenet / getVersion

Method getVersion

src/main/java/org/bukkit/Server.java:89–89  ·  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

87 * @return version of this server implementation
88 */
89 @NotNull
90 public String getVersion();
91
92 /**

Callers 15

runMethod · 0.65
getVersionMethod · 0.65
setItemMetaMethod · 0.65
getDataVersionMethod · 0.65
registerMethod · 0.65
getDataForWritingMethod · 0.65
readDataMethod · 0.65
processMethod · 0.65
ModContainerMethod · 0.65
fileToLineMethod · 0.65
renderMethod · 0.65
initMethod · 0.65

Implementers 2

CraftServersrc/main/java/org/bukkit/craftbukkit/v
Bukkitsrc/main/java/org/bukkit/Bukkit.java

Calls

no outgoing calls

Tested by

no test coverage detected