Uses of Enum Class
net.minecraft.world.gen.random.ChunkRandom.RandomProvider
Package
Description
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.chunk
-
Uses of ChunkRandom.RandomProvider in net.minecraft.world.gen.densityfunction
Modifier and TypeMethodDescriptionstatic NoiseRouter
DensityFunctions.method_40544
(GenerationShapeConfig generationShapeConfig, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider, SimpleNoiseRouter simpleNoiseRouter) -
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)