Class MapDefinition.Tile

    • Field Detail

      • 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 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​(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)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object