Little more work on pda lots more to do

This commit is contained in:
Gig 2015-06-20 11:24:04 +01:00
parent 95c57bccf0
commit c6bc7f6fb8
5 changed files with 74 additions and 7 deletions
src/main/java/techreborn/api

View file

@ -0,0 +1,10 @@
package techreborn.api;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
public interface IpdaItem
{
//TODO
}