Uses of Enum Class
net.minecraft.world.gen.random.ChunkRandom.class_6675
Packages that use ChunkRandom.class_6675
Package
Description
-
Uses of ChunkRandom.class_6675 in net.minecraft.world.gen
Constructors in net.minecraft.world.gen with parameters of type ChunkRandom.class_6675ModifierConstructorDescriptionNoiseColumnSampler(int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, MultiNoiseParameters noiseParameters, boolean hasNoiseCaves, long seed, ChunkRandom.class_6675 class_6675) -
Uses of ChunkRandom.class_6675 in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as ChunkRandom.class_6675Modifier and TypeFieldDescriptionprivate final ChunkRandom.class_6675ChunkGeneratorSettings.field_35130Methods in net.minecraft.world.gen.chunk that return ChunkRandom.class_6675 -
Uses of ChunkRandom.class_6675 in net.minecraft.world.gen.random
Methods in net.minecraft.world.gen.random that return ChunkRandom.class_6675Modifier and TypeMethodDescriptionstatic ChunkRandom.class_6675Returns the enum constant of this class with the specified name.static ChunkRandom.class_6675[]ChunkRandom.class_6675.values()Returns an array containing the constants of this enum class, in the order they are declared.