Package emu.grasscutter.net.proto
Interface EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfo,EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfo.Builder
- Enclosing class:
- EvtSyncEntityPositionInfoOuterClass
public static interface EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfoOrBuilder
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
-
getStateHash
int getStateHash()uint32 state_hash = 10;- Returns:
- The stateHash.
-
getFaceAngleCompact
int getFaceAngleCompact()int32 face_angle_compact = 4;- Returns:
- The faceAngleCompact.
-
hasPos
boolean hasPos().Vector pos = 14;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 14;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 14; -
getEntityId
int getEntityId()uint32 entity_id = 1;- Returns:
- The entityId.
-
getNormalizedTimeCompact
int getNormalizedTimeCompact()uint32 normalized_time_compact = 13;- Returns:
- The normalizedTimeCompact.
-