Package emu.grasscutter.net.proto
Interface ScenePlayerLocationNotifyOuterClass.ScenePlayerLocationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayerLocationNotifyOuterClass.ScenePlayerLocationNotify,ScenePlayerLocationNotifyOuterClass.ScenePlayerLocationNotify.Builder
- Enclosing class:
- ScenePlayerLocationNotifyOuterClass
public static interface ScenePlayerLocationNotifyOuterClass.ScenePlayerLocationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlayerLocList(int index) repeated .PlayerLocationInfo player_loc_list = 15;intrepeated .PlayerLocationInfo player_loc_list = 15;repeated .PlayerLocationInfo player_loc_list = 15;getPlayerLocListOrBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 15;repeated .PlayerLocationInfo player_loc_list = 15;intuint32 scene_id = 12;getVehicleLocList(int index) repeated .VehicleLocationInfo vehicle_loc_list = 7;intrepeated .VehicleLocationInfo vehicle_loc_list = 7;repeated .VehicleLocationInfo vehicle_loc_list = 7;getVehicleLocListOrBuilder(int index) repeated .VehicleLocationInfo vehicle_loc_list = 7;repeated .VehicleLocationInfo vehicle_loc_list = 7;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
-
getVehicleLocListList
List<VehicleLocationInfoOuterClass.VehicleLocationInfo> getVehicleLocListList()repeated .VehicleLocationInfo vehicle_loc_list = 7; -
getVehicleLocList
repeated .VehicleLocationInfo vehicle_loc_list = 7; -
getVehicleLocListCount
int getVehicleLocListCount()repeated .VehicleLocationInfo vehicle_loc_list = 7; -
getVehicleLocListOrBuilderList
List<? extends VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder> getVehicleLocListOrBuilderList()repeated .VehicleLocationInfo vehicle_loc_list = 7; -
getVehicleLocListOrBuilder
repeated .VehicleLocationInfo vehicle_loc_list = 7; -
getPlayerLocListList
List<PlayerLocationInfoOuterClass.PlayerLocationInfo> getPlayerLocListList()repeated .PlayerLocationInfo player_loc_list = 15; -
getPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 15; -
getPlayerLocListCount
int getPlayerLocListCount()repeated .PlayerLocationInfo player_loc_list = 15; -
getPlayerLocListOrBuilderList
List<? extends PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder> getPlayerLocListOrBuilderList()repeated .PlayerLocationInfo player_loc_list = 15; -
getPlayerLocListOrBuilder
repeated .PlayerLocationInfo player_loc_list = 15; -
getSceneId
int getSceneId()uint32 scene_id = 12;- Returns:
- The sceneId.
-