Package emu.grasscutter.net.proto
Interface MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo,MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder
- Enclosing class:
- MultistageSettleWatcherInfoOuterClass
public static interface MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_progress = 6;booleanbool is_inverse = 3;intuint32 total_progress = 11;intuint32 watcher_id = 5;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
-
getIsInverse
boolean getIsInverse()bool is_inverse = 3;- Returns:
- The isInverse.
-
getCurProgress
int getCurProgress()uint32 cur_progress = 6;- Returns:
- The curProgress.
-
getWatcherId
int getWatcherId()uint32 watcher_id = 5;- Returns:
- The watcherId.
-
getTotalProgress
int getTotalProgress()uint32 total_progress = 11;- Returns:
- The totalProgress.
-