Uses of Interface
net.minecraft.world.gen.area.IAreaFactory
-
Packages that use IAreaFactory Package Description net.minecraft.world.gen.layer net.minecraft.world.gen.layer.traits -
-
Uses of IAreaFactory in net.minecraft.world.gen.layer
Methods in net.minecraft.world.gen.layer that return IAreaFactory Modifier and Type Method Description private static <T extends IArea,C extends IExtendedNoiseRandom<T>>
IAreaFactory<T>LayerUtil. getDefaultLayer(boolean p_237216_0_, int p_237216_1_, int p_237216_2_, java.util.function.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_, java.util.function.LongFunction<C> p_202829_5_)
Methods in net.minecraft.world.gen.layer with parameters of type IAreaFactory Modifier and Type Method Description 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_, java.util.function.LongFunction<C> p_202829_5_)
Constructors in net.minecraft.world.gen.layer with parameters of type IAreaFactory Constructor Description Layer(IAreaFactory<LazyArea> p_i48639_1_)
-
Uses of IAreaFactory in net.minecraft.world.gen.layer.traits
Methods in net.minecraft.world.gen.layer.traits that return IAreaFactory Modifier and Type Method Description 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_)
Methods in net.minecraft.world.gen.layer.traits with parameters of type IAreaFactory Modifier and Type Method Description 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_)
-