ConstructionChoice

data class ConstructionChoice(choice: String, choiceModifier: Float, remainingWork: Int)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Float
component3
Link copied to clipboard
operator fun component3(): Int
copy
Link copied to clipboard
fun copy(choice: String, choiceModifier: Float, remainingWork: Int): ConstructionAutomation.ConstructionChoice
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

choice
Link copied to clipboard
val choice: String
choiceModifier
Link copied to clipboard
var choiceModifier: Float
remainingWork
Link copied to clipboard
val remainingWork: Int

Sources

jvm source
Link copied to clipboard