Package emu.grasscutter.net.proto
Interface HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfo,HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfo.Builder
- Enclosing class:
- HomeScenePointFishFarmingInfoOuterClass
public static interface HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFishIdList(int index) repeated uint32 fish_id_list = 11;intrepeated uint32 fish_id_list = 11;repeated uint32 fish_id_list = 11;intuint32 local_entity_id = 7;intuint32 scene_id = 9;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
-
getSceneId
int getSceneId()uint32 scene_id = 9;- Returns:
- The sceneId.
-
getLocalEntityId
int getLocalEntityId()uint32 local_entity_id = 7;- Returns:
- The localEntityId.
-
getFishIdListList
repeated uint32 fish_id_list = 11;- Returns:
- A list containing the fishIdList.
-
getFishIdListCount
int getFishIdListCount()repeated uint32 fish_id_list = 11;- Returns:
- The count of fishIdList.
-
getFishIdList
int getFishIdList(int index) repeated uint32 fish_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The fishIdList at the given index.
-