Package emu.grasscutter.net.proto
Interface AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfo,AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfo.Builder
- Enclosing class:
- AnimatorParameterValueInfoOuterClass
public static interface AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool bool_val = 4;floatfloat float_val = 3;intint32 int_val = 2;intuint32 para_type = 1;booleanbool bool_val = 4;booleanfloat float_val = 3;booleanint32 int_val = 2;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
-
getParaType
int getParaType()uint32 para_type = 1;- Returns:
- The paraType.
-
hasIntVal
boolean hasIntVal()int32 int_val = 2;- Returns:
- Whether the intVal field is set.
-
getIntVal
int getIntVal()int32 int_val = 2;- Returns:
- The intVal.
-
hasFloatVal
boolean hasFloatVal()float float_val = 3;- Returns:
- Whether the floatVal field is set.
-
getFloatVal
float getFloatVal()float float_val = 3;- Returns:
- The floatVal.
-
hasBoolVal
boolean hasBoolVal()bool bool_val = 4;- Returns:
- Whether the boolVal field is set.
-
getBoolVal
boolean getBoolVal()bool bool_val = 4;- Returns:
- The boolVal.
-
getParaValCase
-