Interface ScenePlayBattleInfoOuterClass.ScenePlayBattleInfoOrBuilder

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

public static interface ScenePlayBattleInfoOuterClass.ScenePlayBattleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 duration = 14;
    int
    uint32 mode = 6;
    int
    uint32 play_id = 11;
    int
    uint32 play_type = 12;
    int
    uint32 prepare_end_time = 1;
    int
    uint32 progress = 5;
    int
    repeated uint32 progress_stage_list = 13;
    int
    repeated uint32 progress_stage_list = 13;
    repeated uint32 progress_stage_list = 13;
    int
    uint32 start_time = 8;
    int
    uint32 state = 7;
    int
    uint32 type = 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

    • getDuration

      int getDuration()
      uint32 duration = 14;
      Returns:
      The duration.
    • getProgress

      int getProgress()
      uint32 progress = 5;
      Returns:
      The progress.
    • getPrepareEndTime

      int getPrepareEndTime()
      uint32 prepare_end_time = 1;
      Returns:
      The prepareEndTime.
    • getPlayType

      int getPlayType()
      uint32 play_type = 12;
      Returns:
      The playType.
    • getProgressStageListList

      List<Integer> getProgressStageListList()
      repeated uint32 progress_stage_list = 13;
      Returns:
      A list containing the progressStageList.
    • getProgressStageListCount

      int getProgressStageListCount()
      repeated uint32 progress_stage_list = 13;
      Returns:
      The count of progressStageList.
    • getProgressStageList

      int getProgressStageList(int index)
      repeated uint32 progress_stage_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The progressStageList at the given index.
    • getState

      int getState()
      uint32 state = 7;
      Returns:
      The state.
    • getMode

      int getMode()
      uint32 mode = 6;
      Returns:
      The mode.
    • getType

      int getType()
      uint32 type = 10;
      Returns:
      The type.
    • getPlayId

      int getPlayId()
      uint32 play_id = 11;
      Returns:
      The playId.
    • getStartTime

      int getStartTime()
      uint32 start_time = 8;
      Returns:
      The startTime.