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:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user