Package org.bukkit.inventory.meta
Interface Damageable
public interface Damageable
Represents an item that has durability and can take damage.
-
Method Summary
Modifier and Type Method Description Damageable
clone()
int
getDamage()
Gets the damageboolean
hasDamage()
Checks to see if this item has damagevoid
setDamage(int damage)
Sets the damage