Package emu.grasscutter.net.proto
Interface HuntingOfferDataOuterClass.HuntingOfferDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingOfferDataOuterClass.HuntingOfferData,HuntingOfferDataOuterClass.HuntingOfferData.Builder
- Enclosing class:
- HuntingOfferDataOuterClass
public static interface HuntingOfferDataOuterClass.HuntingOfferDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 city_id = 3;.HuntingPair hunting_pair = 15;.HuntingPair hunting_pair = 15;getState().HuntingOfferState state = 1;int.HuntingOfferState state = 1;boolean.HuntingPair 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
-
hasHuntingPair
boolean hasHuntingPair().HuntingPair hunting_pair = 15;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 15;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 15; -
getStateValue
int getStateValue().HuntingOfferState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
.HuntingOfferState state = 1;- Returns:
- The state.
-
getCityId
int getCityId()uint32 city_id = 3;- Returns:
- The cityId.
-