Interface MassivePropParamOuterClass.MassivePropParamOrBuilder

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

public static interface MassivePropParamOuterClass.MassivePropParamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getParamList(int index)
    repeated float param_list = 3;
    int
    repeated float param_list = 3;
    repeated float param_list = 3;
    int
    repeated uint32 reaction_info_list = 2;
    int
    repeated uint32 reaction_info_list = 2;
    repeated uint32 reaction_info_list = 2;
    int
    uint32 sync_flag = 4;
    int
    int32 type = 1;

    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

    • getType

      int getType()
      int32 type = 1;
      Returns:
      The type.
    • getReactionInfoListList

      List<Integer> getReactionInfoListList()
      repeated uint32 reaction_info_list = 2;
      Returns:
      A list containing the reactionInfoList.
    • getReactionInfoListCount

      int getReactionInfoListCount()
      repeated uint32 reaction_info_list = 2;
      Returns:
      The count of reactionInfoList.
    • getReactionInfoList

      int getReactionInfoList(int index)
      repeated uint32 reaction_info_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The reactionInfoList at the given index.
    • getParamListList

      List<Float> getParamListList()
      repeated float param_list = 3;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated float param_list = 3;
      Returns:
      The count of paramList.
    • getParamList

      float getParamList(int index)
      repeated float param_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getSyncFlag

      int getSyncFlag()
      uint32 sync_flag = 4;
      Returns:
      The syncFlag.