Package emu.grasscutter.net.proto
Interface GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGChallengeDataOuterClass.GCGChallengeData,GCGChallengeDataOuterClass.GCGChallengeData.Builder
- Enclosing class:
- GCGChallengeDataOuterClass
public static interface GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 1;intuint32 challenge_type = 2;intgetParamList(int index) repeated uint32 param_list = 3;intrepeated uint32 param_list = 3;repeated uint32 param_list = 3;intuint32 progress = 4;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 = 1;- Returns:
- The challengeId.
-
getChallengeType
int getChallengeType()uint32 challenge_type = 2;- Returns:
- The challengeType.
-
getParamListList
repeated uint32 param_list = 3;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 3;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getProgress
int getProgress()uint32 progress = 4;- Returns:
- The progress.
-