Interface SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReqOrBuilder

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

public static interface SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 chosen_avatar_list = 5;
    int
    repeated uint32 chosen_avatar_list = 5;
    repeated uint32 chosen_avatar_list = 5;
    int
    getChosenSkillList(int index)
    repeated uint32 chosen_skill_list = 12;
    int
    repeated uint32 chosen_skill_list = 12;
    repeated uint32 chosen_skill_list = 12;
    boolean
    bool is_dungeon = 13;
    int
    uint32 level_id = 8;

    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

    • getIsDungeon

      boolean getIsDungeon()
      bool is_dungeon = 13;
      Returns:
      The isDungeon.
    • getLevelId

      int getLevelId()
      uint32 level_id = 8;
      Returns:
      The levelId.
    • getChosenSkillListList

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

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

      int getChosenSkillList(int index)
      repeated uint32 chosen_skill_list = 12;
      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 = 5;
      Returns:
      A list containing the chosenAvatarList.
    • getChosenAvatarListCount

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

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