ResourceSupply

data class ResourceSupply(resource: TileResource, amount: Int, origin: String)

Functions

component1
Link copied to clipboard
operator fun component1(): TileResource
component2
Link copied to clipboard
operator fun component2(): Int
component3
Link copied to clipboard
operator fun component3(): String
copy
Link copied to clipboard
fun copy(resource: TileResource, amount: Int, origin: String): ResourceSupply
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

amount
Link copied to clipboard
var amount: Int
origin
Link copied to clipboard
val origin: String
resource
Link copied to clipboard
val resource: TileResource

Sources

jvm source
Link copied to clipboard