blob: 39799ec17771c6b49926da666a3b8ae3a7a45d72 [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
}