Package emu.grasscutter.net.proto
Interface DailyTaskInfoOuterClass.DailyTaskInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DailyTaskInfoOuterClass.DailyTaskInfo,DailyTaskInfoOuterClass.DailyTaskInfo.Builder
- Enclosing class:
- DailyTaskInfoOuterClass
public static interface DailyTaskInfoOuterClass.DailyTaskInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 daily_task_id = 6;intuint32 finish_progress = 5;booleanbool is_finished = 12;intuint32 progress = 11;intuint32 reward_id = 2;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
-
getIsFinished
boolean getIsFinished()bool is_finished = 12;- Returns:
- The isFinished.
-
getDailyTaskId
int getDailyTaskId()uint32 daily_task_id = 6;- Returns:
- The dailyTaskId.
-
getFinishProgress
int getFinishProgress()uint32 finish_progress = 5;- Returns:
- The finishProgress.
-
getProgress
int getProgress()uint32 progress = 11;- Returns:
- The progress.
-
getRewardId
int getRewardId()uint32 reward_id = 2;- Returns:
- The rewardId.
-