aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/interfaces/IChunkLoaderTile.java
blob: 16152668fc38228f8683f631629f5768dee28e4a (plain)
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();	 
	
}