Package emu.grasscutter.net.proto
Interface EvtAnimatorStateChangedInfoOuterClass.EvtAnimatorStateChangedInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAnimatorStateChangedInfoOuterClass.EvtAnimatorStateChangedInfo,EvtAnimatorStateChangedInfoOuterClass.EvtAnimatorStateChangedInfo.Builder
- Enclosing class:
- EvtAnimatorStateChangedInfoOuterClass
public static interface EvtAnimatorStateChangedInfoOuterClass.EvtAnimatorStateChangedInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 2;intint32 face_angle_compact = 15;floatfloat fade_duration = 4;intgetLayer()uint32 layer = 1;intuint32 normalized_time_compact = 6;getPos().Vector pos = 5;.Vector pos = 5;intuint32 to_state_hash = 11;booleanbool Unk3300_KLMEKMGFGPD = 3;booleanbool Unk3300_MEOPKEDJCIN = 7;booleanhasPos().Vector pos = 5;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
-
getFadeDuration
float getFadeDuration()float fade_duration = 4;- Returns:
- The fadeDuration.
-
getToStateHash
int getToStateHash()uint32 to_state_hash = 11;- Returns:
- The toStateHash.
-
getLayer
int getLayer()uint32 layer = 1;- Returns:
- The layer.
-
hasPos
boolean hasPos().Vector pos = 5;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 5;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 5; -
getUnk3300KLMEKMGFGPD
boolean getUnk3300KLMEKMGFGPD()bool Unk3300_KLMEKMGFGPD = 3;- Returns:
- The unk3300KLMEKMGFGPD.
-
getNormalizedTimeCompact
int getNormalizedTimeCompact()uint32 normalized_time_compact = 6;- Returns:
- The normalizedTimeCompact.
-
getUnk3300MEOPKEDJCIN
boolean getUnk3300MEOPKEDJCIN()bool Unk3300_MEOPKEDJCIN = 7;- Returns:
- The unk3300MEOPKEDJCIN.
-
getFaceAngleCompact
int getFaceAngleCompact()int32 face_angle_compact = 15;- Returns:
- The faceAngleCompact.
-
getEntityId
int getEntityId()uint32 entity_id = 2;- Returns:
- The entityId.
-