DyeSlot

@Serializable
data class DyeSlot(val colorId: Int, val material: String)

Information about a dye slot.

Parameters

colorId

the ID of the color

material

the slot's material

Constructors

Link copied to clipboard
constructor(colorId: Int, material: String)

Properties

Link copied to clipboard
@SerialName(value = "color_id")
val colorId: Int

This field holds the ID of the color.

Link copied to clipboard

This field holds the slot's material.