toggle menu
ktuniversalis
7.0.2-SNAPSHOT
common
switch theme
search in API
ktuniversalis
/
cloud.drakon.ktuniversalis.entities
/
RecentlyUpdatedItems
Recently
Updated
Items
@
Serializable
data
class
RecentlyUpdatedItems
(
val
items
:
Array
<
WorldItemRecency
>
?
=
null
)
Members
Constructors
Recently
Updated
Items
Link copied to clipboard
constructor
(
items
:
Array
<
WorldItemRecency
>
?
=
null
)
Properties
items
Link copied to clipboard
val
items
:
Array
<
WorldItemRecency
>
?
=
null
An array of item IDs, with the least/most recent first.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int