Deprecated getGameDirectory from IMinecraftClientWrapper. Use IMinecraftSharedWrapper.getInstallationDirectory() instead.

This commit is contained in:
coolGi
2023-04-15 01:36:53 +09:30
parent e017d3d599
commit b03ea39338
@@ -80,7 +80,9 @@ public interface IMinecraftClientWrapper extends IBindable
* Returns null if the client isn't in a level.
*/
ILevelWrapper getWrappedClientWorld();
/** Please move over to getInstallationDirectory() within the IMinecraftSharedWrapper */
@Deprecated
File getGameDirectory();
IProfilerWrapper getProfiler();