Package emu.grasscutter.net.proto
Interface CoopChapterUpdateNotifyOuterClass.CoopChapterUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopChapterUpdateNotifyOuterClass.CoopChapterUpdateNotify,CoopChapterUpdateNotifyOuterClass.CoopChapterUpdateNotify.Builder
- Enclosing class:
- CoopChapterUpdateNotifyOuterClass
public static interface CoopChapterUpdateNotifyOuterClass.CoopChapterUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChapterList(int index) repeated .CoopChapter chapter_list = 4;intrepeated .CoopChapter chapter_list = 4;repeated .CoopChapter chapter_list = 4;getChapterListOrBuilder(int index) repeated .CoopChapter chapter_list = 4;List<? extends CoopChapterOuterClass.CoopChapterOrBuilder>repeated .CoopChapter chapter_list = 4;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
-
getChapterListList
List<CoopChapterOuterClass.CoopChapter> getChapterListList()repeated .CoopChapter chapter_list = 4; -
getChapterList
repeated .CoopChapter chapter_list = 4; -
getChapterListCount
int getChapterListCount()repeated .CoopChapter chapter_list = 4; -
getChapterListOrBuilderList
List<? extends CoopChapterOuterClass.CoopChapterOrBuilder> getChapterListOrBuilderList()repeated .CoopChapter chapter_list = 4; -
getChapterListOrBuilder
repeated .CoopChapter chapter_list = 4;
-