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