package net.minecraft.server;

public interface Area {

    int a(int i, int j);
}
