Package emu.grasscutter.net.proto
Interface SelectEffigyChallengeConditionReqOuterClass.SelectEffigyChallengeConditionReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SelectEffigyChallengeConditionReqOuterClass.SelectEffigyChallengeConditionReq,SelectEffigyChallengeConditionReqOuterClass.SelectEffigyChallengeConditionReq.Builder
- Enclosing class:
- SelectEffigyChallengeConditionReqOuterClass
public static interface SelectEffigyChallengeConditionReqOuterClass.SelectEffigyChallengeConditionReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 6;intgetConditionIdList(int index) repeated uint32 condition_id_list = 1;intrepeated uint32 condition_id_list = 1;repeated uint32 condition_id_list = 1;intuint32 difficulty_id = 11;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 = 6;- Returns:
- The challengeId.
-
getConditionIdListList
repeated uint32 condition_id_list = 1;- Returns:
- A list containing the conditionIdList.
-
getConditionIdListCount
int getConditionIdListCount()repeated uint32 condition_id_list = 1;- Returns:
- The count of conditionIdList.
-
getConditionIdList
int getConditionIdList(int index) repeated uint32 condition_id_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The conditionIdList at the given index.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 11;- Returns:
- The difficultyId.
-