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