Interface PotionEnterDungeonReqOuterClass.PotionEnterDungeonReqOrBuilder

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

public static interface PotionEnterDungeonReqOuterClass.PotionEnterDungeonReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLevelId

      int getLevelId()
      uint32 level_id = 6;
      Returns:
      The levelId.
    • getAvatarInfoListList

      repeated .PotionAvatarInfo avatar_info_list = 15;
    • getAvatarInfoList

      PotionAvatarInfoOuterClass.PotionAvatarInfo getAvatarInfoList(int index)
      repeated .PotionAvatarInfo avatar_info_list = 15;
    • getAvatarInfoListCount

      int getAvatarInfoListCount()
      repeated .PotionAvatarInfo avatar_info_list = 15;
    • getAvatarInfoListOrBuilderList

      List<? extends PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder> getAvatarInfoListOrBuilderList()
      repeated .PotionAvatarInfo avatar_info_list = 15;
    • getAvatarInfoListOrBuilder

      PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder getAvatarInfoListOrBuilder(int index)
      repeated .PotionAvatarInfo avatar_info_list = 15;
    • getModeId

      int getModeId()
      uint32 mode_id = 10;
      Returns:
      The modeId.
    • getBuffIdListList

      List<Integer> getBuffIdListList()
      repeated uint32 buff_id_list = 9;
      Returns:
      A list containing the buffIdList.
    • getBuffIdListCount

      int getBuffIdListCount()
      repeated uint32 buff_id_list = 9;
      Returns:
      The count of buffIdList.
    • getBuffIdList

      int getBuffIdList(int index)
      repeated uint32 buff_id_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The buffIdList at the given index.
    • getStageId

      int getStageId()
      uint32 stage_id = 2;
      Returns:
      The stageId.