Package org.bukkit.craftbukkit

Examples of org.bukkit.craftbukkit.CraftWorld


  }

  public static DummyWorldServer newInstance() {
    DummyWorldServer world = TEMPLATE.newInstanceNull();
    world.chunkProvider = world.chunkProviderServer = world.DUMMYCPS = new DummyChunkProviderServer(world);
    WorldRef.bukkitWorld.set(world, new CraftWorld(world, null, null));
    return world;
  }
View Full Code Here

TOP

Related Classes of org.bukkit.craftbukkit.CraftWorld

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.