Package emu.grasscutter.net.proto
Interface GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRsp,GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRsp.Builder
- Enclosing class:
- GetHuntingOfferRewardRspOuterClass
public static interface GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 3;.HuntingPair hunting_pair = 10;.HuntingPair hunting_pair = 10;intint32 retcode = 1;boolean.HuntingPair hunting_pair = 10;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
-
getCityId
int getCityId()uint32 city_id = 3;- Returns:
- The cityId.
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
hasHuntingPair
boolean hasHuntingPair().HuntingPair hunting_pair = 10;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 10;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 10;
-