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 DPLOCABFHKK = 14;
    int
    uint32 final_score = 7;
    boolean
    bool is_new_record = 5;
    int
    uint32 KFACNCAIMAM = 1;
    int
    uint32 stage_id = 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

    • getStageId

      int getStageId()
      uint32 stage_id = 15;
      Returns:
      The stageId.
    • getDifficultyId

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

      boolean getIsNewRecord()
      bool is_new_record = 5;
      Returns:
      The isNewRecord.
    • getDPLOCABFHKK

      int getDPLOCABFHKK()
      uint32 DPLOCABFHKK = 14;
      Returns:
      The dPLOCABFHKK.
    • getKFACNCAIMAM

      int getKFACNCAIMAM()
      uint32 KFACNCAIMAM = 1;
      Returns:
      The kFACNCAIMAM.
    • getFinalScore

      int getFinalScore()
      uint32 final_score = 7;
      Returns:
      The finalScore.