It's not the mod API: other player GUIs don't exist for the local player. They only exist on the local instance the player is connecting from.Zeblote wrote:What? They why is the modding api so limited?Rseding91 wrote:Other player's GUIs aren't available.
Moded GUI elements have special backing classes that store all the properties/values so you can read/write them without actually having the real GUI elements created. That's also why they change the game state because they're saved out to the save file unlike non modded GUI elements.