Package emu.grasscutter.net.proto
Interface WatcherAllDataNotifyOuterClass.WatcherAllDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatcherAllDataNotifyOuterClass.WatcherAllDataNotify,WatcherAllDataNotifyOuterClass.WatcherAllDataNotify.Builder
- Enclosing class:
- WatcherAllDataNotifyOuterClass
public static interface WatcherAllDataNotifyOuterClass.WatcherAllDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetWatcherList(int index) repeated uint32 watcher_list = 13;intrepeated uint32 watcher_list = 13;repeated uint32 watcher_list = 13;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
-
getWatcherListList
repeated uint32 watcher_list = 13;- Returns:
- A list containing the watcherList.
-
getWatcherListCount
int getWatcherListCount()repeated uint32 watcher_list = 13;- Returns:
- The count of watcherList.
-
getWatcherList
int getWatcherList(int index) repeated uint32 watcher_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The watcherList at the given index.
-