1 2 3 4 5 6 7 8 9 10
package gtPlusPlus.api.interfaces; import net.minecraft.inventory.IInventory; import net.minecraft.world.chunk.storage.IChunkLoader; public interface IChunkLoaderTile extends IInventory, IChunkLoader{ long getTicksRemaining(); }