Method | Description | |
---|---|---|
ItemEntry ( |
||
draw ( |
||
getDescription ( ) : string | ||
getItemType ( ) : System.Item | ||
getQuantityString ( ) : string | ||
onHover ( ) : void | ||
onPress ( ) : void | ||
setDescription ( string description ) : void | ||
setItemType ( System.Item itemType ) : void |
public ItemEntry ( |
||
owner | ||
type | System.Item | |
return | System |
public draw ( |
||
sb | ||
x_offset | int | |
y_offset | int | |
font | ||
c | Color | |
return | void |
public setDescription ( string description ) : void | ||
description | string | |
return | void |
public setItemType ( System.Item itemType ) : void | ||
itemType | System.Item | |
return | void |