Interface DyedItemColor.Builder
- All Superinterfaces:
- DataComponentBuilder<DyedItemColor>
- Enclosing interface:
- DyedItemColor
@Experimental
@NonExtendable
public static interface DyedItemColor.Builder
extends DataComponentBuilder<DyedItemColor>
Builder for 
DyedItemColor.- 
Method SummaryModifier and TypeMethodDescriptionSets the color of this builder.Methods inherited from interface io.papermc.paper.datacomponent.DataComponentBuilderbuild
- 
Method Details- 
colorSets the color of this builder.- Parameters:
- color- color
- Returns:
- the builder for chaining
- See Also:
 
 
-