Uses of Class
ua.mcchickenstudio.opencreative.utils.world.generators.WorldGenerator
Packages that use WorldGenerator
Package
Description
-
Uses of WorldGenerator in ua.mcchickenstudio.opencreative.events.planet
Methods in ua.mcchickenstudio.opencreative.events.planet that return WorldGeneratorConstructors in ua.mcchickenstudio.opencreative.events.planet with parameters of type WorldGeneratorModifierConstructorDescriptionPlanetCreationEvent(@NotNull Planet planet, @NotNull org.bukkit.entity.Player player, @NotNull WorldGenerator generator, org.bukkit.World.Environment environment, long seed, boolean generateStructures) -
Uses of WorldGenerator in ua.mcchickenstudio.opencreative.managers.space
Methods in ua.mcchickenstudio.opencreative.managers.space with parameters of type WorldGeneratorModifier and TypeMethodDescriptionvoidPlanetsManager.createPlanet(@NotNull org.bukkit.entity.Player owner, int id, @NotNull WorldGenerator generator) Creates and loads a new planet for player with specified world generator.voidPlanetsManager.createPlanet(@NotNull org.bukkit.entity.Player owner, int id, @NotNull WorldGenerator generator, org.bukkit.World.Environment environment, long seed, boolean generateStructures, @NotNull String biome) Creates and loads a new planet for player with specified world generator, environment, seed and generate sturctures option.voidSpace.createPlanet(@NotNull org.bukkit.entity.Player owner, int id, @NotNull WorldGenerator generator) voidSpace.createPlanet(@NotNull org.bukkit.entity.Player owner, int id, @NotNull WorldGenerator generator, @NotNull org.bukkit.World.Environment environment, long seed, boolean generateStructures, @NotNull String biome) -
Uses of WorldGenerator in ua.mcchickenstudio.opencreative.planets
Methods in ua.mcchickenstudio.opencreative.planets with parameters of type WorldGeneratorModifier and TypeMethodDescription@Nullable org.bukkit.WorldPlanetTerritory.generateWorld(WorldGenerator generator, org.bukkit.World.Environment environment, long seed, boolean generateStructures, String biome) -
Uses of WorldGenerator in ua.mcchickenstudio.opencreative.utils.world.generators
Subclasses of WorldGenerator in ua.mcchickenstudio.opencreative.utils.world.generatorsModifier and TypeClassDescriptionclassAbstractFlatGeneratorfinal classCustomFlatGeneratorfinal classfinal classfinal classfinal classfinal classfinal classWorldTemplateMethods in ua.mcchickenstudio.opencreative.utils.world.generators that return WorldGeneratorModifier and TypeMethodDescription@Nullable WorldGeneratorReturns world generator from registry by specified id if it exists, otherwise will return null.Methods in ua.mcchickenstudio.opencreative.utils.world.generators that return types with arguments of type WorldGeneratorModifier and TypeMethodDescription@NotNull List<WorldGenerator> WorldGenerators.getWorldGenerators()Returns a copy of list that contains all registered world generators.Methods in ua.mcchickenstudio.opencreative.utils.world.generators with parameters of type WorldGeneratorModifier and TypeMethodDescriptionvoidWorldGenerators.registerWorldGenerator(@NotNull WorldGenerator generator) Registers world generator, that can be used for world generation.voidWorldGenerators.registerWorldGenerator(@NotNull WorldGenerator... generator) Registers world generators, that can be used for world generation.voidWorldGenerators.unregisterWorldGenerator(@NotNull WorldGenerator generator) Unregisters world generator if list contains it.