Posted June 13, 201510 yr Quite confused when scrolling through the member functions. For example: How does drawString(Different parameters) work?
June 13, 201510 yr I'd say you follow the call hierarchy to see what it does, and look at the Minecraft classes for example implementations. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
June 13, 201510 yr Quite confused when scrolling through the member functions. For example: How does drawString(Different parameters) work? Hi The drawString method pretty much does what it says on the tin - draws the specified string to your screen at specific coordinates. Call it in whatever event you want at the client. EG: drawString(FONT RENDER OBJECT, "STRING", POSITIONX, POSITIONY, COLOR); Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
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.