Interface BundleContents
Holds all items stored inside of a Bundle.
- Since:
- 1.21.3
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BundleContents.Builderstatic BundleContentsbundleContents(List<ItemStack> contents) contents()Lists the items that are currently stored inside of this component.
-
Method Details
-
bundleContents
-
bundleContents
- Since:
- 1.21.3
-
contents
Lists the items that are currently stored inside of this component.- Returns:
- items
- Since:
- 1.21.3
-