Class MapLoader


  • public class MapLoader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MapLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MapDefinition load​(int regionX, int regionY, byte[] b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapLoader

        public MapLoader()
    • Method Detail

      • load

        public MapDefinition load​(int regionX,
                                  int regionY,
                                  byte[] b)