Package emu.grasscutter.net.proto
Interface SceneRouteChangeNotifyOuterClass.SceneRouteChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneRouteChangeNotifyOuterClass.SceneRouteChangeNotify,SceneRouteChangeNotifyOuterClass.SceneRouteChangeNotify.Builder
- Enclosing class:
- SceneRouteChangeNotifyOuterClass
public static interface SceneRouteChangeNotifyOuterClass.SceneRouteChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRouteList(int index) repeated .SceneRouteChangeInfo route_list = 14;intrepeated .SceneRouteChangeInfo route_list = 14;repeated .SceneRouteChangeInfo route_list = 14;getRouteListOrBuilder(int index) repeated .SceneRouteChangeInfo route_list = 14;repeated .SceneRouteChangeInfo route_list = 14;intuint32 scene_id = 10;intuint32 scene_time = 12;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 = 12;- Returns:
- The sceneTime.
-
getSceneId
int getSceneId()uint32 scene_id = 10;- Returns:
- The sceneId.
-
getRouteListList
List<SceneRouteChangeInfoOuterClass.SceneRouteChangeInfo> getRouteListList()repeated .SceneRouteChangeInfo route_list = 14; -
getRouteList
repeated .SceneRouteChangeInfo route_list = 14; -
getRouteListCount
int getRouteListCount()repeated .SceneRouteChangeInfo route_list = 14; -
getRouteListOrBuilderList
List<? extends SceneRouteChangeInfoOuterClass.SceneRouteChangeInfoOrBuilder> getRouteListOrBuilderList()repeated .SceneRouteChangeInfo route_list = 14; -
getRouteListOrBuilder
repeated .SceneRouteChangeInfo route_list = 14;
-