Package emu.grasscutter.net.proto
Interface EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo,EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfo.Builder
- Enclosing class:
- EffigyChallengeDungeonResultInfoOuterClass
public static interface EffigyChallengeDungeonResultInfoOuterClass.EffigyChallengeDungeonResultInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 11;intuint32 challenge_max_score = 10;intuint32 challenge_score = 9;booleanbool is_in_time_limit = 1;booleanbool is_success = 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
-
getChallengeMaxScore
int getChallengeMaxScore()uint32 challenge_max_score = 10;- Returns:
- The challengeMaxScore.
-
getIsInTimeLimit
boolean getIsInTimeLimit()bool is_in_time_limit = 1;- Returns:
- The isInTimeLimit.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 11;- Returns:
- The challengeId.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 5;- Returns:
- The isSuccess.
-
getChallengeScore
int getChallengeScore()uint32 challenge_score = 9;- Returns:
- The challengeScore.
-