Package emu.grasscutter.net.proto
Interface AnimatorParameterValueInfoPairOuterClass.AnimatorParameterValueInfoPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnimatorParameterValueInfoPairOuterClass.AnimatorParameterValueInfoPair,AnimatorParameterValueInfoPairOuterClass.AnimatorParameterValueInfoPair.Builder
- Enclosing class:
- AnimatorParameterValueInfoPairOuterClass
public static interface AnimatorParameterValueInfoPairOuterClass.AnimatorParameterValueInfoPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.AnimatorParameterValueInfo animator_para = 2;.AnimatorParameterValueInfo animator_para = 2;intint32 name_id = 1;boolean.AnimatorParameterValueInfo animator_para = 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
-
getNameId
int getNameId()int32 name_id = 1;- Returns:
- The nameId.
-
hasAnimatorPara
boolean hasAnimatorPara().AnimatorParameterValueInfo animator_para = 2;- Returns:
- Whether the animatorPara field is set.
-
getAnimatorPara
AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfo getAnimatorPara().AnimatorParameterValueInfo animator_para = 2;- Returns:
- The animatorPara.
-
getAnimatorParaOrBuilder
AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder getAnimatorParaOrBuilder().AnimatorParameterValueInfo animator_para = 2;
-