amount

@Contract(value = "_ -> this", mutates = "this")
abstract fun amount(amount: Int): ItemStack.Builder

Sets the amount of items in the ItemStack being built.

Return

this builder

Parameters

amount

the amount of items