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.BlockStateSampler
OreVeinSampler.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 AquiferSampler
AquiferSampler.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 DoublePerlinNoiseSampler
DensityFunctions.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 RandomDeriver
NoiseRouter.aquiferPositionalRandomFactory
The field for theaquiferPositionalRandomFactory
record component.private final RandomDeriver
NoiseRouter.oreVeinsPositionalRandomFactory
The field for theoreVeinsPositionalRandomFactory
record component.Methods in net.minecraft.world.gen.noise that return RandomDeriverModifier and TypeMethodDescriptionNoiseRouter.aquiferPositionalRandomFactory()
Returns the value of theaquiferPositionalRandomFactory
record component.NoiseRouter.oreVeinsPositionalRandomFactory()
Returns the value of theoreVeinsPositionalRandomFactory
record component.Methods in net.minecraft.world.gen.noise with parameters of type RandomDeriverModifier and TypeMethodDescriptionstatic DoublePerlinNoiseSampler
NoiseParametersKeys.createNoiseSampler
(Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, RandomDeriver randomDeriver, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> noise) static DoublePerlinNoiseSampler
NoiseParametersKeys.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 class
static class
Methods 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.randomDerivers
Methods in net.minecraft.world.gen.surfacebuilder that return RandomDeriverModifier and TypeMethodDescriptionprotected RandomDeriver
SurfaceBuilder.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)