Interface EntityMoveFailInfoOuterClass.EntityMoveFailInfoOrBuilder

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

public static interface EntityMoveFailInfoOuterClass.EntityMoveFailInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 5;
    .MotionInfo fail_motion = 4;
    .MotionInfo fail_motion = 4;
    int
    uint32 reliable_seq = 2;
    int
    int32 retcode = 9;
    int
    uint32 scene_time = 8;
    boolean
    .MotionInfo fail_motion = 4;

    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

    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 8;
      Returns:
      The sceneTime.
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.
    • getReliableSeq

      int getReliableSeq()
      uint32 reliable_seq = 2;
      Returns:
      The reliableSeq.
    • hasFailMotion

      boolean hasFailMotion()
      .MotionInfo fail_motion = 4;
      Returns:
      Whether the failMotion field is set.
    • getFailMotion

      .MotionInfo fail_motion = 4;
      Returns:
      The failMotion.
    • getFailMotionOrBuilder

      .MotionInfo fail_motion = 4;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 5;
      Returns:
      The entityId.