pda
jvm
model
/
net.artux.pda.model.items
/
ItemModel
Item
Model
open
class
ItemModel
:
Serializable
Inheritors
MedicineModel
WearableModel
Members
Constructors
Item
Model
Link copied to clipboard
constructor
(
)
Properties
base
Id
Link copied to clipboard
@
JvmField
var
baseId
:
Int
icon
Link copied to clipboard
var
icon
:
String
?
id
Link copied to clipboard
var
id
:
UUID
?
price
Link copied to clipboard
var
price
:
Int
quantity
Link copied to clipboard
var
quantity
:
Int
title
Link copied to clipboard
var
title
:
String
?
type
Link copied to clipboard
var
type
:
ItemType
weight
Link copied to clipboard
var
weight
:
Float