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

Method getUID

paper-api/src/main/java/org/bukkit/generator/WorldInfo.java:32–32  ·  view source on GitHub ↗

Gets the Unique ID of this world @return Unique ID of this world.

()

Source from the content-addressed store, hash-verified

30 * @return Unique ID of this world.
31 */
32 @NotNull
33 UUID getUID();
34
35 /**

Callers 5

isWorldLoadedMethod · 0.65
getWorldMethod · 0.65
addWorldMethod · 0.65
setWorldMethod · 0.65
disambiguateMethod · 0.65

Implementers 2

CraftWorldInfopaper-server/src/main/java/org/bukkit/
CraftWorldpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by

no test coverage detected