Interface SceneEntityMoveNotifyOuterClass.SceneEntityMoveNotifyOrBuilder

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

public static interface SceneEntityMoveNotifyOuterClass.SceneEntityMoveNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 15;
    .MotionInfo motion_info = 6;
    .MotionInfo motion_info = 6;
    int
    uint32 reliable_seq = 1;
    int
    uint32 scene_time = 10;
    boolean
    .MotionInfo motion_info = 6;

    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

    • getEntityId

      int getEntityId()
      uint32 entity_id = 15;
      Returns:
      The entityId.
    • getReliableSeq

      int getReliableSeq()
      uint32 reliable_seq = 1;
      Returns:
      The reliableSeq.
    • hasMotionInfo

      boolean hasMotionInfo()
      .MotionInfo motion_info = 6;
      Returns:
      Whether the motionInfo field is set.
    • getMotionInfo

      .MotionInfo motion_info = 6;
      Returns:
      The motionInfo.
    • getMotionInfoOrBuilder

      .MotionInfo motion_info = 6;
    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 10;
      Returns:
      The sceneTime.