I'm currently working on a mod that adds various different onscreen elements that display player information such as coordinates, health, FPS, tool durabilities, etc etc.
I have some basic .drawCenteredString elements based off the Screen class that each displays some information. My main goal right now is to make each element moveable, resizeable, recoler-able, etc however I'm kind of at a loss of how to actually do something like that.
Here's an example of what I have so far & the strings displayed on screen: https://imgur.com/a/3uipLnB