DataPhysicalObject

@Serializable
data class DataPhysicalObject(    val id: DefinitionId,     val amount: Int,     val itemId: Int,     val scale: Float = 0.0f) : PhysicalObject

Constructors

Link copied to clipboard
fun DataPhysicalObject(    id: DefinitionId,     amount: Int,     itemId: Int,     scale: Float = 0.0f)

Properties

Link copied to clipboard
open override val amount: Int
Link copied to clipboard
open override val id: DefinitionId
Link copied to clipboard
open override val itemId: Int
Link copied to clipboard
open override val scale: Float = 0.0f