drop

open fun drop(ids: Array<Int>): Int

Drops all items with the specified ids

Return

the dropped item's summed item stacks

Parameters

ids

the ids to drop


open fun drop(names: Array<String>): Int

Drops all items with the specified names

Return

the dropped item's summed item stacks

Parameters

names

the names to drop


open fun drop(items: List<out Item>): Int

Drops all items in the specified list

Return

the dropped item's summed item stacks

Parameters

items

the items to drop