Uses of Class
net.minecraft.util.math.random.ChunkRandom
Package
Description
-
Uses of ChunkRandom in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final ChunkRandom
StructurePiecesGenerator.Context.random
The field for therandom
record component.Modifier and TypeMethodDescriptionStructurePiecesGenerator.Context.random()
Returns the value of therandom
record component.ModifierConstructorDescriptionContext
(C c, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, ChunkPos chunkPos, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of ChunkRandom in net.minecraft.structure.pool
Modifier and TypeMethodDescriptionStructurePoolBasedGenerator.findStartingJigsawPos
(StructurePoolElement pool, Identifier id, BlockPos pos, BlockRotation rotation, StructureTemplateManager structureManager, ChunkRandom random) -
Uses of ChunkRandom in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionprivate final ChunkRandom
Structure.Context.random
The field for therandom
record component.Modifier and TypeMethodDescriptionprivate static ChunkRandom
Structure.Context.createChunkRandom
(long seed, ChunkPos chunkPos) Structure.Context.random()
Returns the value of therandom
record component.Modifier and TypeMethodDescriptionBasicTempleStructure.Constructor.construct
(ChunkRandom random, int startX, int startZ) private static StructurePiece
OceanMonumentStructure.createBasePiece
(ChunkPos pos, ChunkRandom random) private static boolean
RuinedPortalStructure.shouldPlaceAirPocket
(ChunkRandom random, float probability) ModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)