Package emu.grasscutter.net.proto
Interface RoutePointOuterClass.RoutePointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutePointOuterClass.RoutePoint,RoutePointOuterClass.RoutePoint.Builder
- Enclosing class:
- RoutePointOuterClass
public static interface RoutePointOuterClass.RoutePointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat arrive_range = 2;.MathQuaternion axis_speed = 23;.MathQuaternion axis_speed = 23;booleanbool has_reach_event = 3;.Vector position = 1;.Vector position = 1;.Vector rotation = 21;.Vector rotation = 21;.MathQuaternion rotation_speed = 22;.MathQuaternion rotation_speed = 22;floatgetTime()float time = 12;floatfloat velocity = 11;boolean.MathQuaternion axis_speed = 23;boolean.Vector position = 1;boolean.Vector rotation = 21;boolean.MathQuaternion rotation_speed = 22;booleanhasTime()float time = 12;booleanfloat velocity = 11;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
-
hasPosition
boolean hasPosition().Vector position = 1;- Returns:
- Whether the position field is set.
-
getPosition
VectorOuterClass.Vector getPosition().Vector position = 1;- Returns:
- The position.
-
getPositionOrBuilder
VectorOuterClass.VectorOrBuilder getPositionOrBuilder().Vector position = 1; -
getArriveRange
float getArriveRange()float arrive_range = 2;- Returns:
- The arriveRange.
-
getHasReachEvent
boolean getHasReachEvent()bool has_reach_event = 3;- Returns:
- The hasReachEvent.
-
hasVelocity
boolean hasVelocity()float velocity = 11;- Returns:
- Whether the velocity field is set.
-
getVelocity
float getVelocity()float velocity = 11;- Returns:
- The velocity.
-
hasTime
boolean hasTime()float time = 12;- Returns:
- Whether the time field is set.
-
getTime
float getTime()float time = 12;- Returns:
- The time.
-
hasRotation
boolean hasRotation().Vector rotation = 21;- Returns:
- Whether the rotation field is set.
-
getRotation
VectorOuterClass.Vector getRotation().Vector rotation = 21;- Returns:
- The rotation.
-
getRotationOrBuilder
VectorOuterClass.VectorOrBuilder getRotationOrBuilder().Vector rotation = 21; -
hasRotationSpeed
boolean hasRotationSpeed().MathQuaternion rotation_speed = 22;- Returns:
- Whether the rotationSpeed field is set.
-
getRotationSpeed
MathQuaternionOuterClass.MathQuaternion getRotationSpeed().MathQuaternion rotation_speed = 22;- Returns:
- The rotationSpeed.
-
getRotationSpeedOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getRotationSpeedOrBuilder().MathQuaternion rotation_speed = 22; -
hasAxisSpeed
boolean hasAxisSpeed().MathQuaternion axis_speed = 23;- Returns:
- Whether the axisSpeed field is set.
-
getAxisSpeed
MathQuaternionOuterClass.MathQuaternion getAxisSpeed().MathQuaternion axis_speed = 23;- Returns:
- The axisSpeed.
-
getAxisSpeedOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getAxisSpeedOrBuilder().MathQuaternion axis_speed = 23; -
getMoveParamsCase
RoutePointOuterClass.RoutePoint.MoveParamsCase getMoveParamsCase() -
getRotateParamsCase
RoutePointOuterClass.RoutePoint.RotateParamsCase getRotateParamsCase()
-