Interface BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfoOrBuilder

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

public static interface BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 chosen_avatar_list = 12;
    int
    repeated uint32 chosen_avatar_list = 12;
    repeated uint32 chosen_avatar_list = 12;
    int
    getChosenSkillList(int index)
    repeated uint32 chosen_skill_list = 3;
    int
    repeated uint32 chosen_skill_list = 3;
    repeated uint32 chosen_skill_list = 3;
    boolean
    bool is_can_start = 6;
    boolean
    bool is_finish = 8;
    int
    uint32 level_id = 7;
    int
    uint32 max_score = 2;

    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

    • getIsCanStart

      boolean getIsCanStart()
      bool is_can_start = 6;
      Returns:
      The isCanStart.
    • getChosenSkillListList

      List<Integer> getChosenSkillListList()
      repeated uint32 chosen_skill_list = 3;
      Returns:
      A list containing the chosenSkillList.
    • getChosenSkillListCount

      int getChosenSkillListCount()
      repeated uint32 chosen_skill_list = 3;
      Returns:
      The count of chosenSkillList.
    • getChosenSkillList

      int getChosenSkillList(int index)
      repeated uint32 chosen_skill_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The chosenSkillList at the given index.
    • getChosenAvatarListList

      List<Integer> getChosenAvatarListList()
      repeated uint32 chosen_avatar_list = 12;
      Returns:
      A list containing the chosenAvatarList.
    • getChosenAvatarListCount

      int getChosenAvatarListCount()
      repeated uint32 chosen_avatar_list = 12;
      Returns:
      The count of chosenAvatarList.
    • getChosenAvatarList

      int getChosenAvatarList(int index)
      repeated uint32 chosen_avatar_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The chosenAvatarList at the given index.
    • getMaxScore

      int getMaxScore()
      uint32 max_score = 2;
      Returns:
      The maxScore.
    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 8;
      Returns:
      The isFinish.
    • getLevelId

      int getLevelId()
      uint32 level_id = 7;
      Returns:
      The levelId.