Package baritone.api.cache
Interface IWorldData
public interface IWorldData
- Since:
- 9/24/2018
- Author:
- Brady
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cached world for this world.
-
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
-