Package emu.grasscutter.net.proto
Interface StartFishingReqOuterClass.StartFishingReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartFishingReqOuterClass.StartFishingReq,StartFishingReqOuterClass.StartFishingReq.Builder
- Enclosing class:
- StartFishingReqOuterClass
public static interface StartFishingReqOuterClass.StartFishingReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 fish_pool_id = 2;intuint32 rod_entity_id = 6;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 = 2;- Returns:
- The fishPoolId.
-
getRodEntityId
int getRodEntityId()uint32 rod_entity_id = 6;- Returns:
- The rodEntityId.
-