Package emu.grasscutter.net.proto
Interface HomeScenePointFishFarmingInfoNotifyOuterClass.HomeScenePointFishFarmingInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeScenePointFishFarmingInfoNotifyOuterClass.HomeScenePointFishFarmingInfoNotify,HomeScenePointFishFarmingInfoNotifyOuterClass.HomeScenePointFishFarmingInfoNotify.Builder
- Enclosing class:
- HomeScenePointFishFarmingInfoNotifyOuterClass
public static interface HomeScenePointFishFarmingInfoNotifyOuterClass.HomeScenePointFishFarmingInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFishFarmingInfoList(int index) repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;intrepeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;getFishFarmingInfoListOrBuilder(int index) repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;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
-
getFishFarmingInfoListList
List<HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfo> getFishFarmingInfoListList()repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13; -
getFishFarmingInfoList
HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfo getFishFarmingInfoList(int index) repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13; -
getFishFarmingInfoListCount
int getFishFarmingInfoListCount()repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13; -
getFishFarmingInfoListOrBuilderList
List<? extends HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder> getFishFarmingInfoListOrBuilderList()repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13; -
getFishFarmingInfoListOrBuilder
HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder getFishFarmingInfoListOrBuilder(int index) repeated .HomeScenePointFishFarmingInfo fish_farming_info_list = 13;
-