CrashReport

data class CrashReport(gameInfo: String, mods: LinkedHashSet<String>, version: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): LinkedHashSet<String>
component3
Link copied to clipboard
operator fun component3(): String
copy
Link copied to clipboard
fun copy(gameInfo: String, mods: LinkedHashSet<String>, version: String): CrashReport
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

gameInfo
Link copied to clipboard
val gameInfo: String
mods
Link copied to clipboard
val mods: LinkedHashSet<String>
version
Link copied to clipboard
val version: String

Sources

jvm source
Link copied to clipboard