This commit is contained in:
joflashstudios 2015-06-20 21:01:02 -04:00
commit 9e4151f5fa
31 changed files with 105 additions and 382 deletions

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
}