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, StructureManager structureManager, ChunkPos chunkPos, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of ChunkRandom in net.minecraft.structure.pool
Modifier 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
Modifier and TypeFieldDescriptionprivate final ChunkRandom
StructureType.Context.random
The field for therandom
record component.Modifier and TypeMethodDescriptionprivate static ChunkRandom
StructureType.Context.createChunkRandom
(long seed, ChunkPos chunkPos) StructureType.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.method_41682
(ChunkRandom chunkRandom, float float2) ModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureManager structureManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)