Uses of Interface
io.papermc.paper.datacomponent.item.MapDecorations.Builder
Packages that use MapDecorations.Builder
-
Uses of MapDecorations.Builder in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return MapDecorations.BuilderModifier and TypeMethodDescriptionstatic MapDecorations.Builder
MapDecorations.mapDecorations()
MapDecorations.Builder.put
(String id, MapDecorations.DecorationEntry entry) Puts the decoration with the given id in this builder.MapDecorations.Builder.putAll
(Map<String, MapDecorations.DecorationEntry> entries) Puts all the decoration with the given id in this builder.