Uses of Class
net.minecraft.world.gen.random.ChunkRandom
Packages that use ChunkRandom
Package
Description
The base package for all Minecraft classes.
-
Uses of ChunkRandom in net.minecraft
Methods in net.minecraft with parameters of type ChunkRandomModifier and TypeMethodDescriptionclass_7147.class_7148.construct(ChunkRandom chunkRandom, int int2, int int3) -
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.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as ChunkRandomModifier and TypeFieldDescriptionprivate final ChunkRandomStructureFeature.class_7149.randomThe field for therandomrecord component.Methods in net.minecraft.world.gen.feature that return ChunkRandomModifier and TypeMethodDescriptionprivate static ChunkRandomStructureFeature.class_7149.method_41619(long long2, ChunkPos chunkPos) StructureFeature.class_7149.random()Returns the value of therandomrecord component.Methods in net.minecraft.world.gen.feature with parameters of type ChunkRandomModifier and TypeMethodDescriptionprivate static StructurePieceOceanMonumentFeature.createBasePiece(ChunkPos pos, ChunkRandom random) private static booleanRuinedPortalFeature.method_41682(ChunkRandom chunkRandom, float float2) Constructors in net.minecraft.world.gen.feature with parameters of type ChunkRandomModifierConstructorDescriptionclass_7149(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, class_7138 class_7138, StructureManager structureManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)