Solved Loading a chunk

Discussion in 'Plugin Development' started by Jay23, Jul 30, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Jay23

    I need to load a chunk so that when I spawn a falling block at a randomly generated location(most likely an unloaded chunk) it actually allows the falling block entity to spawn.
     
  2. Offline

    JWhy

    fallingBlock.getLocation().getChunk().load();
     
    Jay23 likes this.
Thread Status:
Not open for further replies.

Share This Page