package net.minecraft.world.level.newbiome.area;

public interface Area {

    int a(int i, int j);
}
