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

mouseX

Mouse X coordinate

mouseY

Mouse Y coordinate

delta

Time delta for animations