Package emu.grasscutter.net.proto
Interface BounceConjuringActivityDetailInfoOuterClass.BounceConjuringActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BounceConjuringActivityDetailInfoOuterClass.BounceConjuringActivityDetailInfo,BounceConjuringActivityDetailInfoOuterClass.BounceConjuringActivityDetailInfo.Builder
- Enclosing class:
- BounceConjuringActivityDetailInfoOuterClass
public static interface BounceConjuringActivityDetailInfoOuterClass.BounceConjuringActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChapterInfoList(int index) repeated .BounceConjuringChapterInfo chapter_info_list = 15;intrepeated .BounceConjuringChapterInfo chapter_info_list = 15;repeated .BounceConjuringChapterInfo chapter_info_list = 15;getChapterInfoListOrBuilder(int index) repeated .BounceConjuringChapterInfo chapter_info_list = 15;repeated .BounceConjuringChapterInfo chapter_info_list = 15;intuint32 content_close_time = 2;booleanbool is_content_closed = 8;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
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 8;- Returns:
- The isContentClosed.
-
getChapterInfoListList
List<BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfo> getChapterInfoListList()repeated .BounceConjuringChapterInfo chapter_info_list = 15; -
getChapterInfoList
repeated .BounceConjuringChapterInfo chapter_info_list = 15; -
getChapterInfoListCount
int getChapterInfoListCount()repeated .BounceConjuringChapterInfo chapter_info_list = 15; -
getChapterInfoListOrBuilderList
List<? extends BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder> getChapterInfoListOrBuilderList()repeated .BounceConjuringChapterInfo chapter_info_list = 15; -
getChapterInfoListOrBuilder
BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder getChapterInfoListOrBuilder(int index) repeated .BounceConjuringChapterInfo chapter_info_list = 15; -
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 2;- Returns:
- The contentCloseTime.
-