item
Creates a new item stack from the result of applying the given builder function.
Return
a new item stack
Parameters
the builder
Creates a new item stack with the given type and the result of applying the given builder function.
Return
a new item stack
Parameters
the item type
the builder
Creates a new item stack with the given type, amount, and the result of applying the given builder function.
Return
a new item stack
Parameters
the item type
the amount of items
the builder
Creates a new item stack with the given type, amount, and meta built from the given meta builder.
Return
a new item stack
Parameters
the item type
the amount of items
the meta builder
Creates a new item stack with the given type, amount, and meta of the given type P built from the given meta builder of the given type B.
Return
a new item stack
Parameters
the type of the metadata builder
the type of the metadata
the item type
the amount of items
the meta builder