Interface LuminanceStoneChallengeGallerySettleInfoOuterClass.LuminanceStoneChallengeGallerySettleInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LuminanceStoneChallengeGallerySettleInfoOuterClass.LuminanceStoneChallengeGallerySettleInfo, LuminanceStoneChallengeGallerySettleInfoOuterClass.LuminanceStoneChallengeGallerySettleInfo.Builder
Enclosing class:
LuminanceStoneChallengeGallerySettleInfoOuterClass

public static interface LuminanceStoneChallengeGallerySettleInfoOuterClass.LuminanceStoneChallengeGallerySettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 clean_mud_count = 8;
    int
    uint32 final_score = 12;
    int
    uint32 gallery_id = 11;
    int
    uint32 kill_monster_count = 1;
    int
    uint32 kill_special_monster_count = 4;
    .GalleryStopReason reason = 15;
    int
    .GalleryStopReason reason = 15;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFinalScore

      int getFinalScore()
      uint32 final_score = 12;
      Returns:
      The finalScore.
    • getCleanMudCount

      int getCleanMudCount()
      uint32 clean_mud_count = 8;
      Returns:
      The cleanMudCount.
    • getReasonValue

      int getReasonValue()
      .GalleryStopReason reason = 15;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .GalleryStopReason reason = 15;
      Returns:
      The reason.
    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 11;
      Returns:
      The galleryId.
    • getKillSpecialMonsterCount

      int getKillSpecialMonsterCount()
      uint32 kill_special_monster_count = 4;
      Returns:
      The killSpecialMonsterCount.
    • getKillMonsterCount

      int getKillMonsterCount()
      uint32 kill_monster_count = 1;
      Returns:
      The killMonsterCount.