All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Settings.Master.EncounterSettingsOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Settings/Master/EncounterSettings.proto

package POGOProtos.Settings.Master;

public final class EncounterSettingsOuterClass {
  private EncounterSettingsOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface EncounterSettingsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Settings.Master.EncounterSettings)
      com.google.protobuf.MessageOrBuilder {

    /**
     * float spin_bonus_threshold = 1;
     */
    float getSpinBonusThreshold();

    /**
     * float excellent_throw_threshold = 2;
     */
    float getExcellentThrowThreshold();

    /**
     * float great_throw_threshold = 3;
     */
    float getGreatThrowThreshold();

    /**
     * float nice_throw_threshold = 4;
     */
    float getNiceThrowThreshold();

    /**
     * int32 milestone_threshold = 5;
     */
    int getMilestoneThreshold();

    /**
     * bool ar_plus_mode_enabled = 6;
     */
    boolean getArPlusModeEnabled();

    /**
     * float ar_close_proximity_threshold = 7;
     */
    float getArCloseProximityThreshold();

    /**
     * float ar_low_awareness_threshold = 8;
     */
    float getArLowAwarenessThreshold();

    /**
     * float ar_close_proximity_multiplier = 9;
     */
    float getArCloseProximityMultiplier();

    /**
     * float ar_awareness_penalty_threshold = 10;
     */
    float getArAwarenessPenaltyThreshold();

    /**
     * float ar_low_awareness_max_multiplier = 11;
     */
    float getArLowAwarenessMaxMultiplier();

    /**
     * float ar_high_awareness_min_penalty_multiplier = 12;
     */
    float getArHighAwarenessMinPenaltyMultiplier();

    /**
     * int32 ar_plus_attempts_until_flee_max = 13;
     */
    int getArPlusAttemptsUntilFleeMax();

    /**
     * int32 ar_plus_attempts_until_flee_infinite = 14;
     */
    int getArPlusAttemptsUntilFleeInfinite();

    /**
     * float escaped_bonus_multiplier_max = 15;
     */
    float getEscapedBonusMultiplierMax();

    /**
     * float escaped_bonus_multiplier_by_excellent_throw = 16;
     */
    float getEscapedBonusMultiplierByExcellentThrow();

    /**
     * float escaped_bonus_multiplier_by_great_throw = 17;
     */
    float getEscapedBonusMultiplierByGreatThrow();

    /**
     * float escaped_bonus_multiplier_by_nice_throw = 18;
     */
    float getEscapedBonusMultiplierByNiceThrow();
  }
  /**
   * Protobuf type {@code POGOProtos.Settings.Master.EncounterSettings}
   */
  public  static final class EncounterSettings extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Settings.Master.EncounterSettings)
      EncounterSettingsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use EncounterSettings.newBuilder() to construct.
    private EncounterSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private EncounterSettings() {
      spinBonusThreshold_ = 0F;
      excellentThrowThreshold_ = 0F;
      greatThrowThreshold_ = 0F;
      niceThrowThreshold_ = 0F;
      milestoneThreshold_ = 0;
      arPlusModeEnabled_ = false;
      arCloseProximityThreshold_ = 0F;
      arLowAwarenessThreshold_ = 0F;
      arCloseProximityMultiplier_ = 0F;
      arAwarenessPenaltyThreshold_ = 0F;
      arLowAwarenessMaxMultiplier_ = 0F;
      arHighAwarenessMinPenaltyMultiplier_ = 0F;
      arPlusAttemptsUntilFleeMax_ = 0;
      arPlusAttemptsUntilFleeInfinite_ = 0;
      escapedBonusMultiplierMax_ = 0F;
      escapedBonusMultiplierByExcellentThrow_ = 0F;
      escapedBonusMultiplierByGreatThrow_ = 0F;
      escapedBonusMultiplierByNiceThrow_ = 0F;
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private EncounterSettings(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 13: {

              spinBonusThreshold_ = input.readFloat();
              break;
            }
            case 21: {

              excellentThrowThreshold_ = input.readFloat();
              break;
            }
            case 29: {

              greatThrowThreshold_ = input.readFloat();
              break;
            }
            case 37: {

              niceThrowThreshold_ = input.readFloat();
              break;
            }
            case 40: {

              milestoneThreshold_ = input.readInt32();
              break;
            }
            case 48: {

              arPlusModeEnabled_ = input.readBool();
              break;
            }
            case 61: {

              arCloseProximityThreshold_ = input.readFloat();
              break;
            }
            case 69: {

              arLowAwarenessThreshold_ = input.readFloat();
              break;
            }
            case 77: {

              arCloseProximityMultiplier_ = input.readFloat();
              break;
            }
            case 85: {

              arAwarenessPenaltyThreshold_ = input.readFloat();
              break;
            }
            case 93: {

              arLowAwarenessMaxMultiplier_ = input.readFloat();
              break;
            }
            case 101: {

              arHighAwarenessMinPenaltyMultiplier_ = input.readFloat();
              break;
            }
            case 104: {

              arPlusAttemptsUntilFleeMax_ = input.readInt32();
              break;
            }
            case 112: {

              arPlusAttemptsUntilFleeInfinite_ = input.readInt32();
              break;
            }
            case 125: {

              escapedBonusMultiplierMax_ = input.readFloat();
              break;
            }
            case 133: {

              escapedBonusMultiplierByExcellentThrow_ = input.readFloat();
              break;
            }
            case 141: {

              escapedBonusMultiplierByGreatThrow_ = input.readFloat();
              break;
            }
            case 149: {

              escapedBonusMultiplierByNiceThrow_ = input.readFloat();
              break;
            }
            default: {
              if (!parseUnknownFieldProto3(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Settings.Master.EncounterSettingsOuterClass.internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Settings.Master.EncounterSettingsOuterClass.internal_static_POGOProtos_Settings_Master_EncounterSettings_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.class, POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.Builder.class);
    }

    public static final int SPIN_BONUS_THRESHOLD_FIELD_NUMBER = 1;
    private float spinBonusThreshold_;
    /**
     * float spin_bonus_threshold = 1;
     */
    public float getSpinBonusThreshold() {
      return spinBonusThreshold_;
    }

    public static final int EXCELLENT_THROW_THRESHOLD_FIELD_NUMBER = 2;
    private float excellentThrowThreshold_;
    /**
     * float excellent_throw_threshold = 2;
     */
    public float getExcellentThrowThreshold() {
      return excellentThrowThreshold_;
    }

    public static final int GREAT_THROW_THRESHOLD_FIELD_NUMBER = 3;
    private float greatThrowThreshold_;
    /**
     * float great_throw_threshold = 3;
     */
    public float getGreatThrowThreshold() {
      return greatThrowThreshold_;
    }

    public static final int NICE_THROW_THRESHOLD_FIELD_NUMBER = 4;
    private float niceThrowThreshold_;
    /**
     * float nice_throw_threshold = 4;
     */
    public float getNiceThrowThreshold() {
      return niceThrowThreshold_;
    }

    public static final int MILESTONE_THRESHOLD_FIELD_NUMBER = 5;
    private int milestoneThreshold_;
    /**
     * int32 milestone_threshold = 5;
     */
    public int getMilestoneThreshold() {
      return milestoneThreshold_;
    }

    public static final int AR_PLUS_MODE_ENABLED_FIELD_NUMBER = 6;
    private boolean arPlusModeEnabled_;
    /**
     * bool ar_plus_mode_enabled = 6;
     */
    public boolean getArPlusModeEnabled() {
      return arPlusModeEnabled_;
    }

    public static final int AR_CLOSE_PROXIMITY_THRESHOLD_FIELD_NUMBER = 7;
    private float arCloseProximityThreshold_;
    /**
     * float ar_close_proximity_threshold = 7;
     */
    public float getArCloseProximityThreshold() {
      return arCloseProximityThreshold_;
    }

    public static final int AR_LOW_AWARENESS_THRESHOLD_FIELD_NUMBER = 8;
    private float arLowAwarenessThreshold_;
    /**
     * float ar_low_awareness_threshold = 8;
     */
    public float getArLowAwarenessThreshold() {
      return arLowAwarenessThreshold_;
    }

    public static final int AR_CLOSE_PROXIMITY_MULTIPLIER_FIELD_NUMBER = 9;
    private float arCloseProximityMultiplier_;
    /**
     * float ar_close_proximity_multiplier = 9;
     */
    public float getArCloseProximityMultiplier() {
      return arCloseProximityMultiplier_;
    }

    public static final int AR_AWARENESS_PENALTY_THRESHOLD_FIELD_NUMBER = 10;
    private float arAwarenessPenaltyThreshold_;
    /**
     * float ar_awareness_penalty_threshold = 10;
     */
    public float getArAwarenessPenaltyThreshold() {
      return arAwarenessPenaltyThreshold_;
    }

    public static final int AR_LOW_AWARENESS_MAX_MULTIPLIER_FIELD_NUMBER = 11;
    private float arLowAwarenessMaxMultiplier_;
    /**
     * float ar_low_awareness_max_multiplier = 11;
     */
    public float getArLowAwarenessMaxMultiplier() {
      return arLowAwarenessMaxMultiplier_;
    }

    public static final int AR_HIGH_AWARENESS_MIN_PENALTY_MULTIPLIER_FIELD_NUMBER = 12;
    private float arHighAwarenessMinPenaltyMultiplier_;
    /**
     * float ar_high_awareness_min_penalty_multiplier = 12;
     */
    public float getArHighAwarenessMinPenaltyMultiplier() {
      return arHighAwarenessMinPenaltyMultiplier_;
    }

    public static final int AR_PLUS_ATTEMPTS_UNTIL_FLEE_MAX_FIELD_NUMBER = 13;
    private int arPlusAttemptsUntilFleeMax_;
    /**
     * int32 ar_plus_attempts_until_flee_max = 13;
     */
    public int getArPlusAttemptsUntilFleeMax() {
      return arPlusAttemptsUntilFleeMax_;
    }

    public static final int AR_PLUS_ATTEMPTS_UNTIL_FLEE_INFINITE_FIELD_NUMBER = 14;
    private int arPlusAttemptsUntilFleeInfinite_;
    /**
     * int32 ar_plus_attempts_until_flee_infinite = 14;
     */
    public int getArPlusAttemptsUntilFleeInfinite() {
      return arPlusAttemptsUntilFleeInfinite_;
    }

    public static final int ESCAPED_BONUS_MULTIPLIER_MAX_FIELD_NUMBER = 15;
    private float escapedBonusMultiplierMax_;
    /**
     * float escaped_bonus_multiplier_max = 15;
     */
    public float getEscapedBonusMultiplierMax() {
      return escapedBonusMultiplierMax_;
    }

    public static final int ESCAPED_BONUS_MULTIPLIER_BY_EXCELLENT_THROW_FIELD_NUMBER = 16;
    private float escapedBonusMultiplierByExcellentThrow_;
    /**
     * float escaped_bonus_multiplier_by_excellent_throw = 16;
     */
    public float getEscapedBonusMultiplierByExcellentThrow() {
      return escapedBonusMultiplierByExcellentThrow_;
    }

    public static final int ESCAPED_BONUS_MULTIPLIER_BY_GREAT_THROW_FIELD_NUMBER = 17;
    private float escapedBonusMultiplierByGreatThrow_;
    /**
     * float escaped_bonus_multiplier_by_great_throw = 17;
     */
    public float getEscapedBonusMultiplierByGreatThrow() {
      return escapedBonusMultiplierByGreatThrow_;
    }

    public static final int ESCAPED_BONUS_MULTIPLIER_BY_NICE_THROW_FIELD_NUMBER = 18;
    private float escapedBonusMultiplierByNiceThrow_;
    /**
     * float escaped_bonus_multiplier_by_nice_throw = 18;
     */
    public float getEscapedBonusMultiplierByNiceThrow() {
      return escapedBonusMultiplierByNiceThrow_;
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (spinBonusThreshold_ != 0F) {
        output.writeFloat(1, spinBonusThreshold_);
      }
      if (excellentThrowThreshold_ != 0F) {
        output.writeFloat(2, excellentThrowThreshold_);
      }
      if (greatThrowThreshold_ != 0F) {
        output.writeFloat(3, greatThrowThreshold_);
      }
      if (niceThrowThreshold_ != 0F) {
        output.writeFloat(4, niceThrowThreshold_);
      }
      if (milestoneThreshold_ != 0) {
        output.writeInt32(5, milestoneThreshold_);
      }
      if (arPlusModeEnabled_ != false) {
        output.writeBool(6, arPlusModeEnabled_);
      }
      if (arCloseProximityThreshold_ != 0F) {
        output.writeFloat(7, arCloseProximityThreshold_);
      }
      if (arLowAwarenessThreshold_ != 0F) {
        output.writeFloat(8, arLowAwarenessThreshold_);
      }
      if (arCloseProximityMultiplier_ != 0F) {
        output.writeFloat(9, arCloseProximityMultiplier_);
      }
      if (arAwarenessPenaltyThreshold_ != 0F) {
        output.writeFloat(10, arAwarenessPenaltyThreshold_);
      }
      if (arLowAwarenessMaxMultiplier_ != 0F) {
        output.writeFloat(11, arLowAwarenessMaxMultiplier_);
      }
      if (arHighAwarenessMinPenaltyMultiplier_ != 0F) {
        output.writeFloat(12, arHighAwarenessMinPenaltyMultiplier_);
      }
      if (arPlusAttemptsUntilFleeMax_ != 0) {
        output.writeInt32(13, arPlusAttemptsUntilFleeMax_);
      }
      if (arPlusAttemptsUntilFleeInfinite_ != 0) {
        output.writeInt32(14, arPlusAttemptsUntilFleeInfinite_);
      }
      if (escapedBonusMultiplierMax_ != 0F) {
        output.writeFloat(15, escapedBonusMultiplierMax_);
      }
      if (escapedBonusMultiplierByExcellentThrow_ != 0F) {
        output.writeFloat(16, escapedBonusMultiplierByExcellentThrow_);
      }
      if (escapedBonusMultiplierByGreatThrow_ != 0F) {
        output.writeFloat(17, escapedBonusMultiplierByGreatThrow_);
      }
      if (escapedBonusMultiplierByNiceThrow_ != 0F) {
        output.writeFloat(18, escapedBonusMultiplierByNiceThrow_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (spinBonusThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(1, spinBonusThreshold_);
      }
      if (excellentThrowThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(2, excellentThrowThreshold_);
      }
      if (greatThrowThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(3, greatThrowThreshold_);
      }
      if (niceThrowThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(4, niceThrowThreshold_);
      }
      if (milestoneThreshold_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, milestoneThreshold_);
      }
      if (arPlusModeEnabled_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(6, arPlusModeEnabled_);
      }
      if (arCloseProximityThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(7, arCloseProximityThreshold_);
      }
      if (arLowAwarenessThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(8, arLowAwarenessThreshold_);
      }
      if (arCloseProximityMultiplier_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(9, arCloseProximityMultiplier_);
      }
      if (arAwarenessPenaltyThreshold_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(10, arAwarenessPenaltyThreshold_);
      }
      if (arLowAwarenessMaxMultiplier_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(11, arLowAwarenessMaxMultiplier_);
      }
      if (arHighAwarenessMinPenaltyMultiplier_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(12, arHighAwarenessMinPenaltyMultiplier_);
      }
      if (arPlusAttemptsUntilFleeMax_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(13, arPlusAttemptsUntilFleeMax_);
      }
      if (arPlusAttemptsUntilFleeInfinite_ != 0) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(14, arPlusAttemptsUntilFleeInfinite_);
      }
      if (escapedBonusMultiplierMax_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(15, escapedBonusMultiplierMax_);
      }
      if (escapedBonusMultiplierByExcellentThrow_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(16, escapedBonusMultiplierByExcellentThrow_);
      }
      if (escapedBonusMultiplierByGreatThrow_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(17, escapedBonusMultiplierByGreatThrow_);
      }
      if (escapedBonusMultiplierByNiceThrow_ != 0F) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(18, escapedBonusMultiplierByNiceThrow_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings)) {
        return super.equals(obj);
      }
      POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings other = (POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings) obj;

      boolean result = true;
      result = result && (
          java.lang.Float.floatToIntBits(getSpinBonusThreshold())
          == java.lang.Float.floatToIntBits(
              other.getSpinBonusThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getExcellentThrowThreshold())
          == java.lang.Float.floatToIntBits(
              other.getExcellentThrowThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getGreatThrowThreshold())
          == java.lang.Float.floatToIntBits(
              other.getGreatThrowThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getNiceThrowThreshold())
          == java.lang.Float.floatToIntBits(
              other.getNiceThrowThreshold()));
      result = result && (getMilestoneThreshold()
          == other.getMilestoneThreshold());
      result = result && (getArPlusModeEnabled()
          == other.getArPlusModeEnabled());
      result = result && (
          java.lang.Float.floatToIntBits(getArCloseProximityThreshold())
          == java.lang.Float.floatToIntBits(
              other.getArCloseProximityThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getArLowAwarenessThreshold())
          == java.lang.Float.floatToIntBits(
              other.getArLowAwarenessThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getArCloseProximityMultiplier())
          == java.lang.Float.floatToIntBits(
              other.getArCloseProximityMultiplier()));
      result = result && (
          java.lang.Float.floatToIntBits(getArAwarenessPenaltyThreshold())
          == java.lang.Float.floatToIntBits(
              other.getArAwarenessPenaltyThreshold()));
      result = result && (
          java.lang.Float.floatToIntBits(getArLowAwarenessMaxMultiplier())
          == java.lang.Float.floatToIntBits(
              other.getArLowAwarenessMaxMultiplier()));
      result = result && (
          java.lang.Float.floatToIntBits(getArHighAwarenessMinPenaltyMultiplier())
          == java.lang.Float.floatToIntBits(
              other.getArHighAwarenessMinPenaltyMultiplier()));
      result = result && (getArPlusAttemptsUntilFleeMax()
          == other.getArPlusAttemptsUntilFleeMax());
      result = result && (getArPlusAttemptsUntilFleeInfinite()
          == other.getArPlusAttemptsUntilFleeInfinite());
      result = result && (
          java.lang.Float.floatToIntBits(getEscapedBonusMultiplierMax())
          == java.lang.Float.floatToIntBits(
              other.getEscapedBonusMultiplierMax()));
      result = result && (
          java.lang.Float.floatToIntBits(getEscapedBonusMultiplierByExcellentThrow())
          == java.lang.Float.floatToIntBits(
              other.getEscapedBonusMultiplierByExcellentThrow()));
      result = result && (
          java.lang.Float.floatToIntBits(getEscapedBonusMultiplierByGreatThrow())
          == java.lang.Float.floatToIntBits(
              other.getEscapedBonusMultiplierByGreatThrow()));
      result = result && (
          java.lang.Float.floatToIntBits(getEscapedBonusMultiplierByNiceThrow())
          == java.lang.Float.floatToIntBits(
              other.getEscapedBonusMultiplierByNiceThrow()));
      result = result && unknownFields.equals(other.unknownFields);
      return result;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + SPIN_BONUS_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getSpinBonusThreshold());
      hash = (37 * hash) + EXCELLENT_THROW_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getExcellentThrowThreshold());
      hash = (37 * hash) + GREAT_THROW_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getGreatThrowThreshold());
      hash = (37 * hash) + NICE_THROW_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getNiceThrowThreshold());
      hash = (37 * hash) + MILESTONE_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + getMilestoneThreshold();
      hash = (37 * hash) + AR_PLUS_MODE_ENABLED_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getArPlusModeEnabled());
      hash = (37 * hash) + AR_CLOSE_PROXIMITY_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArCloseProximityThreshold());
      hash = (37 * hash) + AR_LOW_AWARENESS_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArLowAwarenessThreshold());
      hash = (37 * hash) + AR_CLOSE_PROXIMITY_MULTIPLIER_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArCloseProximityMultiplier());
      hash = (37 * hash) + AR_AWARENESS_PENALTY_THRESHOLD_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArAwarenessPenaltyThreshold());
      hash = (37 * hash) + AR_LOW_AWARENESS_MAX_MULTIPLIER_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArLowAwarenessMaxMultiplier());
      hash = (37 * hash) + AR_HIGH_AWARENESS_MIN_PENALTY_MULTIPLIER_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getArHighAwarenessMinPenaltyMultiplier());
      hash = (37 * hash) + AR_PLUS_ATTEMPTS_UNTIL_FLEE_MAX_FIELD_NUMBER;
      hash = (53 * hash) + getArPlusAttemptsUntilFleeMax();
      hash = (37 * hash) + AR_PLUS_ATTEMPTS_UNTIL_FLEE_INFINITE_FIELD_NUMBER;
      hash = (53 * hash) + getArPlusAttemptsUntilFleeInfinite();
      hash = (37 * hash) + ESCAPED_BONUS_MULTIPLIER_MAX_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getEscapedBonusMultiplierMax());
      hash = (37 * hash) + ESCAPED_BONUS_MULTIPLIER_BY_EXCELLENT_THROW_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getEscapedBonusMultiplierByExcellentThrow());
      hash = (37 * hash) + ESCAPED_BONUS_MULTIPLIER_BY_GREAT_THROW_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getEscapedBonusMultiplierByGreatThrow());
      hash = (37 * hash) + ESCAPED_BONUS_MULTIPLIER_BY_NICE_THROW_FIELD_NUMBER;
      hash = (53 * hash) + java.lang.Float.floatToIntBits(
          getEscapedBonusMultiplierByNiceThrow());
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code POGOProtos.Settings.Master.EncounterSettings}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:POGOProtos.Settings.Master.EncounterSettings)
        POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettingsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Settings.Master.EncounterSettingsOuterClass.internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Settings.Master.EncounterSettingsOuterClass.internal_static_POGOProtos_Settings_Master_EncounterSettings_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.class, POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.Builder.class);
      }

      // Construct using POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        spinBonusThreshold_ = 0F;

        excellentThrowThreshold_ = 0F;

        greatThrowThreshold_ = 0F;

        niceThrowThreshold_ = 0F;

        milestoneThreshold_ = 0;

        arPlusModeEnabled_ = false;

        arCloseProximityThreshold_ = 0F;

        arLowAwarenessThreshold_ = 0F;

        arCloseProximityMultiplier_ = 0F;

        arAwarenessPenaltyThreshold_ = 0F;

        arLowAwarenessMaxMultiplier_ = 0F;

        arHighAwarenessMinPenaltyMultiplier_ = 0F;

        arPlusAttemptsUntilFleeMax_ = 0;

        arPlusAttemptsUntilFleeInfinite_ = 0;

        escapedBonusMultiplierMax_ = 0F;

        escapedBonusMultiplierByExcellentThrow_ = 0F;

        escapedBonusMultiplierByGreatThrow_ = 0F;

        escapedBonusMultiplierByNiceThrow_ = 0F;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Settings.Master.EncounterSettingsOuterClass.internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings getDefaultInstanceForType() {
        return POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings build() {
        POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings buildPartial() {
        POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings result = new POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings(this);
        result.spinBonusThreshold_ = spinBonusThreshold_;
        result.excellentThrowThreshold_ = excellentThrowThreshold_;
        result.greatThrowThreshold_ = greatThrowThreshold_;
        result.niceThrowThreshold_ = niceThrowThreshold_;
        result.milestoneThreshold_ = milestoneThreshold_;
        result.arPlusModeEnabled_ = arPlusModeEnabled_;
        result.arCloseProximityThreshold_ = arCloseProximityThreshold_;
        result.arLowAwarenessThreshold_ = arLowAwarenessThreshold_;
        result.arCloseProximityMultiplier_ = arCloseProximityMultiplier_;
        result.arAwarenessPenaltyThreshold_ = arAwarenessPenaltyThreshold_;
        result.arLowAwarenessMaxMultiplier_ = arLowAwarenessMaxMultiplier_;
        result.arHighAwarenessMinPenaltyMultiplier_ = arHighAwarenessMinPenaltyMultiplier_;
        result.arPlusAttemptsUntilFleeMax_ = arPlusAttemptsUntilFleeMax_;
        result.arPlusAttemptsUntilFleeInfinite_ = arPlusAttemptsUntilFleeInfinite_;
        result.escapedBonusMultiplierMax_ = escapedBonusMultiplierMax_;
        result.escapedBonusMultiplierByExcellentThrow_ = escapedBonusMultiplierByExcellentThrow_;
        result.escapedBonusMultiplierByGreatThrow_ = escapedBonusMultiplierByGreatThrow_;
        result.escapedBonusMultiplierByNiceThrow_ = escapedBonusMultiplierByNiceThrow_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return (Builder) super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return (Builder) super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return (Builder) super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return (Builder) super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings) {
          return mergeFrom((POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings other) {
        if (other == POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings.getDefaultInstance()) return this;
        if (other.getSpinBonusThreshold() != 0F) {
          setSpinBonusThreshold(other.getSpinBonusThreshold());
        }
        if (other.getExcellentThrowThreshold() != 0F) {
          setExcellentThrowThreshold(other.getExcellentThrowThreshold());
        }
        if (other.getGreatThrowThreshold() != 0F) {
          setGreatThrowThreshold(other.getGreatThrowThreshold());
        }
        if (other.getNiceThrowThreshold() != 0F) {
          setNiceThrowThreshold(other.getNiceThrowThreshold());
        }
        if (other.getMilestoneThreshold() != 0) {
          setMilestoneThreshold(other.getMilestoneThreshold());
        }
        if (other.getArPlusModeEnabled() != false) {
          setArPlusModeEnabled(other.getArPlusModeEnabled());
        }
        if (other.getArCloseProximityThreshold() != 0F) {
          setArCloseProximityThreshold(other.getArCloseProximityThreshold());
        }
        if (other.getArLowAwarenessThreshold() != 0F) {
          setArLowAwarenessThreshold(other.getArLowAwarenessThreshold());
        }
        if (other.getArCloseProximityMultiplier() != 0F) {
          setArCloseProximityMultiplier(other.getArCloseProximityMultiplier());
        }
        if (other.getArAwarenessPenaltyThreshold() != 0F) {
          setArAwarenessPenaltyThreshold(other.getArAwarenessPenaltyThreshold());
        }
        if (other.getArLowAwarenessMaxMultiplier() != 0F) {
          setArLowAwarenessMaxMultiplier(other.getArLowAwarenessMaxMultiplier());
        }
        if (other.getArHighAwarenessMinPenaltyMultiplier() != 0F) {
          setArHighAwarenessMinPenaltyMultiplier(other.getArHighAwarenessMinPenaltyMultiplier());
        }
        if (other.getArPlusAttemptsUntilFleeMax() != 0) {
          setArPlusAttemptsUntilFleeMax(other.getArPlusAttemptsUntilFleeMax());
        }
        if (other.getArPlusAttemptsUntilFleeInfinite() != 0) {
          setArPlusAttemptsUntilFleeInfinite(other.getArPlusAttemptsUntilFleeInfinite());
        }
        if (other.getEscapedBonusMultiplierMax() != 0F) {
          setEscapedBonusMultiplierMax(other.getEscapedBonusMultiplierMax());
        }
        if (other.getEscapedBonusMultiplierByExcellentThrow() != 0F) {
          setEscapedBonusMultiplierByExcellentThrow(other.getEscapedBonusMultiplierByExcellentThrow());
        }
        if (other.getEscapedBonusMultiplierByGreatThrow() != 0F) {
          setEscapedBonusMultiplierByGreatThrow(other.getEscapedBonusMultiplierByGreatThrow());
        }
        if (other.getEscapedBonusMultiplierByNiceThrow() != 0F) {
          setEscapedBonusMultiplierByNiceThrow(other.getEscapedBonusMultiplierByNiceThrow());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private float spinBonusThreshold_ ;
      /**
       * float spin_bonus_threshold = 1;
       */
      public float getSpinBonusThreshold() {
        return spinBonusThreshold_;
      }
      /**
       * float spin_bonus_threshold = 1;
       */
      public Builder setSpinBonusThreshold(float value) {
        
        spinBonusThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float spin_bonus_threshold = 1;
       */
      public Builder clearSpinBonusThreshold() {
        
        spinBonusThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float excellentThrowThreshold_ ;
      /**
       * float excellent_throw_threshold = 2;
       */
      public float getExcellentThrowThreshold() {
        return excellentThrowThreshold_;
      }
      /**
       * float excellent_throw_threshold = 2;
       */
      public Builder setExcellentThrowThreshold(float value) {
        
        excellentThrowThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float excellent_throw_threshold = 2;
       */
      public Builder clearExcellentThrowThreshold() {
        
        excellentThrowThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float greatThrowThreshold_ ;
      /**
       * float great_throw_threshold = 3;
       */
      public float getGreatThrowThreshold() {
        return greatThrowThreshold_;
      }
      /**
       * float great_throw_threshold = 3;
       */
      public Builder setGreatThrowThreshold(float value) {
        
        greatThrowThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float great_throw_threshold = 3;
       */
      public Builder clearGreatThrowThreshold() {
        
        greatThrowThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float niceThrowThreshold_ ;
      /**
       * float nice_throw_threshold = 4;
       */
      public float getNiceThrowThreshold() {
        return niceThrowThreshold_;
      }
      /**
       * float nice_throw_threshold = 4;
       */
      public Builder setNiceThrowThreshold(float value) {
        
        niceThrowThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float nice_throw_threshold = 4;
       */
      public Builder clearNiceThrowThreshold() {
        
        niceThrowThreshold_ = 0F;
        onChanged();
        return this;
      }

      private int milestoneThreshold_ ;
      /**
       * int32 milestone_threshold = 5;
       */
      public int getMilestoneThreshold() {
        return milestoneThreshold_;
      }
      /**
       * int32 milestone_threshold = 5;
       */
      public Builder setMilestoneThreshold(int value) {
        
        milestoneThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 milestone_threshold = 5;
       */
      public Builder clearMilestoneThreshold() {
        
        milestoneThreshold_ = 0;
        onChanged();
        return this;
      }

      private boolean arPlusModeEnabled_ ;
      /**
       * bool ar_plus_mode_enabled = 6;
       */
      public boolean getArPlusModeEnabled() {
        return arPlusModeEnabled_;
      }
      /**
       * bool ar_plus_mode_enabled = 6;
       */
      public Builder setArPlusModeEnabled(boolean value) {
        
        arPlusModeEnabled_ = value;
        onChanged();
        return this;
      }
      /**
       * bool ar_plus_mode_enabled = 6;
       */
      public Builder clearArPlusModeEnabled() {
        
        arPlusModeEnabled_ = false;
        onChanged();
        return this;
      }

      private float arCloseProximityThreshold_ ;
      /**
       * float ar_close_proximity_threshold = 7;
       */
      public float getArCloseProximityThreshold() {
        return arCloseProximityThreshold_;
      }
      /**
       * float ar_close_proximity_threshold = 7;
       */
      public Builder setArCloseProximityThreshold(float value) {
        
        arCloseProximityThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_close_proximity_threshold = 7;
       */
      public Builder clearArCloseProximityThreshold() {
        
        arCloseProximityThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float arLowAwarenessThreshold_ ;
      /**
       * float ar_low_awareness_threshold = 8;
       */
      public float getArLowAwarenessThreshold() {
        return arLowAwarenessThreshold_;
      }
      /**
       * float ar_low_awareness_threshold = 8;
       */
      public Builder setArLowAwarenessThreshold(float value) {
        
        arLowAwarenessThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_low_awareness_threshold = 8;
       */
      public Builder clearArLowAwarenessThreshold() {
        
        arLowAwarenessThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float arCloseProximityMultiplier_ ;
      /**
       * float ar_close_proximity_multiplier = 9;
       */
      public float getArCloseProximityMultiplier() {
        return arCloseProximityMultiplier_;
      }
      /**
       * float ar_close_proximity_multiplier = 9;
       */
      public Builder setArCloseProximityMultiplier(float value) {
        
        arCloseProximityMultiplier_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_close_proximity_multiplier = 9;
       */
      public Builder clearArCloseProximityMultiplier() {
        
        arCloseProximityMultiplier_ = 0F;
        onChanged();
        return this;
      }

      private float arAwarenessPenaltyThreshold_ ;
      /**
       * float ar_awareness_penalty_threshold = 10;
       */
      public float getArAwarenessPenaltyThreshold() {
        return arAwarenessPenaltyThreshold_;
      }
      /**
       * float ar_awareness_penalty_threshold = 10;
       */
      public Builder setArAwarenessPenaltyThreshold(float value) {
        
        arAwarenessPenaltyThreshold_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_awareness_penalty_threshold = 10;
       */
      public Builder clearArAwarenessPenaltyThreshold() {
        
        arAwarenessPenaltyThreshold_ = 0F;
        onChanged();
        return this;
      }

      private float arLowAwarenessMaxMultiplier_ ;
      /**
       * float ar_low_awareness_max_multiplier = 11;
       */
      public float getArLowAwarenessMaxMultiplier() {
        return arLowAwarenessMaxMultiplier_;
      }
      /**
       * float ar_low_awareness_max_multiplier = 11;
       */
      public Builder setArLowAwarenessMaxMultiplier(float value) {
        
        arLowAwarenessMaxMultiplier_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_low_awareness_max_multiplier = 11;
       */
      public Builder clearArLowAwarenessMaxMultiplier() {
        
        arLowAwarenessMaxMultiplier_ = 0F;
        onChanged();
        return this;
      }

      private float arHighAwarenessMinPenaltyMultiplier_ ;
      /**
       * float ar_high_awareness_min_penalty_multiplier = 12;
       */
      public float getArHighAwarenessMinPenaltyMultiplier() {
        return arHighAwarenessMinPenaltyMultiplier_;
      }
      /**
       * float ar_high_awareness_min_penalty_multiplier = 12;
       */
      public Builder setArHighAwarenessMinPenaltyMultiplier(float value) {
        
        arHighAwarenessMinPenaltyMultiplier_ = value;
        onChanged();
        return this;
      }
      /**
       * float ar_high_awareness_min_penalty_multiplier = 12;
       */
      public Builder clearArHighAwarenessMinPenaltyMultiplier() {
        
        arHighAwarenessMinPenaltyMultiplier_ = 0F;
        onChanged();
        return this;
      }

      private int arPlusAttemptsUntilFleeMax_ ;
      /**
       * int32 ar_plus_attempts_until_flee_max = 13;
       */
      public int getArPlusAttemptsUntilFleeMax() {
        return arPlusAttemptsUntilFleeMax_;
      }
      /**
       * int32 ar_plus_attempts_until_flee_max = 13;
       */
      public Builder setArPlusAttemptsUntilFleeMax(int value) {
        
        arPlusAttemptsUntilFleeMax_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 ar_plus_attempts_until_flee_max = 13;
       */
      public Builder clearArPlusAttemptsUntilFleeMax() {
        
        arPlusAttemptsUntilFleeMax_ = 0;
        onChanged();
        return this;
      }

      private int arPlusAttemptsUntilFleeInfinite_ ;
      /**
       * int32 ar_plus_attempts_until_flee_infinite = 14;
       */
      public int getArPlusAttemptsUntilFleeInfinite() {
        return arPlusAttemptsUntilFleeInfinite_;
      }
      /**
       * int32 ar_plus_attempts_until_flee_infinite = 14;
       */
      public Builder setArPlusAttemptsUntilFleeInfinite(int value) {
        
        arPlusAttemptsUntilFleeInfinite_ = value;
        onChanged();
        return this;
      }
      /**
       * int32 ar_plus_attempts_until_flee_infinite = 14;
       */
      public Builder clearArPlusAttemptsUntilFleeInfinite() {
        
        arPlusAttemptsUntilFleeInfinite_ = 0;
        onChanged();
        return this;
      }

      private float escapedBonusMultiplierMax_ ;
      /**
       * float escaped_bonus_multiplier_max = 15;
       */
      public float getEscapedBonusMultiplierMax() {
        return escapedBonusMultiplierMax_;
      }
      /**
       * float escaped_bonus_multiplier_max = 15;
       */
      public Builder setEscapedBonusMultiplierMax(float value) {
        
        escapedBonusMultiplierMax_ = value;
        onChanged();
        return this;
      }
      /**
       * float escaped_bonus_multiplier_max = 15;
       */
      public Builder clearEscapedBonusMultiplierMax() {
        
        escapedBonusMultiplierMax_ = 0F;
        onChanged();
        return this;
      }

      private float escapedBonusMultiplierByExcellentThrow_ ;
      /**
       * float escaped_bonus_multiplier_by_excellent_throw = 16;
       */
      public float getEscapedBonusMultiplierByExcellentThrow() {
        return escapedBonusMultiplierByExcellentThrow_;
      }
      /**
       * float escaped_bonus_multiplier_by_excellent_throw = 16;
       */
      public Builder setEscapedBonusMultiplierByExcellentThrow(float value) {
        
        escapedBonusMultiplierByExcellentThrow_ = value;
        onChanged();
        return this;
      }
      /**
       * float escaped_bonus_multiplier_by_excellent_throw = 16;
       */
      public Builder clearEscapedBonusMultiplierByExcellentThrow() {
        
        escapedBonusMultiplierByExcellentThrow_ = 0F;
        onChanged();
        return this;
      }

      private float escapedBonusMultiplierByGreatThrow_ ;
      /**
       * float escaped_bonus_multiplier_by_great_throw = 17;
       */
      public float getEscapedBonusMultiplierByGreatThrow() {
        return escapedBonusMultiplierByGreatThrow_;
      }
      /**
       * float escaped_bonus_multiplier_by_great_throw = 17;
       */
      public Builder setEscapedBonusMultiplierByGreatThrow(float value) {
        
        escapedBonusMultiplierByGreatThrow_ = value;
        onChanged();
        return this;
      }
      /**
       * float escaped_bonus_multiplier_by_great_throw = 17;
       */
      public Builder clearEscapedBonusMultiplierByGreatThrow() {
        
        escapedBonusMultiplierByGreatThrow_ = 0F;
        onChanged();
        return this;
      }

      private float escapedBonusMultiplierByNiceThrow_ ;
      /**
       * float escaped_bonus_multiplier_by_nice_throw = 18;
       */
      public float getEscapedBonusMultiplierByNiceThrow() {
        return escapedBonusMultiplierByNiceThrow_;
      }
      /**
       * float escaped_bonus_multiplier_by_nice_throw = 18;
       */
      public Builder setEscapedBonusMultiplierByNiceThrow(float value) {
        
        escapedBonusMultiplierByNiceThrow_ = value;
        onChanged();
        return this;
      }
      /**
       * float escaped_bonus_multiplier_by_nice_throw = 18;
       */
      public Builder clearEscapedBonusMultiplierByNiceThrow() {
        
        escapedBonusMultiplierByNiceThrow_ = 0F;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:POGOProtos.Settings.Master.EncounterSettings)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Settings.Master.EncounterSettings)
    private static final POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings();
    }

    public static POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public EncounterSettings parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new EncounterSettings(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public POGOProtos.Settings.Master.EncounterSettingsOuterClass.EncounterSettings getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Settings_Master_EncounterSettings_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n2POGOProtos/Settings/Master/EncounterSe" +
      "ttings.proto\022\032POGOProtos.Settings.Master" +
      "\"\323\005\n\021EncounterSettings\022\034\n\024spin_bonus_thr" +
      "eshold\030\001 \001(\002\022!\n\031excellent_throw_threshol" +
      "d\030\002 \001(\002\022\035\n\025great_throw_threshold\030\003 \001(\002\022\034" +
      "\n\024nice_throw_threshold\030\004 \001(\002\022\033\n\023mileston" +
      "e_threshold\030\005 \001(\005\022\034\n\024ar_plus_mode_enable" +
      "d\030\006 \001(\010\022$\n\034ar_close_proximity_threshold\030" +
      "\007 \001(\002\022\"\n\032ar_low_awareness_threshold\030\010 \001(" +
      "\002\022%\n\035ar_close_proximity_multiplier\030\t \001(\002" +
      "\022&\n\036ar_awareness_penalty_threshold\030\n \001(\002" +
      "\022\'\n\037ar_low_awareness_max_multiplier\030\013 \001(" +
      "\002\0220\n(ar_high_awareness_min_penalty_multi" +
      "plier\030\014 \001(\002\022\'\n\037ar_plus_attempts_until_fl" +
      "ee_max\030\r \001(\005\022,\n$ar_plus_attempts_until_f" +
      "lee_infinite\030\016 \001(\005\022$\n\034escaped_bonus_mult" +
      "iplier_max\030\017 \001(\002\0223\n+escaped_bonus_multip" +
      "lier_by_excellent_throw\030\020 \001(\002\022/\n\'escaped" +
      "_bonus_multiplier_by_great_throw\030\021 \001(\002\022." +
      "\n&escaped_bonus_multiplier_by_nice_throw" +
      "\030\022 \001(\002b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Settings_Master_EncounterSettings_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Settings_Master_EncounterSettings_descriptor,
        new java.lang.String[] { "SpinBonusThreshold", "ExcellentThrowThreshold", "GreatThrowThreshold", "NiceThrowThreshold", "MilestoneThreshold", "ArPlusModeEnabled", "ArCloseProximityThreshold", "ArLowAwarenessThreshold", "ArCloseProximityMultiplier", "ArAwarenessPenaltyThreshold", "ArLowAwarenessMaxMultiplier", "ArHighAwarenessMinPenaltyMultiplier", "ArPlusAttemptsUntilFleeMax", "ArPlusAttemptsUntilFleeInfinite", "EscapedBonusMultiplierMax", "EscapedBonusMultiplierByExcellentThrow", "EscapedBonusMultiplierByGreatThrow", "EscapedBonusMultiplierByNiceThrow", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy