Interface SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotifyOrBuilder

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

public static interface SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficulty_id = 3;
    int
    uint32 final_score = 2;
    boolean
    bool is_new_record = 4;
    int
    uint32 kill_elite_monster_num = 15;
    int
    uint32 kill_monster_num = 12;
    int
    uint32 stage_id = 11;

    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

    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 4;
      Returns:
      The isNewRecord.
    • getKillMonsterNum

      int getKillMonsterNum()
      uint32 kill_monster_num = 12;
      Returns:
      The killMonsterNum.
    • getDifficultyId

      int getDifficultyId()
      uint32 difficulty_id = 3;
      Returns:
      The difficultyId.
    • getFinalScore

      int getFinalScore()
      uint32 final_score = 2;
      Returns:
      The finalScore.
    • getKillEliteMonsterNum

      int getKillEliteMonsterNum()
      uint32 kill_elite_monster_num = 15;
      Returns:
      The killEliteMonsterNum.
    • getStageId

      int getStageId()
      uint32 stage_id = 11;
      Returns:
      The stageId.