Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.mod
/
ModDescriptor
Mod
Descriptor
data
class
ModDescriptor
(
val
info
:
ModInfo
,
val
mainClassName
:
String
,
val
sourcePath
:
Path
)
Describes a discovered mod and its origin.
Members
Constructors
Mod
Descriptor
Link copied to clipboard
constructor
(
info
:
ModInfo
,
mainClassName
:
String
,
sourcePath
:
Path
)
Properties
info
Link copied to clipboard
val
info
:
ModInfo
main
Class
Name
Link copied to clipboard
val
mainClassName
:
String
source
Path
Link copied to clipboard
val
sourcePath
:
Path