* @return the {@link ModifierSpeciesReference} of the
* {@link #listOfModifiers} which has 'id' as id (or name depending
* on the level and version). Can be null if it doesn't exist.
*/
public ModifierSpeciesReference getModifier(String id) {
return getListOfModifiers().firstHit(new NameFilter(id));
}