Uses of Interface
dev.wyck.worldgen.biome.BiomeSource
Packages that use BiomeSource
-
Uses of BiomeSource in dev.wyck.worldgen.biome
Subinterfaces of BiomeSource in dev.wyck.worldgen.biomeModifier and TypeInterfaceDescriptioninterfaceThe checkerboard biome source places biomes in a checkerboard pattern.interfaceThe fixed biome source, also called single biome, uses one specified biome everywhere.interfaceinterfaceA reference to a hardcoded parameter list preset.interfaceThe biome source used for the End dimension.Methods in dev.wyck.worldgen.biome that return BiomeSource -
Uses of BiomeSource in dev.wyck.worldgen.biome.custom
Classes in dev.wyck.worldgen.biome.custom that implement BiomeSourceModifier and TypeClassDescriptionclassBase class for an authored biome source with its own biome-selection algorithm. -
Uses of BiomeSource in dev.wyck.worldgen.chunk
Methods in dev.wyck.worldgen.chunk that return BiomeSourceModifier and TypeMethodDescriptionChunkGenerator.biomeSource()The biome source this generator draws from.Methods in dev.wyck.worldgen.chunk with parameters of type BiomeSourceModifier and TypeMethodDescriptionFlatLevelSource.Builder.biomeSource(BiomeSource biomeSource) Sets the biome source.NoiseBasedChunkGenerator.Builder.biomeSource(BiomeSource biomeSource) Sets the biome source of the chunk generator.static FlatLevelSourceFlatLevelSource.of(BiomeSource biomeSource, FlatLevelGeneratorSettings settings) Creates a new flat level source.static NoiseBasedChunkGeneratorNoiseBasedChunkGenerator.of(BiomeSource biomeSource, Noise abstractNoise) Builds a noise generator over the given biome source, referencing the given settings.