Posted October 27, 20186 yr How would I add a custom tooltip on mousing over a certain area of my custom gui? Code: https://github.com/Merthew/Empire-Of-Blood/ Block Working On: Blood Altar The seven became one and the one became two.
October 27, 20186 yr Override GuiContainer#drawGuiContainerForegroundLayer, check if the mouse coordinates are within the desired area and draw the tooltip you want with GuiScreen#drawHoveringText like I do here for example.
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.