pda
jvm
model
/
net.artux.pda.model.items
/
DetectorModel
Detector
Model
data
class
DetectorModel
(
var
detectorType
:
DetectorType
)
:
WearableModel
Members
Constructors
Detector
Model
Link copied to clipboard
constructor
(
detectorType
:
DetectorType
)
Properties
base
Id
Link copied to clipboard
@
JvmField
var
baseId
:
Int
detector
Type
Link copied to clipboard
var
detectorType
:
DetectorType
icon
Link copied to clipboard
var
icon
:
String
?
id
Link copied to clipboard
var
id
:
UUID
?
is
Equipped
Link copied to clipboard
var
isEquipped
:
Boolean
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