Package emu.grasscutter.net.proto
Interface CityReputationHuntInfoOuterClass.CityReputationHuntInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CityReputationHuntInfoOuterClass.CityReputationHuntInfo,CityReputationHuntInfoOuterClass.CityReputationHuntInfo.Builder
- Enclosing class:
- CityReputationHuntInfoOuterClass
public static interface CityReputationHuntInfoOuterClass.CityReputationHuntInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_week_finish_num = 1;booleanbool has_reward = 15;booleanbool is_open = 7;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
-
getCurWeekFinishNum
int getCurWeekFinishNum()uint32 cur_week_finish_num = 1;- Returns:
- The curWeekFinishNum.
-
getIsOpen
boolean getIsOpen()bool is_open = 7;- Returns:
- The isOpen.
-
getHasReward
boolean getHasReward()bool has_reward = 15;- Returns:
- The hasReward.
-