Package emu.grasscutter.net.proto
Interface FishEscapeNotifyOuterClass.FishEscapeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FishEscapeNotifyOuterClass.FishEscapeNotify,FishEscapeNotifyOuterClass.FishEscapeNotify.Builder
- Enclosing class:
- FishEscapeNotifyOuterClass
public static interface FishEscapeNotifyOuterClass.FishEscapeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFishIdList(int index) repeated uint32 fish_id_list = 9;intrepeated uint32 fish_id_list = 9;repeated uint32 fish_id_list = 9;getPos().Vector pos = 11;.Vector pos = 11;.FishEscapeReason reason = 12;int.FishEscapeReason reason = 12;intgetUid()uint32 uid = 2;booleanhasPos().Vector pos = 11;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
-
getUid
int getUid()uint32 uid = 2;- Returns:
- The uid.
-
hasPos
boolean hasPos().Vector pos = 11;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 11;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 11; -
getFishIdListList
repeated uint32 fish_id_list = 9;- Returns:
- A list containing the fishIdList.
-
getFishIdListCount
int getFishIdListCount()repeated uint32 fish_id_list = 9;- Returns:
- The count of fishIdList.
-
getFishIdList
int getFishIdList(int index) repeated uint32 fish_id_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The fishIdList at the given index.
-
getReasonValue
int getReasonValue().FishEscapeReason reason = 12;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
FishEscapeReasonOuterClass.FishEscapeReason getReason().FishEscapeReason reason = 12;- Returns:
- The reason.
-