Package emu.grasscutter.net.proto
Interface FishPoolInfoOuterClass.FishPoolInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FishPoolInfoOuterClass.FishPoolInfo,FishPoolInfoOuterClass.FishPoolInfo.Builder
- Enclosing class:
- FishPoolInfoOuterClass
public static interface FishPoolInfoOuterClass.FishPoolInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFishAreaList(int index) repeated uint32 fish_area_list = 2;intrepeated uint32 fish_area_list = 2;repeated uint32 fish_area_list = 2;intuint32 pool_id = 1;intuint32 today_fish_num = 3;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
-
getPoolId
int getPoolId()uint32 pool_id = 1;- Returns:
- The poolId.
-
getFishAreaListList
repeated uint32 fish_area_list = 2;- Returns:
- A list containing the fishAreaList.
-
getFishAreaListCount
int getFishAreaListCount()repeated uint32 fish_area_list = 2;- Returns:
- The count of fishAreaList.
-
getFishAreaList
int getFishAreaList(int index) repeated uint32 fish_area_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The fishAreaList at the given index.
-
getTodayFishNum
int getTodayFishNum()uint32 today_fish_num = 3;- Returns:
- The todayFishNum.
-