isItemValidForSlot

fun isItemValidForSlot(slot: Int, item: Item): Boolean

Checks if an item can be shift clicked into a certain slot, i.e. coal into the bottom of a furnace.

Return

whether it can be shift clicked in

Parameters

slot

the slot index

item

the item for checking

Sources

Link copied to clipboard