Package emu.grasscutter.net.proto
Interface ChannelerSlabEnterLoopDungeonRspOuterClass.ChannelerSlabEnterLoopDungeonRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabEnterLoopDungeonRspOuterClass.ChannelerSlabEnterLoopDungeonRsp,ChannelerSlabEnterLoopDungeonRspOuterClass.ChannelerSlabEnterLoopDungeonRsp.Builder
- Enclosing class:
- ChannelerSlabEnterLoopDungeonRspOuterClass
public static interface ChannelerSlabEnterLoopDungeonRspOuterClass.ChannelerSlabEnterLoopDungeonRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetConditionIdList(int index) repeated uint32 condition_id_list = 7;intrepeated uint32 condition_id_list = 7;repeated uint32 condition_id_list = 7;intuint32 difficulty_id = 8;intuint32 dungeon_index = 13;intuint32 point_id = 14;intint32 retcode = 9;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
-
getPointId
int getPointId()uint32 point_id = 14;- Returns:
- The pointId.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 8;- Returns:
- The difficultyId.
-
getDungeonIndex
int getDungeonIndex()uint32 dungeon_index = 13;- Returns:
- The dungeonIndex.
-
getConditionIdListList
repeated uint32 condition_id_list = 7;- Returns:
- A list containing the conditionIdList.
-
getConditionIdListCount
int getConditionIdListCount()repeated uint32 condition_id_list = 7;- Returns:
- The count of conditionIdList.
-
getConditionIdList
int getConditionIdList(int index) repeated uint32 condition_id_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The conditionIdList at the given index.
-