ItemLike

fun interface ItemLike

Something that can be represented by an item.

Inheritors

Functions

Link copied to clipboard
abstract fun asItem(): ItemType

Converts this object to its item representation.