getBaseDamage

public static double getBaseDamage(ItemStack itemStack)

Gets either the "real" damage of an {@ItemStack} based on the material attributes and further attribute modifications.

Return

Damage attribute or calculated stored damage. Defaults to 1.

Parameters

itemStack

{@ItemStack} to check the damage on.