draw

fun draw(x: Float = 0.0f, y: Float = 0.0f, scale: Float = 1.0f, z: Float = 200.0f)

Renders the item icon to the client's overlay, with customizable overlay information.

Parameters

x

the x location

y

the y location

scale

the scale

z

the z level to draw the item at

Sources

Link copied to clipboard