draw
abstract fun draw(context: GuiGraphics, width: Int, height: Int, mouseX: Int, mouseY: Int, delta: Float): Boolean
Draws the background on the screen.
Return
true if background was drawn, false to use default Minecraft background
Parameters
context
The drawing context
width
Screen width
height
Screen height
mouse X
Mouse X coordinate
mouse Y
Mouse Y coordinate
delta
Time delta for animations