Uses of Class
net.minecraft.world.gen.random.ChunkRandom
Packages that use ChunkRandom
Package
Description
The base package for all Minecraft classes.
-
Uses of ChunkRandom in net.minecraft
Fields in net.minecraft declared as ChunkRandomModifier and TypeFieldDescriptionprivate final ChunkRandomclass_6622.class_6623.randomThe field for therandomrecord component.Methods in net.minecraft that return ChunkRandomModifier and TypeMethodDescriptionclass_6622.class_6623.random()Returns the value of therandomrecord component.Constructors in net.minecraft with parameters of type ChunkRandomModifierConstructorDescriptionclass_6623(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of ChunkRandom in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type ChunkRandomModifier and TypeMethodDescriptionprivate static StructurePieceOceanMonumentFeature.method_38681(ChunkPos chunkPos, ChunkRandom chunkRandom)