Uses of Enum Class
net.minecraft.world.gen.random.ChunkRandom.RandomProvider
Packages that use ChunkRandom.RandomProvider
Package
Description
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen
Constructors in net.minecraft.world.gen with parameters of type ChunkRandom.RandomProviderModifierConstructorDescriptionNoiseColumnSampler(GenerationShapeConfig generationShapeConfig, boolean bool, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider) -
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as ChunkRandom.RandomProviderModifier and TypeFieldDescriptionprivate final ChunkRandom.RandomProviderChunkGeneratorSettings.randomProviderMethods in net.minecraft.world.gen.chunk that return ChunkRandom.RandomProvider -
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.random
Methods in net.minecraft.world.gen.random that return ChunkRandom.RandomProviderModifier and TypeMethodDescriptionstatic ChunkRandom.RandomProviderReturns the enum constant of this class with the specified name.static ChunkRandom.RandomProvider[]ChunkRandom.RandomProvider.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.surfacebuilder
Constructors in net.minecraft.world.gen.surfacebuilder with parameters of type ChunkRandom.RandomProviderModifierConstructorDescriptionSurfaceBuilder(NoiseColumnSampler noiseColumnSampler, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, BlockState blockState, int int2, long long2, ChunkRandom.RandomProvider randomProvider)