Interface MapDecorations.DecorationEntry

Enclosing interface:
MapDecorations

@Experimental @NonExtendable public static interface MapDecorations.DecorationEntry
Decoration present on the map.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Clockwise rotation from north in degrees.
    Type of decoration.
    double
    x()
    X world coordinate of the decoration.
    double
    z()
    Z world coordinate of the decoration.
  • 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