Package emu.grasscutter.net.proto
Interface EntityMoveInfoOuterClass.EntityMoveInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityMoveInfoOuterClass.EntityMoveInfo,EntityMoveInfoOuterClass.EntityMoveInfo.Builder
- Enclosing class:
- EntityMoveInfoOuterClass
public static interface EntityMoveInfoOuterClass.EntityMoveInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 1;booleanbool is_reliable = 5;.MotionInfo motion_info = 2;.MotionInfo motion_info = 2;intuint32 reliable_seq = 4;intuint32 scene_time = 3;boolean.MotionInfo motion_info = 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
-
getEntityId
int getEntityId()uint32 entity_id = 1;- Returns:
- The entityId.
-
hasMotionInfo
boolean hasMotionInfo().MotionInfo motion_info = 2;- Returns:
- Whether the motionInfo field is set.
-
getMotionInfo
MotionInfoOuterClass.MotionInfo getMotionInfo().MotionInfo motion_info = 2;- Returns:
- The motionInfo.
-
getMotionInfoOrBuilder
MotionInfoOuterClass.MotionInfoOrBuilder getMotionInfoOrBuilder().MotionInfo motion_info = 2; -
getSceneTime
int getSceneTime()uint32 scene_time = 3;- Returns:
- The sceneTime.
-
getReliableSeq
int getReliableSeq()uint32 reliable_seq = 4;- Returns:
- The reliableSeq.
-
getIsReliable
boolean getIsReliable()bool is_reliable = 5;- Returns:
- The isReliable.
-