Interface IWorldData


public interface IWorldData
Since:
9/24/2018
Author:
Brady
  • Method Details

    • getCachedWorld

      Returns the cached world for this world. A cached world is a simplified format of a regular world, intended for use on multiplayer servers where chunks are not traditionally stored to disk, allowing for long distance pathing with minimal disk usage.
      Returns:
      The cached world for this world
    • getWaypoints

      Returns:
      The waypoint collection for this world