useOnEntity
open fun useOnEntity(itemStack: ItemStack, entity: Entity, ctx: Context<EntityInteract>): InteractionResult
Uses the itemStack with this behavior on the given entity.
If all behaviors return InteractionResult.Pass, use will be called.