Class MapDefinition.Tile

  • Enclosing class:
    MapDefinition

    public static class MapDefinition.Tile
    extends java.lang.Object
    • Field Detail

      • height

        public java.lang.Integer height
      • attrOpcode

        public int attrOpcode
      • settings

        public byte settings
      • overlayId

        public short overlayId
      • overlayPath

        public byte overlayPath
      • overlayRotation

        public byte overlayRotation
      • underlayId

        public short underlayId
    • Constructor Detail

      • Tile

        public Tile()
    • Method Detail

      • getHeight

        public java.lang.Integer getHeight()
      • getAttrOpcode

        public int getAttrOpcode()
      • getSettings

        public byte getSettings()
      • getOverlayId

        public short getOverlayId()
      • getOverlayPath

        public byte getOverlayPath()
      • getOverlayRotation

        public byte getOverlayRotation()
      • getUnderlayId

        public short getUnderlayId()
      • setHeight

        public void setHeight​(java.lang.Integer height)
      • setAttrOpcode

        public void setAttrOpcode​(int attrOpcode)
      • setSettings

        public void setSettings​(byte settings)
      • setOverlayId

        public void setOverlayId​(short overlayId)
      • setOverlayPath

        public void setOverlayPath​(byte overlayPath)
      • setOverlayRotation

        public void setOverlayRotation​(byte overlayRotation)
      • setUnderlayId

        public void setUnderlayId​(short underlayId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object