toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.cache
/
CacheImporter
/
MasterIndexResult
Master
Index
Result
data
class
MasterIndexResult
(
val
masterIndexId
:
Int
,
val
sourceId
:
Int
,
val
indexes
:
List
<
ByteBuf
?
>
)
Members
Constructors
Master
Index
Result
Link copied to clipboard
constructor
(
masterIndexId
:
Int
,
sourceId
:
Int
,
indexes
:
List
<
ByteBuf
?
>
)
Properties
indexes
Link copied to clipboard
val
indexes
:
List
<
ByteBuf
?
>
master
Index
Id
Link copied to clipboard
val
masterIndexId
:
Int
source
Id
Link copied to clipboard
val
sourceId
:
Int