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