Uses of Enum Class
net.minecraft.world.gen.random.ChunkRandom.RandomProvider
Package
Description
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen
ModifierConstructorDescriptionNoiseColumnSampler
(GenerationShapeConfig config, boolean hasNoiseCaves, long seed, Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, 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
(Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, BlockState defaultState, int seaLevel, long seed, ChunkRandom.RandomProvider randomProvider)