Package emu.grasscutter.net.proto
Interface EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfo,EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfo.Builder
- Enclosing class:
- EvtCompensatePosDiffInfoOuterClass
public static interface EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_hash = 7;.Vector cur_pos = 6;.Vector cur_pos = 6;intuint32 entity_id = 12;intint32 face_angle_compact = 11;intuint32 normalized_time_compact = 5;boolean.Vector cur_pos = 6;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 = 12;- Returns:
- The entityId.
-
getNormalizedTimeCompact
int getNormalizedTimeCompact()uint32 normalized_time_compact = 5;- Returns:
- The normalizedTimeCompact.
-
getCurHash
int getCurHash()uint32 cur_hash = 7;- Returns:
- The curHash.
-
getFaceAngleCompact
int getFaceAngleCompact()int32 face_angle_compact = 11;- Returns:
- The faceAngleCompact.
-
hasCurPos
boolean hasCurPos().Vector cur_pos = 6;- Returns:
- Whether the curPos field is set.
-
getCurPos
VectorOuterClass.Vector getCurPos().Vector cur_pos = 6;- Returns:
- The curPos.
-
getCurPosOrBuilder
VectorOuterClass.VectorOrBuilder getCurPosOrBuilder().Vector cur_pos = 6;
-