Uses of Interface
io.papermc.paper.datacomponent.item.MapDecorations.DecorationEntry
-
Uses of MapDecorations.DecorationEntry in io.papermc.paper.datacomponent.item
Modifier and TypeMethodDescriptionMapDecorations.decoration
(String id) Gets the decoration entry with the given id.MapDecorations.decorationEntry
(MapCursor.Type type, double x, double z, float rotation) Modifier and TypeMethodDescriptionMapDecorations.Builder.put
(String id, MapDecorations.DecorationEntry entry) Puts the decoration with the given id in this builder.Modifier and TypeMethodDescriptionstatic MapDecorations
MapDecorations.mapDecorations
(Map<String, MapDecorations.DecorationEntry> entries) MapDecorations.Builder.putAll
(Map<String, MapDecorations.DecorationEntry> entries) Puts all the decoration with the given id in this builder.