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