Uses of Interface
net.minecraft.world.gen.random.RandomDeriver
Packages that use RandomDeriver
Package
Description
-
Uses of RandomDeriver in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type RandomDeriverModifier and TypeMethodDescriptionprotected static ChunkNoiseSampler.BlockStateSamplerOreVeinSampler.create(DensityFunction veinToggle, DensityFunction veinRidged, DensityFunction veinGap, RandomDeriver randomDeriver) -
Uses of RandomDeriver in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as RandomDeriverMethods in net.minecraft.world.gen.chunk with parameters of type RandomDeriverModifier and TypeMethodDescriptionstatic AquiferSamplerAquiferSampler.aquifer(ChunkNoiseSampler chunkNoiseSampler, ChunkPos chunkPos, DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, int minY, int height, AquiferSampler.FluidLevelSampler fluidLevelSampler) Constructors in net.minecraft.world.gen.chunk with parameters of type RandomDeriverModifierConstructorDescription(package private)Impl(ChunkNoiseSampler chunkNoiseSampler, ChunkPos chunkPos, DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, int minY, int height, AquiferSampler.FluidLevelSampler fluidLevelSampler) -
Uses of RandomDeriver in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction with parameters of type RandomDeriverModifier and TypeMethodDescriptionprivate static DoublePerlinNoiseSamplerDensityFunctions.method_41107(RandomDeriver randomDeriver, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) -
Uses of RandomDeriver in net.minecraft.world.gen.noise
Fields in net.minecraft.world.gen.noise declared as RandomDeriverModifier and TypeFieldDescriptionprivate final RandomDeriverNoiseRouter.aquiferPositionalRandomFactoryThe field for theaquiferPositionalRandomFactoryrecord component.private final RandomDeriverNoiseRouter.oreVeinsPositionalRandomFactoryThe field for theoreVeinsPositionalRandomFactoryrecord component.Methods in net.minecraft.world.gen.noise that return RandomDeriverModifier and TypeMethodDescriptionNoiseRouter.aquiferPositionalRandomFactory()Returns the value of theaquiferPositionalRandomFactoryrecord component.NoiseRouter.oreVeinsPositionalRandomFactory()Returns the value of theoreVeinsPositionalRandomFactoryrecord component.Methods in net.minecraft.world.gen.noise with parameters of type RandomDeriverModifier and TypeMethodDescriptionstatic DoublePerlinNoiseSamplerNoiseParametersKeys.createNoiseSampler(Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, RandomDeriver randomDeriver, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> noise) static DoublePerlinNoiseSamplerNoiseParametersKeys.method_41127(RandomDeriver randomDeriver, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) Constructors in net.minecraft.world.gen.noise with parameters of type RandomDeriverModifierConstructorDescriptionNoiseRouter(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, DensityFunction densityFunction4, RandomDeriver randomDeriver, RandomDeriver randomDeriver2, DensityFunction densityFunction5, DensityFunction densityFunction6, DensityFunction densityFunction7, DensityFunction densityFunction8, DensityFunction densityFunction9, DensityFunction densityFunction10, DensityFunction densityFunction11, DensityFunction densityFunction12, DensityFunction densityFunction13, DensityFunction densityFunction14, DensityFunction densityFunction15, List<MultiNoiseUtil.NoiseHypercube> list) -
Uses of RandomDeriver in net.minecraft.world.gen.random
Classes in net.minecraft.world.gen.random that implement RandomDeriverModifier and TypeClassDescriptionstatic classstatic classMethods in net.minecraft.world.gen.random that return RandomDeriverModifier and TypeMethodDescriptionAbstractRandom.createRandomDeriver()AtomicSimpleRandom.createRandomDeriver()ChunkRandom.createRandomDeriver()SimpleRandom.createRandomDeriver()Xoroshiro128PlusPlusRandom.createRandomDeriver() -
Uses of RandomDeriver in net.minecraft.world.gen.surfacebuilder
Fields in net.minecraft.world.gen.surfacebuilder declared as RandomDeriverFields in net.minecraft.world.gen.surfacebuilder with type parameters of type RandomDeriverModifier and TypeFieldDescriptionprivate final Map<Identifier,RandomDeriver> SurfaceBuilder.randomDeriversMethods in net.minecraft.world.gen.surfacebuilder that return RandomDeriverModifier and TypeMethodDescriptionprotected RandomDeriverSurfaceBuilder.getRandomDeriver(Identifier id) Constructors in net.minecraft.world.gen.surfacebuilder with parameters of type RandomDeriverModifierConstructorDescription(package private)VerticalGradientPredicate(MaterialRules.MaterialRuleContext materialRuleContext, int int2, int int3, RandomDeriver randomDeriver)