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