Uses of Interface
io.papermc.paper.datacomponent.item.MapDecorations.DecorationEntry
Packages that use MapDecorations.DecorationEntry
-
Uses of MapDecorations.DecorationEntry in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return MapDecorations.DecorationEntryModifier and TypeMethodDescriptionMapDecorations.decoration(String id) Gets the decoration entry with the given id.MapDecorations.decorationEntry(MapCursor.Type type, double x, double z, float rotation) Methods in io.papermc.paper.datacomponent.item that return types with arguments of type MapDecorations.DecorationEntryModifier and TypeMethodDescription@Unmodifiable Map<String, MapDecorations.DecorationEntry> MapDecorations.decorations()Gets the decoration entries.Methods in io.papermc.paper.datacomponent.item with parameters of type MapDecorations.DecorationEntryModifier and TypeMethodDescriptionMapDecorations.Builder.put(String id, MapDecorations.DecorationEntry entry) Puts the decoration with the given id in this builder.Method parameters in io.papermc.paper.datacomponent.item with type arguments of type MapDecorations.DecorationEntryModifier and TypeMethodDescriptionstatic MapDecorationsMapDecorations.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.