Interface LuaEnvironmentEffectNotifyOuterClass.LuaEnvironmentEffectNotifyOrBuilder

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

public static interface LuaEnvironmentEffectNotifyOuterClass.LuaEnvironmentEffectNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string effect_alias = 3;
    com.google.protobuf.ByteString
    string effect_alias = 3;
    float
    getFloatParamList(int index)
    repeated float float_param_list = 12;
    int
    repeated float float_param_list = 12;
    repeated float float_param_list = 12;
    int
    getIntParamList(int index)
    repeated int32 int_param_list = 10;
    int
    repeated int32 int_param_list = 10;
    repeated int32 int_param_list = 10;
    int
    uint32 type = 8;

    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()
      uint32 type = 8;
      Returns:
      The type.
    • getIntParamListList

      List<Integer> getIntParamListList()
      repeated int32 int_param_list = 10;
      Returns:
      A list containing the intParamList.
    • getIntParamListCount

      int getIntParamListCount()
      repeated int32 int_param_list = 10;
      Returns:
      The count of intParamList.
    • getIntParamList

      int getIntParamList(int index)
      repeated int32 int_param_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The intParamList at the given index.
    • getEffectAlias

      String getEffectAlias()
      string effect_alias = 3;
      Returns:
      The effectAlias.
    • getEffectAliasBytes

      com.google.protobuf.ByteString getEffectAliasBytes()
      string effect_alias = 3;
      Returns:
      The bytes for effectAlias.
    • getFloatParamListList

      List<Float> getFloatParamListList()
      repeated float float_param_list = 12;
      Returns:
      A list containing the floatParamList.
    • getFloatParamListCount

      int getFloatParamListCount()
      repeated float float_param_list = 12;
      Returns:
      The count of floatParamList.
    • getFloatParamList

      float getFloatParamList(int index)
      repeated float float_param_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The floatParamList at the given index.