Uses of Interface
net.minecraft.world.gen.random.RandomDeriver
Packages that use RandomDeriver
Package
Description
The base package for all Minecraft classes.
-
Uses of RandomDeriver in net.minecraft
Fields in net.minecraft declared as RandomDeriverModifier and TypeFieldDescriptionprivate final RandomDeriverclass_6953.aquiferPositionalRandomFactoryThe field for theaquiferPositionalRandomFactoryrecord component.private final RandomDeriverclass_6953.oreVeinsPositionalRandomFactoryThe field for theoreVeinsPositionalRandomFactoryrecord component.Methods in net.minecraft that return RandomDeriverModifier and TypeMethodDescriptionclass_6953.aquiferPositionalRandomFactory()Returns the value of theaquiferPositionalRandomFactoryrecord component.class_6953.oreVeinsPositionalRandomFactory()Returns the value of theoreVeinsPositionalRandomFactoryrecord component.Methods in net.minecraft with parameters of type RandomDeriverModifier and TypeMethodDescriptionprotected static ChunkNoiseSampler.BlockStateSamplerclass_6955.method_40548(class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, RandomDeriver randomDeriver) private static DoublePerlinNoiseSamplerclass_6954.method_41107(RandomDeriver randomDeriver, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) Constructors in net.minecraft with parameters of type RandomDeriverModifierConstructorDescriptionclass_6953(class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, class_6910 class_69104, RandomDeriver randomDeriver, RandomDeriver randomDeriver2, class_6910 class_69105, class_6910 class_69106, class_6910 class_69107, class_6910 class_69108, class_6910 class_69109, class_6910 class_691010, class_6910 class_691011, class_6910 class_691012, class_6910 class_691013, class_6910 class_691014, class_6910 class_691015, List<MultiNoiseUtil.NoiseHypercube> list) -
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, class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, class_6910 class_69104, 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, class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, class_6910 class_69104, RandomDeriver randomDeriver, int minY, int height, AquiferSampler.FluidLevelSampler fluidLevelSampler) -
Uses of RandomDeriver in net.minecraft.world.gen.noise
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) -
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)