Package emu.grasscutter.net.proto
Interface PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotify,PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotify.Builder
- Enclosing class:
- PlatformStopRouteNotifyOuterClass
public static interface PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 5;.PlatformInfo platform = 14;.PlatformInfo platform = 14;intuint32 scene_time = 6;boolean.PlatformInfo platform = 14;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
-
getSceneTime
int getSceneTime()uint32 scene_time = 6;- Returns:
- The sceneTime.
-
getEntityId
int getEntityId()uint32 entity_id = 5;- Returns:
- The entityId.
-
hasPlatform
boolean hasPlatform().PlatformInfo platform = 14;- Returns:
- Whether the platform field is set.
-
getPlatform
PlatformInfoOuterClass.PlatformInfo getPlatform().PlatformInfo platform = 14;- Returns:
- The platform.
-
getPlatformOrBuilder
PlatformInfoOuterClass.PlatformInfoOrBuilder getPlatformOrBuilder().PlatformInfo platform = 14;
-