pda
jvm
model
/
net.artux.pda.model.items
/
ItemsContainerModel
Items
Container
Model
class
ItemsContainerModel
:
Serializable
Members
Constructors
Items
Container
Model
Link copied to clipboard
constructor
(
)
Properties
armors
Link copied to clipboard
var
armors
:
List
<
ArmorModel
>
artifacts
Link copied to clipboard
var
artifacts
:
List
<
ArtifactModel
>
bullets
Link copied to clipboard
var
bullets
:
List
<
ItemModel
>
detectors
Link copied to clipboard
var
detectors
:
List
<
DetectorModel
>
medicines
Link copied to clipboard
var
medicines
:
List
<
MedicineModel
>
usual
Link copied to clipboard
var
usual
:
List
<
ItemModel
>
weapons
Link copied to clipboard
var
weapons
:
List
<
WeaponModel
>
Functions
get
All
Link copied to clipboard
fun
getAll
(
)
:
List
<
ItemModel
>
get
By
Type
Link copied to clipboard
fun
getByType
(
type
:
ItemType
)
:
List
<
ItemModel
>