Interface ItemArmorTrim.Builder
- All Superinterfaces:
DataComponentBuilder<ItemArmorTrim>
- Enclosing interface:
ItemArmorTrim
@Experimental
@NonExtendable
public static interface ItemArmorTrim.Builder
extends DataComponentBuilder<ItemArmorTrim>
Builder for
ItemArmorTrim.- Since:
- 1.21.3
-
Method Summary
Modifier and TypeMethodDescriptionSets the armor trim for this builder.Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
armorTrim
Sets the armor trim for this builder.- Parameters:
armorTrim- trim- Returns:
- the builder for chaining
- Since:
- 1.21.3
- See Also:
-