Open AlmasB opened 9 months ago
/** * @return property with the total sum of all [item] stack quantities */ fun itemQuantityProperty(item: T): IntegerProperty
IntegerProperty -> ReadOnlyIntegerProperty
and the corresponding quantityProperty() in ItemData
quantityProperty()
IntegerProperty -> ReadOnlyIntegerProperty
and the corresponding
quantityProperty()
in ItemData