packagegregtech.api.interfaces;importnet.minecraft.world.ChunkCoordIntPair;// This interface is implemented by the machines that actively load a working chunkpublicinterfaceIChunkLoader{// return a working chunk coordinates, may be nullChunkCoordIntPairgetActiveChunk();}