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 = 6;intrepeated .BounceConjuringChapterInfo chapter_info_list = 6;repeated .BounceConjuringChapterInfo chapter_info_list = 6;getChapterInfoListOrBuilder(int index) repeated .BounceConjuringChapterInfo chapter_info_list = 6;repeated .BounceConjuringChapterInfo chapter_info_list = 6;intuint32 content_close_time = 2;booleanbool is_content_closed = 7;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
-
getChapterInfoListList
List<BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfo> getChapterInfoListList()repeated .BounceConjuringChapterInfo chapter_info_list = 6; -
getChapterInfoList
repeated .BounceConjuringChapterInfo chapter_info_list = 6; -
getChapterInfoListCount
int getChapterInfoListCount()repeated .BounceConjuringChapterInfo chapter_info_list = 6; -
getChapterInfoListOrBuilderList
List<? extends BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder> getChapterInfoListOrBuilderList()repeated .BounceConjuringChapterInfo chapter_info_list = 6; -
getChapterInfoListOrBuilder
BounceConjuringChapterInfoOuterClass.BounceConjuringChapterInfoOrBuilder getChapterInfoListOrBuilder(int index) repeated .BounceConjuringChapterInfo chapter_info_list = 6; -
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 2;- Returns:
- The contentCloseTime.
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 7;- Returns:
- The isContentClosed.
-