Interface AnimatorForceSetAirMoveNotifyOuterClass.AnimatorForceSetAirMoveNotifyOrBuilder

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

public static interface AnimatorForceSetAirMoveNotifyOuterClass.AnimatorForceSetAirMoveNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 2;
    .ForwardType forward_type = 12;
    int
    .ForwardType forward_type = 12;
    boolean
    bool in_air_move = 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

    • getForwardTypeValue

      int getForwardTypeValue()
      .ForwardType forward_type = 12;
      Returns:
      The enum numeric value on the wire for forwardType.
    • getForwardType

      .ForwardType forward_type = 12;
      Returns:
      The forwardType.
    • getInAirMove

      boolean getInAirMove()
      bool in_air_move = 6;
      Returns:
      The inAirMove.
    • getEntityId

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