Package emu.grasscutter.net.proto
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 TypeMethodDescriptionstring effect_alias = 3;com.google.protobuf.ByteStringstring effect_alias = 3;floatgetFloatParamList(int index) repeated float float_param_list = 12;intrepeated float float_param_list = 12;repeated float float_param_list = 12;intgetIntParamList(int index) repeated int32 int_param_list = 10;intrepeated int32 int_param_list = 10;repeated int32 int_param_list = 10;intgetType()uint32 type = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-