Package emu.grasscutter.net.proto
Interface StartFishingRspOuterClass.StartFishingRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartFishingRspOuterClass.StartFishingRsp,StartFishingRspOuterClass.StartFishingRsp.Builder
- Enclosing class:
- StartFishingRspOuterClass
public static interface StartFishingRspOuterClass.StartFishingRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 fish_pool_id = 3;intint32 retcode = 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
-
getFishPoolId
int getFishPoolId()uint32 fish_pool_id = 3;- Returns:
- The fishPoolId.
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-