Package emu.grasscutter.net.proto
Interface DungeonWayPointNotifyOuterClass.DungeonWayPointNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonWayPointNotifyOuterClass.DungeonWayPointNotify,DungeonWayPointNotifyOuterClass.DungeonWayPointNotify.Builder
- Enclosing class:
- DungeonWayPointNotifyOuterClass
public static interface DungeonWayPointNotifyOuterClass.DungeonWayPointNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetActiveWayPointList(int index) repeated uint32 active_way_point_list = 11;intrepeated uint32 active_way_point_list = 11;repeated uint32 active_way_point_list = 11;booleangetIsAdd()bool is_add = 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
-
getIsAdd
boolean getIsAdd()bool is_add = 3;- Returns:
- The isAdd.
-
getActiveWayPointListList
repeated uint32 active_way_point_list = 11;- Returns:
- A list containing the activeWayPointList.
-
getActiveWayPointListCount
int getActiveWayPointListCount()repeated uint32 active_way_point_list = 11;- Returns:
- The count of activeWayPointList.
-
getActiveWayPointList
int getActiveWayPointList(int index) repeated uint32 active_way_point_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The activeWayPointList at the given index.
-