Uses of Class
net.minecraft.util.math.random.ChunkRandom
Packages that use ChunkRandom
Package
Description
-
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.structure.pool
Methods in net.minecraft.structure.pool with parameters of type ChunkRandomModifier and TypeMethodDescriptionStructurePoolBasedGenerator.method_43566(StructurePoolElement structurePoolElement, Identifier identifier, BlockPos blockPos, BlockRotation blockRotation, StructureManager structureManager, ChunkRandom chunkRandom) -
Uses of ChunkRandom in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as ChunkRandomModifier and TypeFieldDescriptionprivate final ChunkRandomStructureType.Context.randomThe field for therandomrecord component.Methods in net.minecraft.world.gen.structure that return ChunkRandomModifier and TypeMethodDescriptionprivate static ChunkRandomStructureType.Context.createChunkRandom(long seed, ChunkPos chunkPos) StructureType.Context.random()Returns the value of therandomrecord component.Methods in net.minecraft.world.gen.structure with parameters of type ChunkRandomModifier and TypeMethodDescriptionBasicTempleStructure.Constructor.construct(ChunkRandom random, int startX, int startZ) private static StructurePieceOceanMonumentStructure.createBasePiece(ChunkPos pos, ChunkRandom random) private static booleanRuinedPortalStructure.method_41682(ChunkRandom chunkRandom, float float2) Constructors in net.minecraft.world.gen.structure with parameters of type ChunkRandomModifierConstructorDescriptionContext(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureManager structureManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)