Uses of Interface
net.minecraft.world.biome.layer.util.LayerFactory
Package
Description
-
Uses of LayerFactory in net.minecraft.world.biome.layer
Modifier and TypeMethodDescriptionprivate static <T extends LayerSampler,
C extends LayerSampleContext<T>>
LayerFactory<T>BiomeLayers.build
(boolean old, int biomeSize, int riverSize, LongFunction<C> contextProvider) private static <T extends LayerSampler,
C extends LayerSampleContext<T>>
LayerFactory<T>BiomeLayers.stack
(long seed, ParentedLayer layer, LayerFactory<T> parent, int count, LongFunction<C> contextProvider) Modifier and TypeMethodDescriptionprivate static <T extends LayerSampler,
C extends LayerSampleContext<T>>
LayerFactory<T>BiomeLayers.stack
(long seed, ParentedLayer layer, LayerFactory<T> parent, int count, LongFunction<C> contextProvider) -
Uses of LayerFactory in net.minecraft.world.biome.layer.type
Modifier and TypeMethodDescriptiondefault <R extends LayerSampler>
LayerFactory<R>InitLayer.create
(LayerSampleContext<R> context) default <R extends LayerSampler>
LayerFactory<R>MergingLayer.create
(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2) default <R extends LayerSampler>
LayerFactory<R>ParentedLayer.create
(LayerSampleContext<R> context, LayerFactory<R> parent) Modifier and TypeMethodDescriptiondefault <R extends LayerSampler>
LayerFactory<R>MergingLayer.create
(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2) default <R extends LayerSampler>
LayerFactory<R>ParentedLayer.create
(LayerSampleContext<R> context, LayerFactory<R> parent) -
Uses of LayerFactory in net.minecraft.world.biome.source