Package emu.grasscutter.net.proto
Interface HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeFishFarmingInfoOuterClass.HomeFishFarmingInfo,HomeFishFarmingInfoOuterClass.HomeFishFarmingInfo.Builder
- Enclosing class:
- HomeFishFarmingInfoOuterClass
public static interface HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFishIdList(int index) repeated uint32 fish_id_list = 13;intrepeated uint32 fish_id_list = 13;repeated uint32 fish_id_list = 13;intuint32 fishpond_guid = 5;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
-
getFishIdListList
repeated uint32 fish_id_list = 13;- Returns:
- A list containing the fishIdList.
-
getFishIdListCount
int getFishIdListCount()repeated uint32 fish_id_list = 13;- Returns:
- The count of fishIdList.
-
getFishIdList
int getFishIdList(int index) repeated uint32 fish_id_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The fishIdList at the given index.
-
getFishpondGuid
int getFishpondGuid()uint32 fishpond_guid = 5;- Returns:
- The fishpondGuid.
-