Uses of Interface
net.minecraft.world.gen.INoiseRandom
Packages that use INoiseRandom
Package
Description
-
Uses of INoiseRandom in net.minecraft.world.gen
Subinterfaces of INoiseRandom in net.minecraft.world.genClasses in net.minecraft.world.gen that implement INoiseRandom -
Uses of INoiseRandom in net.minecraft.world.gen.layer
Methods in net.minecraft.world.gen.layer with parameters of type INoiseRandomModifier and TypeMethodDescriptionintAddBambooForestLayer.apply(INoiseRandom p_202716_1_, int p_202716_2_) intAddIslandLayer.apply(INoiseRandom p_202792_1_, int p_202792_2_, int p_202792_3_, int p_202792_4_, int p_202792_5_, int p_202792_6_) intAddMushroomIslandLayer.apply(INoiseRandom p_202792_1_, int p_202792_2_, int p_202792_3_, int p_202792_4_, int p_202792_5_, int p_202792_6_) intAddSnowLayer.apply(INoiseRandom p_202716_1_, int p_202716_2_) intBiomeLayer.apply(INoiseRandom p_202726_1_, int p_202726_2_) intDeepOceanLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intEdgeBiomeLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intEdgeLayer.CoolWarm.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intEdgeLayer.HeatIce.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intEdgeLayer.Special.apply(INoiseRandom p_202726_1_, int p_202726_2_) intRareBiomeLayer.apply(INoiseRandom p_202716_1_, int p_202716_2_) intRemoveTooMuchOceanLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intRiverLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intShoreLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intSmoothLayer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intStartRiverLayer.apply(INoiseRandom p_202726_1_, int p_202726_2_) intHillsLayer.applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_) intIslandLayer.applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_) intMixOceansLayer.applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_) intMixRiverLayer.applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_) intOceanLayer.applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_) protected RegistryKey<Biome>BiomeLayer.getBiome(BiomeManager.BiomeType type, INoiseRandom context) private intBiomeLayer.getBiomeId(BiomeManager.BiomeType type, INoiseRandom context) -
Uses of INoiseRandom in net.minecraft.world.gen.layer.traits
Methods in net.minecraft.world.gen.layer.traits with parameters of type INoiseRandomModifier and TypeMethodDescriptionintIBishopTransformer.apply(INoiseRandom p_202792_1_, int p_202792_2_, int p_202792_3_, int p_202792_4_, int p_202792_5_, int p_202792_6_) intIC0Transformer.apply(INoiseRandom p_202726_1_, int p_202726_2_) intIC1Transformer.apply(INoiseRandom p_202716_1_, int p_202716_2_) intICastleTransformer.apply(INoiseRandom p_202748_1_, int p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_) intIAreaTransformer0.applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_) intIAreaTransformer2.applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)