Package emu.grasscutter.net.proto
Interface CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify,CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.Builder
- Enclosing class:
- CataLogFinishedGlobalWatcherAllDataNotifyOuterClass
public static interface CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFinishedGlobalWatcherDataList(int index) repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7;intrepeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7;repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7;getFinishedGlobalWatcherDataListOrBuilder(int index) repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7;List<? extends CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder>repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 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
-
getFinishedGlobalWatcherDataListList
List<CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData> getFinishedGlobalWatcherDataListList()repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7; -
getFinishedGlobalWatcherDataList
CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getFinishedGlobalWatcherDataList(int index) repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7; -
getFinishedGlobalWatcherDataListCount
int getFinishedGlobalWatcherDataListCount()repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7; -
getFinishedGlobalWatcherDataListOrBuilderList
List<? extends CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder> getFinishedGlobalWatcherDataListOrBuilderList()repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7; -
getFinishedGlobalWatcherDataListOrBuilder
CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getFinishedGlobalWatcherDataListOrBuilder(int index) repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 7;
-