Interface AbilityMixinRecoverInfoOuterClass.AbilityMixinRecoverInfoOrBuilder

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

public static interface AbilityMixinRecoverInfoOuterClass.AbilityMixinRecoverInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLocalId

      int getLocalId()
      uint32 local_id = 3;
      Returns:
      The localId.
    • getDataListList

      List<Integer> getDataListList()
      repeated uint32 data_list = 4;
      Returns:
      A list containing the dataList.
    • getDataListCount

      int getDataListCount()
      repeated uint32 data_list = 4;
      Returns:
      The count of dataList.
    • getDataList

      int getDataList(int index)
      repeated uint32 data_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The dataList at the given index.
    • getIsServerbuffModifier

      boolean getIsServerbuffModifier()
      bool is_serverbuff_modifier = 5;
      Returns:
      The isServerbuffModifier.
    • getMassivePropListList

      repeated .MassivePropSyncInfo massive_prop_list = 6;
    • getMassivePropList

      repeated .MassivePropSyncInfo massive_prop_list = 6;
    • getMassivePropListCount

      int getMassivePropListCount()
      repeated .MassivePropSyncInfo massive_prop_list = 6;
    • getMassivePropListOrBuilderList

      List<? extends MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder> getMassivePropListOrBuilderList()
      repeated .MassivePropSyncInfo massive_prop_list = 6;
    • getMassivePropListOrBuilder

      MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder getMassivePropListOrBuilder(int index)
      repeated .MassivePropSyncInfo massive_prop_list = 6;
    • hasBreakoutSnapShot

      boolean hasBreakoutSnapShot()
      .BreakoutSnapShot breakout_snap_shot = 7;
      Returns:
      Whether the breakoutSnapShot field is set.
    • getBreakoutSnapShot

      .BreakoutSnapShot breakout_snap_shot = 7;
      Returns:
      The breakoutSnapShot.
    • getBreakoutSnapShotOrBuilder

      .BreakoutSnapShot breakout_snap_shot = 7;
    • hasInstancedAbilityId

      boolean hasInstancedAbilityId()
      uint32 instanced_ability_id = 1;
      Returns:
      Whether the instancedAbilityId field is set.
    • getInstancedAbilityId

      int getInstancedAbilityId()
      uint32 instanced_ability_id = 1;
      Returns:
      The instancedAbilityId.
    • hasInstancedModifierId

      boolean hasInstancedModifierId()
      uint32 instanced_modifier_id = 2;
      Returns:
      Whether the instancedModifierId field is set.
    • getInstancedModifierId

      int getInstancedModifierId()
      uint32 instanced_modifier_id = 2;
      Returns:
      The instancedModifierId.
    • getSourceCase