Package emu.grasscutter.net.proto
Interface HomeGetFishFarmingInfoRspOuterClass.HomeGetFishFarmingInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeGetFishFarmingInfoRspOuterClass.HomeGetFishFarmingInfoRsp,HomeGetFishFarmingInfoRspOuterClass.HomeGetFishFarmingInfoRsp.Builder
- Enclosing class:
- HomeGetFishFarmingInfoRspOuterClass
public static interface HomeGetFishFarmingInfoRspOuterClass.HomeGetFishFarmingInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFishFarmingInfoList(int index) repeated .HomeFishFarmingInfo fish_farming_info_list = 12;intrepeated .HomeFishFarmingInfo fish_farming_info_list = 12;repeated .HomeFishFarmingInfo fish_farming_info_list = 12;getFishFarmingInfoListOrBuilder(int index) repeated .HomeFishFarmingInfo fish_farming_info_list = 12;repeated .HomeFishFarmingInfo fish_farming_info_list = 12;intint32 retcode = 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
-
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-
getFishFarmingInfoListList
List<HomeFishFarmingInfoOuterClass.HomeFishFarmingInfo> getFishFarmingInfoListList()repeated .HomeFishFarmingInfo fish_farming_info_list = 12; -
getFishFarmingInfoList
repeated .HomeFishFarmingInfo fish_farming_info_list = 12; -
getFishFarmingInfoListCount
int getFishFarmingInfoListCount()repeated .HomeFishFarmingInfo fish_farming_info_list = 12; -
getFishFarmingInfoListOrBuilderList
List<? extends HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder> getFishFarmingInfoListOrBuilderList()repeated .HomeFishFarmingInfo fish_farming_info_list = 12; -
getFishFarmingInfoListOrBuilder
HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder getFishFarmingInfoListOrBuilder(int index) repeated .HomeFishFarmingInfo fish_farming_info_list = 12;
-