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 = 4;intrepeated .PlayerLocationInfo player_loc_list = 4;repeated .PlayerLocationInfo player_loc_list = 4;getPlayerLocListOrBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 4;repeated .PlayerLocationInfo player_loc_list = 4;intuint32 scene_id = 11;getVehicleLocList(int index) repeated .VehicleLocationInfo vehicle_loc_list = 6;intrepeated .VehicleLocationInfo vehicle_loc_list = 6;repeated .VehicleLocationInfo vehicle_loc_list = 6;getVehicleLocListOrBuilder(int index) repeated .VehicleLocationInfo vehicle_loc_list = 6;repeated .VehicleLocationInfo vehicle_loc_list = 6;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
-
getSceneId
int getSceneId()uint32 scene_id = 11;- Returns:
- The sceneId.
-
getVehicleLocListList
List<VehicleLocationInfoOuterClass.VehicleLocationInfo> getVehicleLocListList()repeated .VehicleLocationInfo vehicle_loc_list = 6; -
getVehicleLocList
repeated .VehicleLocationInfo vehicle_loc_list = 6; -
getVehicleLocListCount
int getVehicleLocListCount()repeated .VehicleLocationInfo vehicle_loc_list = 6; -
getVehicleLocListOrBuilderList
List<? extends VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder> getVehicleLocListOrBuilderList()repeated .VehicleLocationInfo vehicle_loc_list = 6; -
getVehicleLocListOrBuilder
repeated .VehicleLocationInfo vehicle_loc_list = 6; -
getPlayerLocListList
List<PlayerLocationInfoOuterClass.PlayerLocationInfo> getPlayerLocListList()repeated .PlayerLocationInfo player_loc_list = 4; -
getPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 4; -
getPlayerLocListCount
int getPlayerLocListCount()repeated .PlayerLocationInfo player_loc_list = 4; -
getPlayerLocListOrBuilderList
List<? extends PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder> getPlayerLocListOrBuilderList()repeated .PlayerLocationInfo player_loc_list = 4; -
getPlayerLocListOrBuilder
repeated .PlayerLocationInfo player_loc_list = 4;
-