package net.minecraft.world.level.newbiome.layer.traits;

public interface AreaTransformer8 {

    int apply(int i, int j);
}
