Uses of Class
net.minecraft.util.SharedSeedRandom
-
Packages that use SharedSeedRandom Package Description net.minecraft.world.biome net.minecraft.world.gen net.minecraft.world.gen.feature.structure -
-
Uses of SharedSeedRandom in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type SharedSeedRandom Modifier and Type Method Description void
Biome. generate(StructureManager p_242427_1_, ChunkGenerator p_242427_2_, WorldGenRegion p_242427_3_, long p_242427_4_, SharedSeedRandom p_242427_6_, BlockPos p_242427_7_)
-
Uses of SharedSeedRandom in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as SharedSeedRandom Modifier and Type Field Description protected SharedSeedRandom
NoiseChunkGenerator. random
Methods in net.minecraft.world.gen with parameters of type SharedSeedRandom Modifier and Type Method Description static MaxMinNoiseMixer
MaxMinNoiseMixer. create(SharedSeedRandom p_242930_0_, int p_242930_1_, it.unimi.dsi.fastutil.doubles.DoubleList p_242930_2_)
static OctavesNoiseGenerator
OctavesNoiseGenerator. create(SharedSeedRandom p_242932_0_, int p_242932_1_, it.unimi.dsi.fastutil.doubles.DoubleList p_242932_2_)
Constructors in net.minecraft.world.gen with parameters of type SharedSeedRandom Constructor Description MaxMinNoiseMixer(SharedSeedRandom p_i242039_1_, int p_i242039_2_, it.unimi.dsi.fastutil.doubles.DoubleList p_i242039_3_)
OctavesNoiseGenerator(SharedSeedRandom p_i242040_1_, com.mojang.datafixers.util.Pair<java.lang.Integer,it.unimi.dsi.fastutil.doubles.DoubleList> p_i242040_2_)
OctavesNoiseGenerator(SharedSeedRandom p_i225879_1_, it.unimi.dsi.fastutil.ints.IntSortedSet p_i225879_2_)
OctavesNoiseGenerator(SharedSeedRandom p_i232141_1_, java.util.List<java.lang.Integer> p_i232141_2_)
OctavesNoiseGenerator(SharedSeedRandom p_i232142_1_, java.util.stream.IntStream p_i232142_2_)
PerlinNoiseGenerator(SharedSeedRandom p_i225881_1_, it.unimi.dsi.fastutil.ints.IntSortedSet p_i225881_2_)
PerlinNoiseGenerator(SharedSeedRandom p_i232143_1_, java.util.List<java.lang.Integer> p_i232143_2_)
PerlinNoiseGenerator(SharedSeedRandom p_i232144_1_, java.util.stream.IntStream p_i232144_2_)
-
Uses of SharedSeedRandom in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure declared as SharedSeedRandom Modifier and Type Field Description protected SharedSeedRandom
StructureStart. random
Methods in net.minecraft.world.gen.feature.structure with parameters of type SharedSeedRandom Modifier and Type Method Description StructureStart<?>
Structure. generate(DynamicRegistries p_242785_1_, ChunkGenerator p_242785_2_, BiomeProvider p_242785_3_, TemplateManager p_242785_4_, long p_242785_5_, ChunkPos p_242785_7_, Biome p_242785_8_, int p_242785_9_, SharedSeedRandom p_242785_10_, StructureSeparationSettings p_242785_11_, C p_242785_12_)
ChunkPos
Structure. getPotentialFeatureChunk(StructureSeparationSettings p_236392_1_, long p_236392_2_, SharedSeedRandom p_236392_4_, int p_236392_5_, int p_236392_6_)
protected boolean
BastionRemantsStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, VillageConfig p_230363_10_)
protected boolean
BuriedTreasureStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, ProbabilityConfig p_230363_10_)
protected boolean
EndCityStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, NoFeatureConfig p_230363_10_)
protected boolean
FortressStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, NoFeatureConfig p_230363_10_)
protected boolean
MineshaftStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, MineshaftConfig p_230363_10_)
protected boolean
OceanMonumentStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, NoFeatureConfig p_230363_10_)
protected boolean
PillagerOutpostStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, VillageConfig p_230363_10_)
protected boolean
StrongholdStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, NoFeatureConfig p_230363_10_)
protected boolean
Structure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, C p_230363_10_)
protected boolean
WoodlandMansionStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, NoFeatureConfig p_230363_10_)
private boolean
PillagerOutpostStructure. isNearVillage(ChunkGenerator p_242782_1_, long p_242782_2_, SharedSeedRandom p_242782_4_, int p_242782_5_, int p_242782_6_)
-