Package emu.grasscutter.net.proto
Interface CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData,CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder
- Enclosing class:
- CataLogGlobalWatcherFinishedDataOuterClass
public static interface CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 catalog_type = 2;intgetFinishedGlobalWatcherList(int index) repeated uint32 finished_global_watcher_list = 15;intrepeated uint32 finished_global_watcher_list = 15;repeated uint32 finished_global_watcher_list = 15;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
-
getFinishedGlobalWatcherListList
repeated uint32 finished_global_watcher_list = 15;- Returns:
- A list containing the finishedGlobalWatcherList.
-
getFinishedGlobalWatcherListCount
int getFinishedGlobalWatcherListCount()repeated uint32 finished_global_watcher_list = 15;- Returns:
- The count of finishedGlobalWatcherList.
-
getFinishedGlobalWatcherList
int getFinishedGlobalWatcherList(int index) repeated uint32 finished_global_watcher_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The finishedGlobalWatcherList at the given index.
-
getCatalogType
int getCatalogType()uint32 catalog_type = 2;- Returns:
- The catalogType.
-