Interface DiagonalCrossSamplingLayer
- All Superinterfaces:
CoordinateTransformer,NorthWestCoordinateTransformer,ParentedLayer
- All Known Implementing Classes:
AddMushroomIslandLayer,IncreaseEdgeCurvatureLayer
public interface DiagonalCrossSamplingLayer extends ParentedLayer, NorthWestCoordinateTransformer
-
Method Summary
Modifier and Type Method Description intsample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)default intsample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)Methods inherited from interface net.minecraft.world.biome.layer.util.NorthWestCoordinateTransformer
transformX, transformZMethods inherited from interface net.minecraft.world.biome.layer.type.ParentedLayer
create
-
Method Details
-
sample
-
sample
- Specified by:
samplein interfaceParentedLayer
-