Package emu.grasscutter.net.proto
Interface ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify,ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotify.Builder
- Enclosing class:
- ActivityUpdateWatcherNotifyOuterClass
public static interface ActivityUpdateWatcherNotifyOuterClass.ActivityUpdateWatcherNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 activity_id = 15;.ActivityWatcherInfo watcher_info = 3;.ActivityWatcherInfo watcher_info = 3;boolean.ActivityWatcherInfo watcher_info = 3;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
-
getActivityId
int getActivityId()uint32 activity_id = 15;- Returns:
- The activityId.
-
hasWatcherInfo
boolean hasWatcherInfo().ActivityWatcherInfo watcher_info = 3;- Returns:
- Whether the watcherInfo field is set.
-
getWatcherInfo
ActivityWatcherInfoOuterClass.ActivityWatcherInfo getWatcherInfo().ActivityWatcherInfo watcher_info = 3;- Returns:
- The watcherInfo.
-
getWatcherInfoOrBuilder
ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder getWatcherInfoOrBuilder().ActivityWatcherInfo watcher_info = 3;
-