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