Package emu.grasscutter.net.proto
Interface ForceDragAvatarNotifyOuterClass.ForceDragAvatarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ForceDragAvatarNotifyOuterClass.ForceDragAvatarNotify,ForceDragAvatarNotifyOuterClass.ForceDragAvatarNotify.Builder
- Enclosing class:
- ForceDragAvatarNotifyOuterClass
public static interface ForceDragAvatarNotifyOuterClass.ForceDragAvatarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 10;booleanbool is_first_valid = 7;.MotionInfo motion_info = 9;.MotionInfo motion_info = 9;intuint32 scene_time = 12;longuint64 Unk3300_AFLCLLFDPBD = 5;longuint64 Unk3300_IMFNNPGHKJJ = 3;boolean.MotionInfo motion_info = 9;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
-
getUnk3300IMFNNPGHKJJ
long getUnk3300IMFNNPGHKJJ()uint64 Unk3300_IMFNNPGHKJJ = 3;- Returns:
- The unk3300IMFNNPGHKJJ.
-
hasMotionInfo
boolean hasMotionInfo().MotionInfo motion_info = 9;- Returns:
- Whether the motionInfo field is set.
-
getMotionInfo
MotionInfoOuterClass.MotionInfo getMotionInfo().MotionInfo motion_info = 9;- Returns:
- The motionInfo.
-
getMotionInfoOrBuilder
MotionInfoOuterClass.MotionInfoOrBuilder getMotionInfoOrBuilder().MotionInfo motion_info = 9; -
getIsFirstValid
boolean getIsFirstValid()bool is_first_valid = 7;- Returns:
- The isFirstValid.
-
getSceneTime
int getSceneTime()uint32 scene_time = 12;- Returns:
- The sceneTime.
-
getEntityId
int getEntityId()uint32 entity_id = 10;- Returns:
- The entityId.
-
getUnk3300AFLCLLFDPBD
long getUnk3300AFLCLLFDPBD()uint64 Unk3300_AFLCLLFDPBD = 5;- Returns:
- The unk3300AFLCLLFDPBD.
-