Interface MapMeta

All Superinterfaces:
java.lang.Cloneable, ConfigurationSerializable, ItemMeta

public interface MapMeta
extends ItemMeta
Represents a map that can be scalable.
  • Method Details

    • isScaling

      boolean isScaling()
      Checks to see if this map is scaling.
      Returns:
      true if this map is scaling
    • setScaling

      void setScaling​(boolean value)
      Sets if this map is scaling or not.
      Parameters:
      value - true to scale
    • clone

      MapMeta clone()
      Specified by:
      clone in interface ItemMeta