Uses of Class
net.minecraftforge.common.world.BiomeGenerationSettingsBuilder
-
Packages that use BiomeGenerationSettingsBuilder Package Description net.minecraftforge.event.world -
-
Uses of BiomeGenerationSettingsBuilder in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as BiomeGenerationSettingsBuilder Modifier and Type Field Description private BiomeGenerationSettingsBuilder
BiomeLoadingEvent. gen
Methods in net.minecraftforge.event.world that return BiomeGenerationSettingsBuilder Modifier and Type Method Description BiomeGenerationSettingsBuilder
BiomeLoadingEvent. getGeneration()
Constructors in net.minecraftforge.event.world with parameters of type BiomeGenerationSettingsBuilder Constructor Description BiomeLoadingEvent(ResourceLocation name, Biome.Climate climate, Biome.Category category, float depth, float scale, BiomeAmbience effects, BiomeGenerationSettingsBuilder gen, MobSpawnInfoBuilder spawns)
-