private bool GrowDirectionSupportedByFollowEffect() {
     EnergyBarBase.GrowDirection gd = (EnergyBarBase.GrowDirection)growDirection.enumValueIndex;
     return renderer.GrowDirectionSupportedByFollowEffect(gd);
 }