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

Method getDefaultWorldGenerator

src/main/java/org/bukkit/plugin/Plugin.java:130–130  ·  view source on GitHub ↗

Gets a ChunkGenerator for use in a default world, as specified in the server configuration @param worldName Name of the world that this will be applied to @param id Unique ID, if any, that was specified to indicate which generator was requested @return ChunkGenerator for use in the default

(String worldName, String id)

Source from the content-addressed store, hash-verified

128 * @return ChunkGenerator for use in the default world generation
129 */
130 public ChunkGenerator getDefaultWorldGenerator(String worldName, String id);
131}

Callers 1

getGeneratorForNameMethod · 0.95

Implementers 1

JavaPluginsrc/main/java/org/bukkit/plugin/java/J

Calls

no outgoing calls

Tested by

no test coverage detected