drop

static int drop(Array<int> ids)

Drops all items with the specified ids

Return

the dropped item's summed item stacks

Parameters

ids

the ids to drop

static int drop(Array<String> names)

Drops all items with the specified names

Return

the dropped item's summed item stacks

Parameters

names

the names to drop

static int drop(List<? extends Item> items)

Drops all items in the specified list

Return

the dropped item's summed item stacks

Parameters

items

the items to drop