Package emu.grasscutter.net.proto
Interface OneoffGatherPointDetectorDataNotifyOuterClass.OneoffGatherPointDetectorDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OneoffGatherPointDetectorDataNotifyOuterClass.OneoffGatherPointDetectorDataNotify,OneoffGatherPointDetectorDataNotifyOuterClass.OneoffGatherPointDetectorDataNotify.Builder
- Enclosing class:
- OneoffGatherPointDetectorDataNotifyOuterClass
public static interface OneoffGatherPointDetectorDataNotifyOuterClass.OneoffGatherPointDetectorDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOneoffGatherPointDetectorDataList(int index) repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;intrepeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;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
-
getOneoffGatherPointDetectorDataListList
List<OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorData> getOneoffGatherPointDetectorDataListList()repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2; -
getOneoffGatherPointDetectorDataList
OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorData getOneoffGatherPointDetectorDataList(int index) repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2; -
getOneoffGatherPointDetectorDataListCount
int getOneoffGatherPointDetectorDataListCount()repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2; -
getOneoffGatherPointDetectorDataListOrBuilderList
List<? extends OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder> getOneoffGatherPointDetectorDataListOrBuilderList()repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2; -
getOneoffGatherPointDetectorDataListOrBuilder
OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder getOneoffGatherPointDetectorDataListOrBuilder(int index) repeated .OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 2;
-