Package emu.grasscutter.net.proto
Interface WatcherEventNotifyOuterClass.WatcherEventNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatcherEventNotifyOuterClass.WatcherEventNotify,WatcherEventNotifyOuterClass.WatcherEventNotify.Builder
- Enclosing class:
- WatcherEventNotifyOuterClass
public static interface WatcherEventNotifyOuterClass.WatcherEventNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_progress = 2;intuint32 watcher_id = 14;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
-
getAddProgress
int getAddProgress()uint32 add_progress = 2;- Returns:
- The addProgress.
-
getWatcherId
int getWatcherId()uint32 watcher_id = 14;- Returns:
- The watcherId.
-