Package emu.grasscutter.net.proto
Interface DragonSpineChapterProgressChangeNotifyOuterClass.DragonSpineChapterProgressChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DragonSpineChapterProgressChangeNotifyOuterClass.DragonSpineChapterProgressChangeNotify,DragonSpineChapterProgressChangeNotifyOuterClass.DragonSpineChapterProgressChangeNotify.Builder
- Enclosing class:
- DragonSpineChapterProgressChangeNotifyOuterClass
public static interface DragonSpineChapterProgressChangeNotifyOuterClass.DragonSpineChapterProgressChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 9;intuint32 cur_progress = 11;intuint32 schedule_id = 3;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
-
getChapterId
int getChapterId()uint32 chapter_id = 9;- Returns:
- The chapterId.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 3;- Returns:
- The scheduleId.
-
getCurProgress
int getCurProgress()uint32 cur_progress = 11;- Returns:
- The curProgress.
-