Package mapwriter.region

Examples of mapwriter.region.MwChunk


          lightingArray[y] = (storage.getBlocklightArray() != null) ? storage.getBlocklightArray().data : null;
        }
      }
    }
   
    return new MwChunk(chunk.xPosition, chunk.zPosition, chunk.worldObj.provider.dimensionId,
        msbArray, lsbArray, metaArray, lightingArray, chunk.getBiomeArray());
  }
View Full Code Here

TOP

Related Classes of mapwriter.region.MwChunk

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.