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 = 1;intuint32 BHJHCPLKIMJ = 5;intuint32 challenge_id = 9;intuint32 challenge_max_score = 11;intuint32 day_index = 4;intuint32 EJIHDCNMFEE = 10;booleanbool is_first_pass_reward_taken = 3;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
-
getChallengeMaxScore
int getChallengeMaxScore()uint32 challenge_max_score = 11;- Returns:
- The challengeMaxScore.
-
getEJIHDCNMFEE
int getEJIHDCNMFEE()uint32 EJIHDCNMFEE = 10;- Returns:
- The eJIHDCNMFEE.
-
getBeginTime
int getBeginTime()uint32 begin_time = 1;- Returns:
- The beginTime.
-
getDayIndex
int getDayIndex()uint32 day_index = 4;- Returns:
- The dayIndex.
-
getIsFirstPassRewardTaken
boolean getIsFirstPassRewardTaken()bool is_first_pass_reward_taken = 3;- Returns:
- The isFirstPassRewardTaken.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 9;- Returns:
- The challengeId.
-
getBHJHCPLKIMJ
int getBHJHCPLKIMJ()uint32 BHJHCPLKIMJ = 5;- Returns:
- The bHJHCPLKIMJ.
-