Package emu.grasscutter.net.proto
Interface EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EffigyDailyInfoOuterClass.EffigyDailyInfo,EffigyDailyInfoOuterClass.EffigyDailyInfo.Builder
- Enclosing class:
- EffigyDailyInfoOuterClass
public static interface EffigyDailyInfoOuterClass.EffigyDailyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 begin_time = 8;intuint32 challenge_id = 6;intuint32 challenge_max_score = 12;intuint32 day_index = 9;booleanbool is_first_pass_reward_taken = 7;intuint32 Unk3300_NEBCDALEFEC = 11;intuint32 Unk3300_NNHICCGELHP = 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
-
getIsFirstPassRewardTaken
boolean getIsFirstPassRewardTaken()bool is_first_pass_reward_taken = 7;- Returns:
- The isFirstPassRewardTaken.
-
getUnk3300NNHICCGELHP
int getUnk3300NNHICCGELHP()uint32 Unk3300_NNHICCGELHP = 2;- Returns:
- The unk3300NNHICCGELHP.
-
getUnk3300NEBCDALEFEC
int getUnk3300NEBCDALEFEC()uint32 Unk3300_NEBCDALEFEC = 11;- Returns:
- The unk3300NEBCDALEFEC.
-
getChallengeMaxScore
int getChallengeMaxScore()uint32 challenge_max_score = 12;- Returns:
- The challengeMaxScore.
-
getBeginTime
int getBeginTime()uint32 begin_time = 8;- Returns:
- The beginTime.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 6;- Returns:
- The challengeId.
-
getDayIndex
int getDayIndex()uint32 day_index = 9;- Returns:
- The dayIndex.
-