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