aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/interfaces/IChunkLoader.java
blob: e6aaabbba0ca2064d52b11e0cb7da04910be91c9 (plain)
1
2
3
4
5
6
7
8
9
package gtPlusPlus.api.interfaces;

import net.minecraft.inventory.IInventory;

public interface IChunkLoader extends IInventory, net.minecraft.world.chunk.storage.IChunkLoader{

	 long getTicksRemaining();	 
	
}