app
/
org.powbot.api.script.paint
/
SkillPaintItem
Skill
Paint
Item
class
SkillPaintItem
(skill:
Skill
, option:
TrackSkillOption
) :
PaintItem
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
draw
Link copied to clipboard
open override fun
draw
(graphics:
Graphics
, x:
Int
, y:
Int
)
Content copied to clipboard
height
Link copied to clipboard
open override fun
height
(graphics:
Graphics
):
Float
Content copied to clipboard
on
Exp
Gained
Link copied to clipboard
fun
onExpGained
(evt:
SkillExpGainedEvent
)
Content copied to clipboard
on
Level
Up
Link copied to clipboard
fun
onLevelUp
(evt:
SkillLevelUpEvent
)
Content copied to clipboard
text
Size
Link copied to clipboard
open fun
textSize
():
Float
?
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
width
Link copied to clipboard
open override fun
width
(graphics:
Graphics
):
Float
Content copied to clipboard
xp
Gained
Link copied to clipboard
fun
xpGained
():
Int
Content copied to clipboard
Properties
align
Link copied to clipboard
open override var
align
:
Boolean
= true
Content copied to clipboard
option
Link copied to clipboard
val
option
:
TrackSkillOption
Content copied to clipboard
skill
Link copied to clipboard
val
skill
:
Skill
Content copied to clipboard