Interface AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSyncOrBuilder

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

public static interface AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSyncOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMassivePropListList

      repeated .MassivePropSyncInfo massive_prop_list = 11;
    • getMassivePropList

      repeated .MassivePropSyncInfo massive_prop_list = 11;
    • getMassivePropListCount

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

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

      MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder getMassivePropListOrBuilder(int index)
      repeated .MassivePropSyncInfo massive_prop_list = 11;
    • getDeleteIdListList

      List<Long> getDeleteIdListList()
      repeated int64 delete_id_list = 12;
      Returns:
      A list containing the deleteIdList.
    • getDeleteIdListCount

      int getDeleteIdListCount()
      repeated int64 delete_id_list = 12;
      Returns:
      The count of deleteIdList.
    • getDeleteIdList

      long getDeleteIdList(int index)
      repeated int64 delete_id_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deleteIdList at the given index.
    • getIsClearAll

      boolean getIsClearAll()
      bool is_clear_all = 3;
      Returns:
      The isClearAll.