public interface DiagonalCrossSamplingLayer extends ParentedLayer, NorthWestCoordinateTransformer
Modifier and Type | Method and Description |
---|---|
int |
sample(LayerRandomnessSource context,
int sw,
int se,
int ne,
int nw,
int center) |
default int |
sample(LayerSampleContext<?> context,
LayerSampler parent,
int x,
int z) |
create
transformX, transformZ
int sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)
default int sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)
sample
in interface ParentedLayer