Package emu.grasscutter.net.proto
Interface RoutePointChangeInfoOuterClass.RoutePointChangeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutePointChangeInfoOuterClass.RoutePointChangeInfo,RoutePointChangeInfoOuterClass.RoutePointChangeInfo.Builder
- Enclosing class:
- RoutePointChangeInfoOuterClass
public static interface RoutePointChangeInfoOuterClass.RoutePointChangeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 point_index = 6;floatfloat target_velocity = 4;floatfloat wait_time = 13;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
-
getWaitTime
float getWaitTime()float wait_time = 13;- Returns:
- The waitTime.
-
getTargetVelocity
float getTargetVelocity()float target_velocity = 4;- Returns:
- The targetVelocity.
-
getPointIndex
int getPointIndex()uint32 point_index = 6;- Returns:
- The pointIndex.
-