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 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, StructureTemplateManager structureTemplateManager, 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.findStartingJigsawPos
(StructurePoolElement pool, Identifier id, BlockPos pos, BlockRotation rotation, StructureTemplateManager structureManager, ChunkRandom random) -
Uses of ChunkRandom in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as ChunkRandomModifier and TypeFieldDescriptionprivate final ChunkRandom
Structure.Context.random
The field for therandom
record component.Methods in net.minecraft.world.gen.structure that return ChunkRandomModifier and TypeMethodDescriptionprivate static ChunkRandom
Structure.Context.createChunkRandom
(long seed, ChunkPos chunkPos) Structure.Context.random()
Returns the value of therandom
record 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 StructurePiece
OceanMonumentStructure.createBasePiece
(ChunkPos pos, ChunkRandom random) private static boolean
RuinedPortalStructure.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, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)