blob: 8ffe896e7ad3ff79024d38a3bb640d35026de8a9 [file] [log] [blame] [raw]
package mrtjp.projectred.api;
import net.minecraft.world.World;
import net.minecraft.entity.player.EntityPlayer;
public interface IScrewdriver
{
public void damageScrewdriver(World world, EntityPlayer player); // Damage the item on usage
}