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 ChunkRandom
StructurePiecesGenerator.Context.random
The field for therandom
record component.Methods in net.minecraft.structure that return ChunkRandomModifier and TypeMethodDescriptionStructurePiecesGenerator.Context.random()
Returns the value of therandom
record 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 StructurePiece
OceanMonumentFeature.createBasePiece
(ChunkPos pos, ChunkRandom random)