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
}
