Package emu.grasscutter.net.proto
Interface FishAttractNotifyOuterClass.FishAttractNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FishAttractNotifyOuterClass.FishAttractNotify,FishAttractNotifyOuterClass.FishAttractNotify.Builder
- Enclosing class:
- FishAttractNotifyOuterClass
public static interface FishAttractNotifyOuterClass.FishAttractNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFishIdList(int index) repeated uint32 fish_id_list = 14;intrepeated uint32 fish_id_list = 14;repeated uint32 fish_id_list = 14;getPos().Vector pos = 2;.Vector pos = 2;intgetUid()uint32 uid = 13;booleanhasPos().Vector pos = 2;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
-
hasPos
boolean hasPos().Vector pos = 2;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 2;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 2; -
getFishIdListList
repeated uint32 fish_id_list = 14;- Returns:
- A list containing the fishIdList.
-
getFishIdListCount
int getFishIdListCount()repeated uint32 fish_id_list = 14;- Returns:
- The count of fishIdList.
-
getFishIdList
int getFishIdList(int index) repeated uint32 fish_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The fishIdList at the given index.
-
getUid
int getUid()uint32 uid = 13;- Returns:
- The uid.
-