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 = 3;intrepeated .SceneRouteChangeInfo route_list = 3;repeated .SceneRouteChangeInfo route_list = 3;getRouteListOrBuilder(int index) repeated .SceneRouteChangeInfo route_list = 3;repeated .SceneRouteChangeInfo route_list = 3;intuint32 scene_id = 14;intuint32 scene_time = 4;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 = 4;- Returns:
- The sceneTime.
-
getRouteListList
List<SceneRouteChangeInfoOuterClass.SceneRouteChangeInfo> getRouteListList()repeated .SceneRouteChangeInfo route_list = 3; -
getRouteList
repeated .SceneRouteChangeInfo route_list = 3; -
getRouteListCount
int getRouteListCount()repeated .SceneRouteChangeInfo route_list = 3; -
getRouteListOrBuilderList
List<? extends SceneRouteChangeInfoOuterClass.SceneRouteChangeInfoOrBuilder> getRouteListOrBuilderList()repeated .SceneRouteChangeInfo route_list = 3; -
getRouteListOrBuilder
repeated .SceneRouteChangeInfo route_list = 3; -
getSceneId
int getSceneId()uint32 scene_id = 14;- Returns:
- The sceneId.
-