Damageable

constructor(maxDurability: Int, itemDamageOnAttackEntity: Int, itemDamageOnBreakBlock: Int, repairIngredient: RecipeChoice? = null)
constructor(maxDurability: Provider<Int>, itemDamageOnAttackEntity: Provider<Int>, itemDamageOnBreakBlock: Provider<Int>, repairIngredient: Provider<RecipeChoice?>)