Interface InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfoOrBuilder

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

public static interface InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_activity_end = 5;
    boolean
    bool is_new_record = 7;
    boolean
    bool is_perfect = 8;
    int
    uint32 kill_monster_num = 15;
    long
    uint64 scene_time_ms = 14;
    int
    uint32 settle_score = 10;

    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

    • getKillMonsterNum

      int getKillMonsterNum()
      uint32 kill_monster_num = 15;
      Returns:
      The killMonsterNum.
    • getSceneTimeMs

      long getSceneTimeMs()
      uint64 scene_time_ms = 14;
      Returns:
      The sceneTimeMs.
    • getIsPerfect

      boolean getIsPerfect()
      bool is_perfect = 8;
      Returns:
      The isPerfect.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 7;
      Returns:
      The isNewRecord.
    • getSettleScore

      int getSettleScore()
      uint32 settle_score = 10;
      Returns:
      The settleScore.
    • getIsActivityEnd

      boolean getIsActivityEnd()
      bool is_activity_end = 5;
      Returns:
      The isActivityEnd.