Package emu.grasscutter.net.proto
Interface CheckSegmentCRCNotifyOuterClass.CheckSegmentCRCNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckSegmentCRCNotifyOuterClass.CheckSegmentCRCNotify,CheckSegmentCRCNotifyOuterClass.CheckSegmentCRCNotify.Builder
- Enclosing class:
- CheckSegmentCRCNotifyOuterClass
public static interface CheckSegmentCRCNotifyOuterClass.CheckSegmentCRCNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .SegmentInfo info_list = 6;intrepeated .SegmentInfo info_list = 6;repeated .SegmentInfo info_list = 6;getInfoListOrBuilder(int index) repeated .SegmentInfo info_list = 6;List<? extends SegmentInfoOuterClass.SegmentInfoOrBuilder>repeated .SegmentInfo info_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
-
getInfoListList
List<SegmentInfoOuterClass.SegmentInfo> getInfoListList()repeated .SegmentInfo info_list = 6; -
getInfoList
repeated .SegmentInfo info_list = 6; -
getInfoListCount
int getInfoListCount()repeated .SegmentInfo info_list = 6; -
getInfoListOrBuilderList
List<? extends SegmentInfoOuterClass.SegmentInfoOrBuilder> getInfoListOrBuilderList()repeated .SegmentInfo info_list = 6; -
getInfoListOrBuilder
repeated .SegmentInfo info_list = 6;
-