un-deprecate McClientWrapper.getWrappedClientWorld()

This was originally done due to splitting up the code into server and client, however this object is just for the client so it shouldn't be an issue.
This commit is contained in:
James Seibel
2022-11-20 20:27:04 -06:00
parent 2ce8692d84
commit a935c648e2
@@ -73,8 +73,8 @@ public interface IMinecraftClientWrapper extends IBindable
DhBlockPos getPlayerBlockPos();
DhChunkPos getPlayerChunkPos();
@Deprecated
/** Returns the level the client is currently in. */
ILevelWrapper getWrappedClientWorld();
File getGameDirectory();