remove unused ServerPlayerWrapper methods

This commit is contained in:
James Seibel
2025-10-02 07:07:31 -05:00
parent be87c79b1b
commit 75f0061d97
@@ -33,9 +33,4 @@ public interface IServerPlayerWrapper extends IDhApiUnsafeWrapper
Vec3d getPosition();
/** measured in chunks */
int getViewDistance();
SocketAddress getRemoteAddress();
}