Package emu.grasscutter.net.proto
Interface EvtAnimatorParameterNotifyOuterClass.EvtAnimatorParameterNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAnimatorParameterNotifyOuterClass.EvtAnimatorParameterNotify,EvtAnimatorParameterNotifyOuterClass.EvtAnimatorParameterNotify.Builder
- Enclosing class:
- EvtAnimatorParameterNotifyOuterClass
public static interface EvtAnimatorParameterNotifyOuterClass.EvtAnimatorParameterNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.EvtAnimatorParameterInfo animator_param_info = 13;.EvtAnimatorParameterInfo animator_param_info = 13;.ForwardType forward_type = 9;int.ForwardType forward_type = 9;boolean.EvtAnimatorParameterInfo animator_param_info = 13;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
-
getForwardTypeValue
int getForwardTypeValue().ForwardType forward_type = 9;- Returns:
- The enum numeric value on the wire for forwardType.
-
getForwardType
ForwardTypeOuterClass.ForwardType getForwardType().ForwardType forward_type = 9;- Returns:
- The forwardType.
-
hasAnimatorParamInfo
boolean hasAnimatorParamInfo().EvtAnimatorParameterInfo animator_param_info = 13;- Returns:
- Whether the animatorParamInfo field is set.
-
getAnimatorParamInfo
EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfo getAnimatorParamInfo().EvtAnimatorParameterInfo animator_param_info = 13;- Returns:
- The animatorParamInfo.
-
getAnimatorParamInfoOrBuilder
EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfoOrBuilder getAnimatorParamInfoOrBuilder().EvtAnimatorParameterInfo animator_param_info = 13;
-