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