Actually add getter for the world provider instance in api

This commit is contained in:
Brady 2018-09-24 14:43:02 -05:00
parent 35c8b03122
commit 787665ae08
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -65,6 +65,10 @@ public class BaritoneAPI {
return settings;
}
public static IWorldProvider getWorldProvider() {
return worldProvider;
}
/**
* FOR INTERNAL USE ONLY
*/