Package emu.grasscutter.net.proto
Interface TakeHuntingOfferReqOuterClass.TakeHuntingOfferReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeHuntingOfferReqOuterClass.TakeHuntingOfferReq,TakeHuntingOfferReqOuterClass.TakeHuntingOfferReq.Builder
- Enclosing class:
- TakeHuntingOfferReqOuterClass
public static interface TakeHuntingOfferReqOuterClass.TakeHuntingOfferReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 1;.HuntingPair hunting_pair = 12;.HuntingPair hunting_pair = 12;boolean.HuntingPair hunting_pair = 12;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 = 1;- Returns:
- The cityId.
-
hasHuntingPair
boolean hasHuntingPair().HuntingPair hunting_pair = 12;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 12;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 12;
-