Package baritone.api.cache
Interface IWorldProvider
public interface IWorldProvider
- Since:
- 9/24/2018
- Author:
- Brady
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data of the currently loaded worlddefault voidifWorldLoaded(Consumer<IWorldData> callback)
-
Method Details
-
getCurrentWorld
Returns the data of the currently loaded world- Returns:
- The current world data
-
ifWorldLoaded
-