Package emu.grasscutter.net.proto
Interface MotionInfoOuterClass.MotionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MotionInfoOuterClass.MotionInfo,MotionInfoOuterClass.MotionInfo.Builder
- Enclosing class:
- MotionInfoOuterClass
public static interface MotionInfoOuterClass.MotionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 interval_velocity = 9;getParams(int index) repeated .Vector params = 5;intrepeated .Vector params = 5;repeated .Vector params = 5;getParamsOrBuilder(int index) repeated .Vector params = 5;List<? extends VectorOuterClass.VectorOrBuilder>repeated .Vector params = 5;getPos().Vector pos = 1;.Vector pos = 1;intgetRefId()uint32 ref_id = 7;.Vector ref_pos = 6;.Vector ref_pos = 6;getRot().Vector rot = 2;.Vector rot = 2;intuint32 scene_time = 8;getSpeed().Vector speed = 3;.Vector speed = 3;getState().MotionState state = 4;int.MotionState state = 4;booleanhasPos().Vector pos = 1;boolean.Vector ref_pos = 6;booleanhasRot().Vector rot = 2;booleanhasSpeed().Vector speed = 3;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
-
hasPos
boolean hasPos().Vector pos = 1;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 1;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 1; -
hasRot
boolean hasRot().Vector rot = 2;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 2;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 2; -
hasSpeed
boolean hasSpeed().Vector speed = 3;- Returns:
- Whether the speed field is set.
-
getSpeed
VectorOuterClass.Vector getSpeed().Vector speed = 3;- Returns:
- The speed.
-
getSpeedOrBuilder
VectorOuterClass.VectorOrBuilder getSpeedOrBuilder().Vector speed = 3; -
getStateValue
int getStateValue().MotionState state = 4;- Returns:
- The enum numeric value on the wire for state.
-
getState
MotionStateOuterClass.MotionState getState().MotionState state = 4;- Returns:
- The state.
-
getParamsList
List<VectorOuterClass.Vector> getParamsList()repeated .Vector params = 5; -
getParams
repeated .Vector params = 5; -
getParamsCount
int getParamsCount()repeated .Vector params = 5; -
getParamsOrBuilderList
List<? extends VectorOuterClass.VectorOrBuilder> getParamsOrBuilderList()repeated .Vector params = 5; -
getParamsOrBuilder
repeated .Vector params = 5; -
hasRefPos
boolean hasRefPos().Vector ref_pos = 6;- Returns:
- Whether the refPos field is set.
-
getRefPos
VectorOuterClass.Vector getRefPos().Vector ref_pos = 6;- Returns:
- The refPos.
-
getRefPosOrBuilder
VectorOuterClass.VectorOrBuilder getRefPosOrBuilder().Vector ref_pos = 6; -
getRefId
int getRefId()uint32 ref_id = 7;- Returns:
- The refId.
-
getSceneTime
int getSceneTime()uint32 scene_time = 8;- Returns:
- The sceneTime.
-
getIntervalVelocity
long getIntervalVelocity()uint64 interval_velocity = 9;- Returns:
- The intervalVelocity.
-