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