Interface BundleContents.Builder
- All Superinterfaces:
DataComponentBuilder<BundleContents>
- Enclosing interface:
BundleContents
@Experimental
@NonExtendable
public static interface BundleContents.Builder
extends DataComponentBuilder<BundleContents>
Builder for
BundleContents.- Since:
- 1.21.3
-
Method Summary
Modifier and TypeMethodDescriptionAdds an item to this builder.Adds items to this builder.Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
add
Adds an item to this builder.- Parameters:
stack- item- Returns:
- the builder for chaining
- Since:
- 1.21.3
- See Also:
-
addAll
-