addDescriptionToTextPanel

open fun addDescriptionToTextPanel(text: TextPanelAPI)

Adds the description for the bounty to a [TextPanelAPI].

Parameters

text

The [TextPanelAPI] to write to.


open fun addDescriptionToTextPanel(text: TooltipMakerAPI, color: Color, padding: Float)

Adds the description for the bounty to a [TooltipMakerAPI].

Parameters

text

The [TooltipMakerAPI] to write to.

padding

The amount of padding to use, in pixels.