Package emu.grasscutter.net.proto
Interface CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify,CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.Builder
- Enclosing class:
- CataLogNewFinishedGlobalWatcherNotifyOuterClass
public static interface CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNewFinishedGlobalWatcherDataList(int index) repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;intrepeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;getNewFinishedGlobalWatcherDataListOrBuilder(int index) repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;List<? extends CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder>repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;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
-
getNewFinishedGlobalWatcherDataListList
List<CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData> getNewFinishedGlobalWatcherDataListList()repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11; -
getNewFinishedGlobalWatcherDataList
CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getNewFinishedGlobalWatcherDataList(int index) repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11; -
getNewFinishedGlobalWatcherDataListCount
int getNewFinishedGlobalWatcherDataListCount()repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11; -
getNewFinishedGlobalWatcherDataListOrBuilderList
List<? extends CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder> getNewFinishedGlobalWatcherDataListOrBuilderList()repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11; -
getNewFinishedGlobalWatcherDataListOrBuilder
CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getNewFinishedGlobalWatcherDataListOrBuilder(int index) repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 11;
-