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