SlotRangeImpl

data class SlotRangeImpl(val serializedName: String, val slots: IntList) : SlotRange

Constructors

Link copied to clipboard
constructor(serializedName: String, slots: IntList)

Properties

Link copied to clipboard
open override val serializedName: String

The serialized string name of this slot range (e.g. "hotbar.0").

Link copied to clipboard
open override val slots: IntList

The list of slot indices included in this range.