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