Improve management of frequent real time updates
This commit is contained in:
+4
@@ -45,6 +45,10 @@ public class ServerPlayerWrapper implements IServerPlayerWrapper
|
||||
var position = serverPlayer.position();
|
||||
return new Vec3d(position.x, position.y, position.z);
|
||||
}
|
||||
|
||||
public int getViewDistance() {
|
||||
return serverPlayer.server.getPlayerList().getViewDistance();
|
||||
}
|
||||
|
||||
public Object getWrappedMcObject() {
|
||||
return serverPlayer;
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: 375e81b17d...cc8b97f2fe
Reference in New Issue
Block a user