Package emu.grasscutter.net.proto
Interface WorldRoutineInfoOuterClass.WorldRoutineInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorldRoutineInfoOuterClass.WorldRoutineInfo,WorldRoutineInfoOuterClass.WorldRoutineInfo.Builder
- Enclosing class:
- WorldRoutineInfoOuterClass
public static interface WorldRoutineInfoOuterClass.WorldRoutineInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 finish_progress = 1;booleanbool is_finished = 15;intuint32 progress = 7;intuint32 routine_id = 10;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
-
getFinishProgress
int getFinishProgress()uint32 finish_progress = 1;- Returns:
- The finishProgress.
-
getRoutineId
int getRoutineId()uint32 routine_id = 10;- Returns:
- The routineId.
-
getProgress
int getProgress()uint32 progress = 7;- Returns:
- The progress.
-
getIsFinished
boolean getIsFinished()bool is_finished = 15;- Returns:
- The isFinished.
-