Package emu.grasscutter.net.proto
Interface DragonSpineChapterInfoOuterClass.DragonSpineChapterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo,DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo.Builder
- Enclosing class:
- DragonSpineChapterInfoOuterClass
public static interface DragonSpineChapterInfoOuterClass.DragonSpineChapterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 14;intuint32 finished_mission_num = 7;booleanbool is_open = 13;intuint32 open_time = 2;intuint32 progress = 6;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
-
getProgress
int getProgress()uint32 progress = 6;- Returns:
- The progress.
-
getChapterId
int getChapterId()uint32 chapter_id = 14;- Returns:
- The chapterId.
-
getIsOpen
boolean getIsOpen()bool is_open = 13;- Returns:
- The isOpen.
-
getOpenTime
int getOpenTime()uint32 open_time = 2;- Returns:
- The openTime.
-
getFinishedMissionNum
int getFinishedMissionNum()uint32 finished_mission_num = 7;- Returns:
- The finishedMissionNum.
-