Package emu.grasscutter.net.proto
Interface GetHuntingOfferRewardReqOuterClass.GetHuntingOfferRewardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetHuntingOfferRewardReqOuterClass.GetHuntingOfferRewardReq,GetHuntingOfferRewardReqOuterClass.GetHuntingOfferRewardReq.Builder
- Enclosing class:
- GetHuntingOfferRewardReqOuterClass
public static interface GetHuntingOfferRewardReqOuterClass.GetHuntingOfferRewardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 8;.HuntingPair hunting_pair = 10;.HuntingPair hunting_pair = 10;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
-
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; -
getCityId
int getCityId()uint32 city_id = 8;- Returns:
- The cityId.
-