Interface MapDecorations
Holds a list of markers to be placed on a Filled Map (used for Explorer Maps).
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forMapDecorations.static interfaceDecoration present on the map.
- 
Method SummaryModifier and TypeMethodDescriptiondecoration(String id) Gets the decoration entry with the given id.decorationEntry(MapCursor.Type type, double x, double z, float rotation) Gets the decoration entries.static MapDecorations.Builderstatic MapDecorations
- 
Method Details- 
mapDecorations@Contract(value="_ -> new", pure=true) static MapDecorations mapDecorations(Map<String, MapDecorations.DecorationEntry> entries) 
- 
mapDecorations
- 
decorationEntry@Contract(value="_, _, _, _ -> new", pure=true) static MapDecorations.DecorationEntry decorationEntry(MapCursor.Type type, double x, double z, float rotation) 
- 
decorationGets the decoration entry with the given id.- Parameters:
- id- id
- Returns:
- decoration entry, or nullif not present
 
- 
decorationsGets the decoration entries.- Returns:
- the decoration entries
 
 
-