customModelData

@Contract(value = "_ -> this", mutates = "this")
abstract fun customModelData(data: Int): B

Sets the custom model data for the item to the given data.

Return

this builder

Parameters

data

the custom model data