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 = 2;intuint32 finish_progress = 4;booleanbool is_finished = 15;intuint32 progress = 3;intuint32 reward_id = 12;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
-
getDailyTaskId
int getDailyTaskId()uint32 daily_task_id = 2;- Returns:
- The dailyTaskId.
-
getIsFinished
boolean getIsFinished()bool is_finished = 15;- Returns:
- The isFinished.
-
getRewardId
int getRewardId()uint32 reward_id = 12;- Returns:
- The rewardId.
-
getProgress
int getProgress()uint32 progress = 3;- Returns:
- The progress.
-
getFinishProgress
int getFinishProgress()uint32 finish_progress = 4;- Returns:
- The finishProgress.
-