Package emu.grasscutter.net.proto
Interface WatcherChangeNotifyOuterClass.WatcherChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatcherChangeNotifyOuterClass.WatcherChangeNotify,WatcherChangeNotifyOuterClass.WatcherChangeNotify.Builder
- Enclosing class:
- WatcherChangeNotifyOuterClass
public static interface WatcherChangeNotifyOuterClass.WatcherChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetNewWatcherList(int index) repeated uint32 new_watcher_list = 5;intrepeated uint32 new_watcher_list = 5;repeated uint32 new_watcher_list = 5;intgetRemovedWatcherList(int index) repeated uint32 removed_watcher_list = 10;intrepeated uint32 removed_watcher_list = 10;repeated uint32 removed_watcher_list = 10;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
-
getRemovedWatcherListList
repeated uint32 removed_watcher_list = 10;- Returns:
- A list containing the removedWatcherList.
-
getRemovedWatcherListCount
int getRemovedWatcherListCount()repeated uint32 removed_watcher_list = 10;- Returns:
- The count of removedWatcherList.
-
getRemovedWatcherList
int getRemovedWatcherList(int index) repeated uint32 removed_watcher_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The removedWatcherList at the given index.
-
getNewWatcherListList
repeated uint32 new_watcher_list = 5;- Returns:
- A list containing the newWatcherList.
-
getNewWatcherListCount
int getNewWatcherListCount()repeated uint32 new_watcher_list = 5;- Returns:
- The count of newWatcherList.
-
getNewWatcherList
int getNewWatcherList(int index) repeated uint32 new_watcher_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The newWatcherList at the given index.
-