Uses of Class
com.welcome234.pluginsystem.CustomGenerator
Packages that use CustomGenerator
Package
Description
This is the main package of the API, containing general classes
-
Uses of CustomGenerator in com.welcome234.pluginsystem
Methods in com.welcome234.pluginsystem with parameters of type CustomGeneratorModifier and TypeMethodDescriptionstatic voidPluginInfo.registerCustomChunkGenerator(String generatorName, CustomGenerator generator, PluginJava plugin)Registers a new custom chunk generator type with the CustomGenerator instancestatic voidPluginInfo.registerCustomGenerator(String generatorName, CustomGenerator generator, PluginJava plugin)Deprecated.Worlds are now infinite, use registerCustomChunkGenerator instead