Uses of Class
net.minecraft.world.gen.random.ChunkRandom
Packages that use ChunkRandom
-
Uses of ChunkRandom in net.minecraft.structure
Fields in net.minecraft.structure declared as ChunkRandomModifier and TypeFieldDescriptionprivate final ChunkRandomStructurePiecesGenerator.Context.randomThe field for therandomrecord component.Methods in net.minecraft.structure that return ChunkRandomModifier and TypeMethodDescriptionStructurePiecesGenerator.Context.random()Returns the value of therandomrecord component.Constructors in net.minecraft.structure with parameters of type ChunkRandomModifierConstructorDescriptionContext(C c, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, 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.createBasePiece(ChunkPos pos, ChunkRandom random)