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 = 1;booleanbool is_taken_reward = 12;intuint32 total_progress = 13;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
-
getWatcherId
int getWatcherId()uint32 watcher_id = 14;- Returns:
- The watcherId.
-
getCurProgress
int getCurProgress()uint32 cur_progress = 1;- Returns:
- The curProgress.
-
getTotalProgress
int getTotalProgress()uint32 total_progress = 13;- Returns:
- The totalProgress.
-
getIsTakenReward
boolean getIsTakenReward()bool is_taken_reward = 12;- Returns:
- The isTakenReward.
-