dropToEntity

fun dropToEntity(entity: Entity, i: Int, j: Int, itemStacks: List<ItemStack>)

Set item stacks into entity slots.

Parameters

entity

target entity

i

starting slot index

j

number of slots to set

itemStacks

list of ItemStacks to set