Get all methods you can run on fields

To get all method names you can run on any field added to any entity, input this into devel/php

ksm(get_class_methods('\Drupal\Core\Field\FieldItemList'));