Guest Posted May 5, 2018 Posted May 5, 2018 Currently there is no direct/good way to get the header/footer of the inGame TabList. The GuiPlayerTabOverlay.class class has private variables for both but you can't access them unless you search through the declared fields of this class. In my oppinion it would be be a good addition to add a get-method for them, ~Kaleth Quote
LexManos Posted May 5, 2018 Posted May 5, 2018 Forge does not typically add getters/setters to fields. As that would get out of hand quite quickely. The standard options are existing functions, reflection, and access transformers, in that order. 1 Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.