Package emu.grasscutter.net.proto
Interface EffigyChallengeResultNotifyOuterClass.EffigyChallengeResultNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EffigyChallengeResultNotifyOuterClass.EffigyChallengeResultNotify,EffigyChallengeResultNotifyOuterClass.EffigyChallengeResultNotify.Builder
- Enclosing class:
- EffigyChallengeResultNotifyOuterClass
public static interface EffigyChallengeResultNotifyOuterClass.EffigyChallengeResultNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 13;intuint32 challenge_max_score = 6;intuint32 challenge_score = 8;booleanbool is_success = 4;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
-
getChallengeScore
int getChallengeScore()uint32 challenge_score = 8;- Returns:
- The challengeScore.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 4;- Returns:
- The isSuccess.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 13;- Returns:
- The challengeId.
-
getChallengeMaxScore
int getChallengeMaxScore()uint32 challenge_max_score = 6;- Returns:
- The challengeMaxScore.
-