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