Uses of Interface
net.minecraft.world.gen.INoiseRandom
-
Packages that use INoiseRandom Package Description net.minecraft.world.gen net.minecraft.world.gen.layer net.minecraft.world.gen.layer.traits -
-
Uses of INoiseRandom in net.minecraft.world.gen
Subinterfaces of INoiseRandom in net.minecraft.world.gen Modifier and Type Interface Description interface
IExtendedNoiseRandom<R extends IArea>
Classes in net.minecraft.world.gen that implement INoiseRandom Modifier and Type Class Description class
LazyAreaLayerContext
-
Uses of INoiseRandom in net.minecraft.world.gen.layer
Methods in net.minecraft.world.gen.layer with parameters of type INoiseRandom Modifier and Type Method Description int
AddBambooForestLayer. apply(INoiseRandom p_202716_1_, int p_202716_2_)
int
AddIslandLayer. 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_)
int
AddMushroomIslandLayer. 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_)
int
AddSnowLayer. apply(INoiseRandom p_202716_1_, int p_202716_2_)
int
BiomeLayer. apply(INoiseRandom p_202726_1_, int p_202726_2_)
int
DeepOceanLayer. 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_)
int
EdgeBiomeLayer. 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_)
int
EdgeLayer.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_)
int
EdgeLayer.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_)
int
EdgeLayer.Special. apply(INoiseRandom p_202726_1_, int p_202726_2_)
int
RareBiomeLayer. apply(INoiseRandom p_202716_1_, int p_202716_2_)
int
RemoveTooMuchOceanLayer. 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_)
int
RiverLayer. 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_)
int
ShoreLayer. 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_)
int
SmoothLayer. 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_)
int
StartRiverLayer. apply(INoiseRandom p_202726_1_, int p_202726_2_)
int
HillsLayer. applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
int
IslandLayer. applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_)
int
MixOceansLayer. applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
int
MixRiverLayer. applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
int
OceanLayer. applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_)
protected RegistryKey<Biome>
BiomeLayer. getBiome(BiomeManager.BiomeType type, INoiseRandom context)
private int
BiomeLayer. 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 INoiseRandom Modifier and Type Method Description int
IBishopTransformer. 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_)
int
IC0Transformer. apply(INoiseRandom p_202726_1_, int p_202726_2_)
int
IC1Transformer. apply(INoiseRandom p_202716_1_, int p_202716_2_)
int
ICastleTransformer. 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_)
int
IAreaTransformer0. applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_)
int
IAreaTransformer2. applyPixel(INoiseRandom p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
-