meta
@Contract(value = "_ -> this", mutates = "this" )
Sets the metadata for the item stack to the given meta.
Return
this builder
Parameters
meta
the metadata
@Contract(value = "_ -> this", mutates = "this" )
Applies the given builder function to the metadata builder for this builder.
Return
this builder
Parameters
builder
the builder function to apply
@Contract(value = "_, _ -> this", mutates = "this" )
Applies the given builder function to the metadata builder for this builder.
Return
this builder
Parameters
B
the builder type
P
the metadata type
type
the type of the metadata
builder
the builder function to apply