Interface HuntingStartNotifyOuterClass.HuntingStartNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HuntingStartNotifyOuterClass.HuntingStartNotify, HuntingStartNotifyOuterClass.HuntingStartNotify.Builder
Enclosing class:
HuntingStartNotifyOuterClass

public static interface HuntingStartNotifyOuterClass.HuntingStartNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasHuntingPair

      boolean hasHuntingPair()
      .HuntingPair hunting_pair = 3;
      Returns:
      Whether the huntingPair field is set.
    • getHuntingPair

      .HuntingPair hunting_pair = 3;
      Returns:
      The huntingPair.
    • getHuntingPairOrBuilder

      .HuntingPair hunting_pair = 3;
    • getFailTime

      int getFailTime()
      uint32 fail_time = 5;
      Returns:
      The failTime.
    • hasCluePosition

      boolean hasCluePosition()
      .Vector clue_position = 6;
      Returns:
      Whether the cluePosition field is set.
    • getCluePosition

      VectorOuterClass.Vector getCluePosition()
      .Vector clue_position = 6;
      Returns:
      The cluePosition.
    • getCluePositionOrBuilder

      VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder()
      .Vector clue_position = 6;
    • getIsFinal

      boolean getIsFinal()
      bool is_final = 8;
      Returns:
      The isFinal.