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 = 8;intrepeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerLocationInfo player_loc_list = 8;getPlayerLocListOrBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerLocationInfo player_loc_list = 8;getPlayerWorldLocList(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;intrepeated .PlayerWorldLocationInfo player_world_loc_list = 1;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;getPlayerWorldLocListOrBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;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
-
getPlayerLocListList
List<PlayerLocationInfoOuterClass.PlayerLocationInfo> getPlayerLocListList()repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListCount
int getPlayerLocListCount()repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListOrBuilderList
List<? extends PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder> getPlayerLocListOrBuilderList()repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListOrBuilder
repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerWorldLocListList
List<PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo> getPlayerWorldLocListList()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocList
repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListCount
int getPlayerWorldLocListCount()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListOrBuilderList
List<? extends PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder> getPlayerWorldLocListOrBuilderList()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListOrBuilder
PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder getPlayerWorldLocListOrBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;
-