toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.models.cf
/
CfModModel
/
FileIndex
File
Index
data
class
FileIndex
(
val
gameVersion
:
String
,
val
fileId
:
Int
,
val
filename
:
String
,
val
releaseType
:
Int
,
val
gameVersionTypeId
:
Int
?
=
null
,
val
modLoader
:
Int
=
0
)
Members
Constructors
File
Index
Link copied to clipboard
constructor
(
gameVersion
:
String
,
fileId
:
Int
,
filename
:
String
,
releaseType
:
Int
,
gameVersionTypeId
:
Int
?
=
null
,
modLoader
:
Int
=
0
)
Properties
file
Id
Link copied to clipboard
val
fileId
:
Int
filename
Link copied to clipboard
val
filename
:
String
game
Version
Link copied to clipboard
val
gameVersion
:
String
game
Version
Type
Id
Link copied to clipboard
val
gameVersionTypeId
:
Int
?
=
null
mod
Loader
Link copied to clipboard
val
modLoader
:
Int
=
0
release
Type
Link copied to clipboard
val
releaseType
:
Int