Package emu.grasscutter.net.proto
Interface ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotify,ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotify.Builder
- Enclosing class:
- ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass
public static interface ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_score = 3;intgetConditionIdList(int index) repeated uint32 condition_id_list = 8;intrepeated uint32 condition_id_list = 8;repeated uint32 condition_id_list = 8;intuint32 difficulty_id = 13;intuint32 dungeon_index = 10;intgetSchemeBuffIdList(int index) repeated uint32 scheme_buff_id_list = 6;intrepeated uint32 scheme_buff_id_list = 6;repeated uint32 scheme_buff_id_list = 6;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
-
getSchemeBuffIdListList
repeated uint32 scheme_buff_id_list = 6;- Returns:
- A list containing the schemeBuffIdList.
-
getSchemeBuffIdListCount
int getSchemeBuffIdListCount()repeated uint32 scheme_buff_id_list = 6;- Returns:
- The count of schemeBuffIdList.
-
getSchemeBuffIdList
int getSchemeBuffIdList(int index) repeated uint32 scheme_buff_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The schemeBuffIdList at the given index.
-
getDungeonIndex
int getDungeonIndex()uint32 dungeon_index = 10;- Returns:
- The dungeonIndex.
-
getConditionIdListList
repeated uint32 condition_id_list = 8;- Returns:
- A list containing the conditionIdList.
-
getConditionIdListCount
int getConditionIdListCount()repeated uint32 condition_id_list = 8;- Returns:
- The count of conditionIdList.
-
getConditionIdList
int getConditionIdList(int index) repeated uint32 condition_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The conditionIdList at the given index.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 13;- Returns:
- The difficultyId.
-
getChallengeScore
int getChallengeScore()uint32 challenge_score = 3;- Returns:
- The challengeScore.
-