Package emu.grasscutter.net.proto
Interface GetCityHuntingOfferRspOuterClass.GetCityHuntingOfferRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCityHuntingOfferRspOuterClass.GetCityHuntingOfferRsp,GetCityHuntingOfferRspOuterClass.GetCityHuntingOfferRsp.Builder
- Enclosing class:
- GetCityHuntingOfferRspOuterClass
public static interface GetCityHuntingOfferRspOuterClass.GetCityHuntingOfferRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 12;intuint32 cur_week_finished_count = 1;getHuntingOfferList(int index) repeated .HuntingOfferData hunting_offer_list = 2;intrepeated .HuntingOfferData hunting_offer_list = 2;repeated .HuntingOfferData hunting_offer_list = 2;getHuntingOfferListOrBuilder(int index) repeated .HuntingOfferData hunting_offer_list = 2;repeated .HuntingOfferData hunting_offer_list = 2;intuint32 next_refresh_time = 5;.HuntingPair ongoing_hunting_pair = 15;.HuntingPair ongoing_hunting_pair = 15;intint32 retcode = 9;boolean.HuntingPair ongoing_hunting_pair = 15;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
-
getHuntingOfferListList
List<HuntingOfferDataOuterClass.HuntingOfferData> getHuntingOfferListList()repeated .HuntingOfferData hunting_offer_list = 2; -
getHuntingOfferList
repeated .HuntingOfferData hunting_offer_list = 2; -
getHuntingOfferListCount
int getHuntingOfferListCount()repeated .HuntingOfferData hunting_offer_list = 2; -
getHuntingOfferListOrBuilderList
List<? extends HuntingOfferDataOuterClass.HuntingOfferDataOrBuilder> getHuntingOfferListOrBuilderList()repeated .HuntingOfferData hunting_offer_list = 2; -
getHuntingOfferListOrBuilder
repeated .HuntingOfferData hunting_offer_list = 2; -
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getCurWeekFinishedCount
int getCurWeekFinishedCount()uint32 cur_week_finished_count = 1;- Returns:
- The curWeekFinishedCount.
-
hasOngoingHuntingPair
boolean hasOngoingHuntingPair().HuntingPair ongoing_hunting_pair = 15;- Returns:
- Whether the ongoingHuntingPair field is set.
-
getOngoingHuntingPair
HuntingPairOuterClass.HuntingPair getOngoingHuntingPair().HuntingPair ongoing_hunting_pair = 15;- Returns:
- The ongoingHuntingPair.
-
getOngoingHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getOngoingHuntingPairOrBuilder().HuntingPair ongoing_hunting_pair = 15; -
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 5;- Returns:
- The nextRefreshTime.
-
getCityId
int getCityId()uint32 city_id = 12;- Returns:
- The cityId.
-