Package emu.grasscutter.net.proto
Interface CoopDataNotifyOuterClass.CoopDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopDataNotifyOuterClass.CoopDataNotify,CoopDataNotifyOuterClass.CoopDataNotify.Builder
- Enclosing class:
- CoopDataNotifyOuterClass
public static interface CoopDataNotifyOuterClass.CoopDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChapterList(int index) repeated .CoopChapter chapter_list = 3;intrepeated .CoopChapter chapter_list = 3;repeated .CoopChapter chapter_list = 3;getChapterListOrBuilder(int index) repeated .CoopChapter chapter_list = 3;List<? extends CoopChapterOuterClass.CoopChapterOrBuilder>repeated .CoopChapter chapter_list = 3;intuint32 cur_coop_point = 1;booleanbool is_have_progress = 11;intgetViewedChapterList(int index) repeated uint32 viewed_chapter_list = 6;intrepeated uint32 viewed_chapter_list = 6;repeated uint32 viewed_chapter_list = 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
-
getIsHaveProgress
boolean getIsHaveProgress()bool is_have_progress = 11;- Returns:
- The isHaveProgress.
-
getCurCoopPoint
int getCurCoopPoint()uint32 cur_coop_point = 1;- Returns:
- The curCoopPoint.
-
getViewedChapterListList
repeated uint32 viewed_chapter_list = 6;- Returns:
- A list containing the viewedChapterList.
-
getViewedChapterListCount
int getViewedChapterListCount()repeated uint32 viewed_chapter_list = 6;- Returns:
- The count of viewedChapterList.
-
getViewedChapterList
int getViewedChapterList(int index) repeated uint32 viewed_chapter_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The viewedChapterList at the given index.
-
getChapterListList
List<CoopChapterOuterClass.CoopChapter> getChapterListList()repeated .CoopChapter chapter_list = 3; -
getChapterList
repeated .CoopChapter chapter_list = 3; -
getChapterListCount
int getChapterListCount()repeated .CoopChapter chapter_list = 3; -
getChapterListOrBuilderList
List<? extends CoopChapterOuterClass.CoopChapterOrBuilder> getChapterListOrBuilderList()repeated .CoopChapter chapter_list = 3; -
getChapterListOrBuilder
repeated .CoopChapter chapter_list = 3;
-