app
/
org.powbot.api.script.paint
/
InventoryItemPaintItem
Inventory
Item
Paint
Item
class
InventoryItemPaintItem
(itemId:
Int
, itemName:
String
, option:
TrackInventoryOption
) :
PaintItem
Content copied to clipboard
Functions
Properties
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
Game
Tick
Link copied to clipboard
fun
onGameTick
(evt:
TickEvent
)
Content copied to clipboard
on
Inventory
Change
Link copied to clipboard
fun
onInventoryChange
(evt:
InventoryChangeEvent
)
Content copied to clipboard
text
Size
Link copied to clipboard
open fun
textSize
():
Float
?
Content copied to clipboard
width
Link copied to clipboard
open override fun
width
(graphics:
Graphics
):
Float
Content copied to clipboard
Properties
align
Link copied to clipboard
open override var
align
:
Boolean
= true
Content copied to clipboard
diff
Link copied to clipboard
var
diff
:
Int
= 0
Content copied to clipboard
itemId
Link copied to clipboard
val
itemId
:
Int
Content copied to clipboard
itemName
Link copied to clipboard
val
itemName
:
String
Content copied to clipboard
option
Link copied to clipboard
val
option
:
TrackInventoryOption
Content copied to clipboard
worth
Link copied to clipboard
var
worth
:
Int
= 0
Content copied to clipboard