api: remove getViewportWidget()

The returned widget isn't actually the viewport widget, but is a layer within the viewport, and only needs to be used within the overlay renderer to position the snapcorners
This commit is contained in:
Adam
2020-12-14 20:42:32 -05:00
parent 78e0cf5392
commit 38b3d3a904
5 changed files with 23 additions and 22 deletions

View File

@@ -879,16 +879,6 @@ public interface Client extends GameEngine
*/
IterableHashTable<MessageNode> getMessages();
/**
* Gets the viewport widget.
* <p>
* The viewport is the area of the game above the chatbox
* and to the left of the mini-map.
*
* @return the viewport widget
*/
Widget getViewportWidget();
/**
* Gets the object composition corresponding to an objects ID.
*