Uses of Interface
dev.wyck.wrapper.level.BiomeSource
Packages that use BiomeSource
-
Uses of BiomeSource in dev.wyck.wrapper.level
Methods in dev.wyck.wrapper.level that return BiomeSourceModifier and TypeMethodDescriptionBiomeSource.MultiNoiseBuilder.build()BiomeSource.Factory.fixed(ResourceKey biome) static BiomeSourceBiomeSource.fixed(ResourceKey biome) static BiomeSourcestatic BiomeSourceBiomeSource.Factory.multiNoise(List<BiomeSource.MultiNoiseEntry> entries) static BiomeSourceBiomeSource.nether()Biome source preset for the nether.static BiomeSourceBiomeSource.overworld()Biome source preset for the overworld.BiomeSource.Factory.preset(ResourceKey preset) static BiomeSourceBiomeSource.preset(ResourceKey preset) -
Uses of BiomeSource in dev.wyck.wrapper.level.noise.chunk
Methods in dev.wyck.wrapper.level.noise.chunk that return BiomeSourceModifier and TypeMethodDescriptionChunkGenerator.biomeSource()The biome source this generator draws from.Methods in dev.wyck.wrapper.level.noise.chunk with parameters of type BiomeSourceModifier and TypeMethodDescriptionChunkGenerator.Builder.biomeSource(BiomeSource biomeSource) Sets the biome source of the chunk generator.ChunkGenerator.Factory.noise(BiomeSource biomeSource, Noise.Reference settings) ChunkGenerator.Factory.noise(BiomeSource biomeSource, NoiseGeneratorSettings settings) static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, ResourceKey resourceKey) Builds a noise generator over the given biome source, referencing the given settings.static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, Noise abstractNoise) Builds a noise generator over the given biome source, referencing the given settings.