Interface MergingLayer
- All Superinterfaces:
CoordinateTransformer
- All Known Implementing Classes:
AddHillsLayer,ApplyOceanTemperatureLayer,ApplyRiverLayer
public interface MergingLayer extends CoordinateTransformer
-
Method Summary
Modifier and Type Method Description default <R extends LayerSampler>
LayerFactory<R>create(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2)intsample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)Methods inherited from interface net.minecraft.world.biome.layer.util.CoordinateTransformer
transformX, transformZ
-
Method Details
-
create
default <R extends LayerSampler> LayerFactory<R> create(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2) -
sample
int sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)
-