Interface MapDecorations.DecorationEntry
- Enclosing interface:
MapDecorations
@Experimental
@NonExtendable
public static interface MapDecorations.DecorationEntry
Decoration present on the map.
-
Method Details
-
type
Type of decoration.- Returns:
- type
-
x
@Contract(pure=true) double x()X world coordinate of the decoration.- Returns:
- x coordinate
-
z
@Contract(pure=true) double z()Z world coordinate of the decoration.- Returns:
- z coordinate
-
rotation
@Contract(pure=true) float rotation()Clockwise rotation from north in degrees.- Returns:
- rotation
-