Uses of Interface
dev.wyck.wrapper.level.noise.Noise
Packages that use Noise
-
Uses of Noise in dev.wyck.wrapper.level.noise
Subinterfaces of Noise in dev.wyck.wrapper.level.noiseModifier and TypeInterfaceDescriptioninterfaceWrapsNoiseGeneratorSettings.Classes in dev.wyck.wrapper.level.noise that implement NoiseModifier and TypeClassDescriptionstatic final recordA reference to a noise function.Methods in dev.wyck.wrapper.level.noise that return NoiseModifier and TypeMethodDescriptionstatic NoiseNoise.amplified()static NoiseNoise.caves()static NoiseNoise.end()static NoiseNoise.floatingIslands()static NoiseNoise.nether()static NoiseNoise.overworld()static NoiseNoise.reference(ResourceKey key) Creates a reference to a noise function with the given key. -
Uses of Noise in dev.wyck.wrapper.level.noise.chunk
Methods in dev.wyck.wrapper.level.noise.chunk that return NoiseMethods in dev.wyck.wrapper.level.noise.chunk with parameters of type NoiseModifier and TypeMethodDescriptionSets the noise generator of the chunk generator.static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, Noise abstractNoise) Builds a noise generator over the given biome source, referencing the given settings.