public interface MergingLayer extends CoordinateTransformer
Modifier and Type | Method and Description |
---|---|
default <R extends LayerSampler> |
create(LayerSampleContext<R> context,
LayerFactory<R> layer1,
LayerFactory<R> layer2) |
int |
sample(LayerRandomnessSource context,
LayerSampler sampler1,
LayerSampler sampler2,
int x,
int z) |
transformX, transformZ
default <R extends LayerSampler> LayerFactory<R> create(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2)
int sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)