Examples of MwChunk


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
Copyright © 2018 www.massapi.com. 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.