Package emu.grasscutter.net.proto
Interface SceneGalleryCharAmusementInfoOuterClass.SceneGalleryCharAmusementInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryCharAmusementInfoOuterClass.SceneGalleryCharAmusementInfo,SceneGalleryCharAmusementInfoOuterClass.SceneGalleryCharAmusementInfo.Builder
- Enclosing class:
- SceneGalleryCharAmusementInfoOuterClass
public static interface SceneGalleryCharAmusementInfoOuterClass.SceneGalleryCharAmusementInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_score = 9;booleanbool is_finish = 14;booleanbool is_last_level = 10;booleanbool is_success = 13;intuint32 max_score = 11;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
-
getIsSuccess
boolean getIsSuccess()bool is_success = 13;- Returns:
- The isSuccess.
-
getMaxScore
int getMaxScore()uint32 max_score = 11;- Returns:
- The maxScore.
-
getCurScore
int getCurScore()uint32 cur_score = 9;- Returns:
- The curScore.
-
getIsLastLevel
boolean getIsLastLevel()bool is_last_level = 10;- Returns:
- The isLastLevel.
-
getIsFinish
boolean getIsFinish()bool is_finish = 14;- Returns:
- The isFinish.
-