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