Package emu.grasscutter.net.proto
Interface DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotify,DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotify.Builder
- Enclosing class:
- DungeonChallengeBeginNotifyOuterClass
public static interface DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 7;intuint32 challenge_index = 3;intuint32 father_index = 13;intuint32 group_id = 15;intgetParamList(int index) repeated uint32 param_list = 2;intrepeated uint32 param_list = 2;repeated uint32 param_list = 2;intgetUidList(int index) repeated uint32 uid_list = 8;intrepeated uint32 uid_list = 8;repeated uint32 uid_list = 8;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
-
getChallengeIndex
int getChallengeIndex()uint32 challenge_index = 3;- Returns:
- The challengeIndex.
-
getFatherIndex
int getFatherIndex()uint32 father_index = 13;- Returns:
- The fatherIndex.
-
getGroupId
int getGroupId()uint32 group_id = 15;- Returns:
- The groupId.
-
getUidListList
repeated uint32 uid_list = 8;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 8;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 7;- Returns:
- The challengeId.
-
getParamListList
repeated uint32 param_list = 2;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 2;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-