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 = 6;intuint32 finished_mission_num = 5;booleanbool is_open = 2;intuint32 open_time = 1;intuint32 progress = 12;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 = 1;- Returns:
- The openTime.
-
getProgress
int getProgress()uint32 progress = 12;- Returns:
- The progress.
-
getChapterId
int getChapterId()uint32 chapter_id = 6;- Returns:
- The chapterId.
-
getFinishedMissionNum
int getFinishedMissionNum()uint32 finished_mission_num = 5;- Returns:
- The finishedMissionNum.
-
getIsOpen
boolean getIsOpen()bool is_open = 2;- Returns:
- The isOpen.
-