Examples of EmptyChunk


Examples of net.minecraft.world.chunk.EmptyChunk

    super(world, loader, generator); // This call will be removed by javassist.
    currentChunkProvider = this.generator = generator;
    this.world = world;
    currentChunkLoader = this.loader = loader;
    loadedChunks = new SynchronizedList<Chunk>();
    world.emptyChunk = defaultEmptyChunk = new EmptyChunk(world, 0, 0);
    world.worldGenInProgress = worldGenInProgress = new BooleanThreadLocalDefaultFalse();
    world.inImmediateBlockUpdate = new BooleanThreadLocalDefaultFalse();
  }
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.