Package emu.grasscutter.net.proto
Interface EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfo,EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfo.Builder
- Enclosing class:
- EvtAnimatorParameterInfoOuterClass
public static interface EvtAnimatorParameterInfoOuterClass.EvtAnimatorParameterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getIsServerCache
boolean getIsServerCache()bool is_server_cache = 7;- Returns:
- The isServerCache.
-
hasValue
boolean hasValue().AnimatorParameterValueInfo value = 6;- Returns:
- Whether the value field is set.
-
getValue
.AnimatorParameterValueInfo value = 6;- Returns:
- The value.
-
getValueOrBuilder
AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder getValueOrBuilder().AnimatorParameterValueInfo value = 6; -
getEntityId
int getEntityId()uint32 entity_id = 2;- Returns:
- The entityId.
-
getNameId
int getNameId()int32 name_id = 15;- Returns:
- The nameId.
-