Package emu.grasscutter.net.proto
Interface ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityWatcherInfoOuterClass.ActivityWatcherInfo,ActivityWatcherInfoOuterClass.ActivityWatcherInfo.Builder
- Enclosing class:
- ActivityWatcherInfoOuterClass
public static interface ActivityWatcherInfoOuterClass.ActivityWatcherInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_progress = 8;booleanbool is_taken_reward = 2;intuint32 total_progress = 1;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
-
getIsTakenReward
boolean getIsTakenReward()bool is_taken_reward = 2;- Returns:
- The isTakenReward.
-
getTotalProgress
int getTotalProgress()uint32 total_progress = 1;- Returns:
- The totalProgress.
-
getCurProgress
int getCurProgress()uint32 cur_progress = 8;- Returns:
- The curProgress.
-
getWatcherId
int getWatcherId()uint32 watcher_id = 14;- Returns:
- The watcherId.
-