drop

fun drop(i: Item, shift: Boolean): Boolean

Drops specified item via regular or shift dropping.

Return

Success

Parameters

i

The item to drop

shift

Shift dropping, if true the method will verify it is enabled and fall back to regular if not

fun drop(items: List<Item?>): Boolean

Drops specified items, uses shift dropping if enabled

Return

Success

Parameters

items

The items to drop in query form