Uses of Interface
net.minecraft.world.gen.IExtendedNoiseRandom
Packages that use IExtendedNoiseRandom
Package
Description
-
Uses of IExtendedNoiseRandom in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement IExtendedNoiseRandom -
Uses of IExtendedNoiseRandom in net.minecraft.world.gen.layer
Methods in net.minecraft.world.gen.layer with type parameters of type IExtendedNoiseRandomModifier and TypeMethodDescriptionprivate static <T extends IArea,C extends IExtendedNoiseRandom<T>>
IAreaFactory<T>LayerUtil.getDefaultLayer(boolean p_237216_0_, int p_237216_1_, int p_237216_2_, LongFunction<C> p_237216_3_) static <T extends IArea,C extends IExtendedNoiseRandom<T>>
IAreaFactory<T>LayerUtil.zoom(long p_202829_0_, IAreaTransformer1 p_202829_2_, IAreaFactory<T> p_202829_3_, int p_202829_4_, LongFunction<C> p_202829_5_) Methods in net.minecraft.world.gen.layer with parameters of type IExtendedNoiseRandomModifier and TypeMethodDescriptionintZoomLayer.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) protected intZoomLayer.modeOrRandom(IExtendedNoiseRandom<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_) -
Uses of IExtendedNoiseRandom in net.minecraft.world.gen.layer.traits
Methods in net.minecraft.world.gen.layer.traits with parameters of type IExtendedNoiseRandomModifier and TypeMethodDescriptionintIAreaTransformer1.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) default intIBishopTransformer.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) default intIC0Transformer.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) default intIC1Transformer.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) default intICastleTransformer.applyPixel(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_) default <R extends IArea>
IAreaFactory<R>IAreaTransformer0.run(IExtendedNoiseRandom<R> p_202823_1_) default <R extends IArea>
IAreaFactory<R>IAreaTransformer1.run(IExtendedNoiseRandom<R> p_202713_1_, IAreaFactory<R> p_202713_2_) default <R extends IArea>
IAreaFactory<R>IAreaTransformer2.run(IExtendedNoiseRandom<R> p_202707_1_, IAreaFactory<R> p_202707_2_, IAreaFactory<R> p_202707_3_)