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