Package emu.grasscutter.net.proto
Interface HuntingGiveUpRspOuterClass.HuntingGiveUpRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingGiveUpRspOuterClass.HuntingGiveUpRsp,HuntingGiveUpRspOuterClass.HuntingGiveUpRsp.Builder
- Enclosing class:
- HuntingGiveUpRspOuterClass
public static interface HuntingGiveUpRspOuterClass.HuntingGiveUpRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.HuntingPair hunting_pair = 12;.HuntingPair hunting_pair = 12;intint32 retcode = 2;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
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
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;
-