Package emu.grasscutter.net.proto
Interface WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify,WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder
- Enclosing class:
- WorldPlayerLocationNotifyOuterClass
public static interface WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlayerLocList(int index) repeated .PlayerLocationInfo player_loc_list = 14;intrepeated .PlayerLocationInfo player_loc_list = 14;repeated .PlayerLocationInfo player_loc_list = 14;getPlayerLocListOrBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 14;repeated .PlayerLocationInfo player_loc_list = 14;getPlayerWorldLocList(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 5;intrepeated .PlayerWorldLocationInfo player_world_loc_list = 5;repeated .PlayerWorldLocationInfo player_world_loc_list = 5;getPlayerWorldLocListOrBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 5;repeated .PlayerWorldLocationInfo player_world_loc_list = 5;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
-
getPlayerWorldLocListList
List<PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo> getPlayerWorldLocListList()repeated .PlayerWorldLocationInfo player_world_loc_list = 5; -
getPlayerWorldLocList
repeated .PlayerWorldLocationInfo player_world_loc_list = 5; -
getPlayerWorldLocListCount
int getPlayerWorldLocListCount()repeated .PlayerWorldLocationInfo player_world_loc_list = 5; -
getPlayerWorldLocListOrBuilderList
List<? extends PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder> getPlayerWorldLocListOrBuilderList()repeated .PlayerWorldLocationInfo player_world_loc_list = 5; -
getPlayerWorldLocListOrBuilder
PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder getPlayerWorldLocListOrBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 5; -
getPlayerLocListList
List<PlayerLocationInfoOuterClass.PlayerLocationInfo> getPlayerLocListList()repeated .PlayerLocationInfo player_loc_list = 14; -
getPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 14; -
getPlayerLocListCount
int getPlayerLocListCount()repeated .PlayerLocationInfo player_loc_list = 14; -
getPlayerLocListOrBuilderList
List<? extends PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder> getPlayerLocListOrBuilderList()repeated .PlayerLocationInfo player_loc_list = 14; -
getPlayerLocListOrBuilder
repeated .PlayerLocationInfo player_loc_list = 14;
-