tryPickupItem

open fun tryPickupItem(item: ItemEntity): Boolean

Called when Taterzen has a chance to pickup an item. You can create a local inventory in the profession and save it there.

Return

true if item should be picked up, otherwise false.

Parameters

item

item entity to be picked up