Class Region


  • public class Region
    extends Object
    • Constructor Detail

      • Region

        public Region​(int id)
      • Region

        public Region​(int x,
                      int y)
    • Method Detail

      • getRegionID

        public int getRegionID()
      • getBaseX

        public int getBaseX()
      • getBaseY

        public int getBaseY()
      • getTileHeight

        public int getTileHeight​(int z,
                                 int x,
                                 int y)
      • getTileSetting

        public byte getTileSetting​(int z,
                                   int x,
                                   int y)
      • getOverlayId

        public int getOverlayId​(int z,
                                int x,
                                int y)
      • getOverlayPath

        public byte getOverlayPath​(int z,
                                   int x,
                                   int y)
      • getOverlayRotation

        public byte getOverlayRotation​(int z,
                                       int x,
                                       int y)
      • getUnderlayId

        public int getUnderlayId​(int z,
                                 int x,
                                 int y)
      • getRegionX

        public int getRegionX()
      • getRegionY

        public int getRegionY()