Protected
constructorReturns the current damage level of this particular item.
Readonly
damageA range of numbers that describes the chance of the item losing durability.
This property can throw when used.
Readonly
maxRepresents the amount of damage that this item can take before breaking.
This property can throw when used.
Static
Readonly
componentOptional
unbreaking: numberUnbreaking factor to consider in factoring the damage chance. Incoming unbreaking parameter must be greater than 0.
Returns the maximum chance that this item would be damaged using the damageRange property, given an unbreaking level.
This function can throw errors.
When present on an item, this item can take damage in the process of being used. Note that this component only applies to data-driven items.