MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / name

Method name

src/main/java/org/bukkit/WorldCreator.java:72–74  ·  view source on GitHub ↗

Gets the name of the world that is to be loaded or created. @return World name

()

Source from the content-addressed store, hash-verified

70 * @return World name
71 */
72 public String name() {
73 return name;
74 }
75
76 /**
77 * Gets the seed that will be used to create this world

Callers 2

MaterialEnum · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected