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 Type
    Method
    Description
    int
    repeated uint32 active_way_point_list = 11;
    int
    repeated uint32 active_way_point_list = 11;
    repeated uint32 active_way_point_list = 11;
    boolean
    bool is_add = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Integer> 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.