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 = 8;intuint32 challenge_index = 4;intuint32 father_index = 10;intuint32 group_id = 7;intgetParamList(int index) repeated uint32 param_list = 12;intrepeated uint32 param_list = 12;repeated uint32 param_list = 12;intgetUidList(int index) repeated uint32 uid_list = 13;intrepeated uint32 uid_list = 13;repeated uint32 uid_list = 13;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
-
getChallengeId
int getChallengeId()uint32 challenge_id = 8;- Returns:
- The challengeId.
-
getFatherIndex
int getFatherIndex()uint32 father_index = 10;- Returns:
- The fatherIndex.
-
getUidListList
repeated uint32 uid_list = 13;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 13;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
getGroupId
int getGroupId()uint32 group_id = 7;- Returns:
- The groupId.
-
getParamListList
repeated uint32 param_list = 12;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 12;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getChallengeIndex
int getChallengeIndex()uint32 challenge_index = 4;- Returns:
- The challengeIndex.
-