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