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)
| 128 | * @return ChunkGenerator for use in the default world generation |
| 129 | */ |
| 130 | public ChunkGenerator getDefaultWorldGenerator(String worldName, String id); |
| 131 | } |
no outgoing calls
no test coverage detected