Uses of Enum Class
net.minecraft.world.gen.random.ChunkRandom.RandomProvider
Package
Description
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen
ModifierConstructorDescriptionNoiseColumnSampler
(GenerationShapeConfig generationShapeConfig, boolean bool, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider) -
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final ChunkRandom.RandomProvider
ChunkGeneratorSettings.randomProvider
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.random
Modifier and TypeMethodDescriptionstatic ChunkRandom.RandomProvider
Returns 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
ModifierConstructorDescriptionSurfaceBuilder
(NoiseColumnSampler noiseColumnSampler, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, BlockState blockState, int int2, long long2, ChunkRandom.RandomProvider randomProvider)