Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescriptiongetAvatarInfoList(int index) repeated .PotionAvatarInfo avatar_info_list = 15;intrepeated .PotionAvatarInfo avatar_info_list = 15;repeated .PotionAvatarInfo avatar_info_list = 15;getAvatarInfoListOrBuilder(int index) repeated .PotionAvatarInfo avatar_info_list = 15;repeated .PotionAvatarInfo avatar_info_list = 15;intgetBuffIdList(int index) repeated uint32 buff_id_list = 9;intrepeated uint32 buff_id_list = 9;repeated uint32 buff_id_list = 9;intuint32 level_id = 6;intuint32 mode_id = 10;intuint32 stage_id = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLevelId
int getLevelId()uint32 level_id = 6;- Returns:
- The levelId.
-
getAvatarInfoListList
List<PotionAvatarInfoOuterClass.PotionAvatarInfo> getAvatarInfoListList()repeated .PotionAvatarInfo avatar_info_list = 15; -
getAvatarInfoList
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
repeated .PotionAvatarInfo avatar_info_list = 15; -
getModeId
int getModeId()uint32 mode_id = 10;- Returns:
- The modeId.
-
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.
-