Uses of Class
net.minecraft.world.gen.random.ChunkRandom
Packages that use ChunkRandom
-
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, 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 ChunkRandom
StructureFeature.Context.random
The field for therandom
record component.Methods in net.minecraft.world.gen.feature that return ChunkRandomModifier and TypeMethodDescriptionprivate static ChunkRandom
StructureFeature.Context.createChunkRandom
(long seed, ChunkPos chunkPos) StructureFeature.Context.random()
Returns the value of therandom
record component.Methods in net.minecraft.world.gen.feature with parameters of type ChunkRandomModifier and TypeMethodDescriptionBasicTempleStructureFeature.class_7148.construct
(ChunkRandom chunkRandom, int int2, int int3) private static StructurePiece
OceanMonumentFeature.createBasePiece
(ChunkPos pos, ChunkRandom random) private static boolean
RuinedPortalFeature.method_41682
(ChunkRandom chunkRandom, float float2) Constructors in net.minecraft.world.gen.feature 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)