Package emu.grasscutter.net.proto
Interface AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotify,AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotify.Builder
- Enclosing class:
- AvatarFollowRouteNotifyOuterClass
public static interface AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotifyOrBuilder
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
-
getStartSceneTimeMs
int getStartSceneTimeMs()uint32 start_scene_time_ms = 13;- Returns:
- The startSceneTimeMs.
-
getClientParams
String getClientParams()string client_params = 1;- Returns:
- The clientParams.
-
getClientParamsBytes
com.google.protobuf.ByteString getClientParamsBytes()string client_params = 1;- Returns:
- The bytes for clientParams.
-
getEntityId
int getEntityId()uint32 entity_id = 8;- Returns:
- The entityId.
-
getTemplateId
int getTemplateId()uint32 template_id = 10;- Returns:
- The templateId.
-
hasRoute
boolean hasRoute().Route route = 3;- Returns:
- Whether the route field is set.
-
getRoute
RouteOuterClass.Route getRoute().Route route = 3;- Returns:
- The route.
-
getRouteOrBuilder
RouteOuterClass.RouteOrBuilder getRouteOrBuilder().Route route = 3;
-