Package emu.grasscutter.net.proto
Interface BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfo,BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfo.Builder
- Enclosing class:
- BounceConjuringChapterInfoOuterClass
public static interface BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 best_score = 7;intuint32 chapter_id = 4;intuint32 open_time = 9;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
-
getOpenTime
int getOpenTime()uint32 open_time = 9;- Returns:
- The openTime.
-
getChapterId
int getChapterId()uint32 chapter_id = 4;- Returns:
- The chapterId.
-
getBestScore
int getBestScore()uint32 best_score = 7;- Returns:
- The bestScore.
-