Examples of IntVector4ExpandableFIFO


Examples of org.spout.api.util.list.IntVector4ExpandableFIFO

  protected void resolve(ChunkCuboidLightBufferWrapper<VanillaCuboidLightBuffer> light, ImmutableCuboidBlockMaterialBuffer material, ImmutableHeightMapBuffer height, Iterable<IntVector3> coords, boolean init) {

    // Spout.getLogger().info("Processing for " + getClass().getSimpleName());

    IntVector4ExpandableFIFO fifo = new IntVector4ExpandableFIFO(256);

    IntVector4ExpandableFIFO regen = new IntVector4ExpandableFIFO(256);

    if (!init) {
      processLower(coords, fifo, regen, light, material, height);

      fifo = null;
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.