Package emu.grasscutter.net.proto
Class WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
emu.grasscutter.net.proto.WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder,Cloneable
- Enclosing class:
- WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify
public static final class WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
implements WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
Name: MMEJGJDKLEK CmdId: 211Protobuf type
WorldPlayerLocationNotify-
Method Summary
Modifier and TypeMethodDescriptionaddAllPlayerLocList(Iterable<? extends PlayerLocationInfoOuterClass.PlayerLocationInfo> values) repeated .PlayerLocationInfo player_loc_list = 8;addAllPlayerWorldLocList(Iterable<? extends PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo> values) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;addPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo value) repeated .PlayerLocationInfo player_loc_list = 8;addPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerLocationInfo player_loc_list = 8;addPlayerLocList(PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerLocationInfo player_loc_list = 8;addPlayerLocListBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;addPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;addPlayerWorldLocList(PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;addPlayerWorldLocListBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetPlayerLocList(int index) repeated .PlayerLocationInfo player_loc_list = 8;getPlayerLocListBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 8;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;getPlayerWorldLocListBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removePlayerLocList(int index) repeated .PlayerLocationInfo player_loc_list = 8;removePlayerWorldLocList(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;setPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo value) repeated .PlayerLocationInfo player_loc_list = 8;setPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8;repeated .PlayerWorldLocationInfo player_world_loc_list = 1;setPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
setField
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
clearField
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
clearOneof
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
setRepeatedField
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
addRepeatedField
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
mergeFrom
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
mergeFrom
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>- Throws:
IOException
-
getPlayerLocListList
repeated .PlayerLocationInfo player_loc_list = 8;- Specified by:
getPlayerLocListListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerLocListCount
public int getPlayerLocListCount()repeated .PlayerLocationInfo player_loc_list = 8;- Specified by:
getPlayerLocListCountin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 8;- Specified by:
getPlayerLocListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
setPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo value) repeated .PlayerLocationInfo player_loc_list = 8; -
setPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8; -
addPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerLocList(PlayerLocationInfoOuterClass.PlayerLocationInfo value) repeated .PlayerLocationInfo player_loc_list = 8; -
addPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo value) repeated .PlayerLocationInfo player_loc_list = 8; -
addPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerLocList(PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8; -
addPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerLocList(int index, PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder builderForValue) repeated .PlayerLocationInfo player_loc_list = 8; -
addAllPlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addAllPlayerLocList(Iterable<? extends PlayerLocationInfoOuterClass.PlayerLocationInfo> values) repeated .PlayerLocationInfo player_loc_list = 8; -
clearPlayerLocList
repeated .PlayerLocationInfo player_loc_list = 8; -
removePlayerLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder removePlayerLocList(int index) repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListBuilder
repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListOrBuilder
public PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder getPlayerLocListOrBuilder(int index) repeated .PlayerLocationInfo player_loc_list = 8;- Specified by:
getPlayerLocListOrBuilderin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerLocListOrBuilderList
public List<? extends PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder> getPlayerLocListOrBuilderList()repeated .PlayerLocationInfo player_loc_list = 8;- Specified by:
getPlayerLocListOrBuilderListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
addPlayerLocListBuilder
repeated .PlayerLocationInfo player_loc_list = 8; -
addPlayerLocListBuilder
repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerLocListBuilderList
repeated .PlayerLocationInfo player_loc_list = 8; -
getPlayerWorldLocListList
repeated .PlayerWorldLocationInfo player_world_loc_list = 1;- Specified by:
getPlayerWorldLocListListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerWorldLocListCount
public int getPlayerWorldLocListCount()repeated .PlayerWorldLocationInfo player_world_loc_list = 1;- Specified by:
getPlayerWorldLocListCountin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerWorldLocList
repeated .PlayerWorldLocationInfo player_world_loc_list = 1;- Specified by:
getPlayerWorldLocListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
setPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo value) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
setPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerWorldLocList(PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo value) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo value) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerWorldLocList(PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addPlayerWorldLocList(int index, PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder builderForValue) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addAllPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder addAllPlayerWorldLocList(Iterable<? extends PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo> values) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
clearPlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder clearPlayerWorldLocList()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
removePlayerWorldLocList
public WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder removePlayerWorldLocList(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListBuilder
public PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder getPlayerWorldLocListBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListOrBuilder
public PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder getPlayerWorldLocListOrBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1;- Specified by:
getPlayerWorldLocListOrBuilderin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
getPlayerWorldLocListOrBuilderList
public List<? extends PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder> getPlayerWorldLocListOrBuilderList()repeated .PlayerWorldLocationInfo player_world_loc_list = 1;- Specified by:
getPlayerWorldLocListOrBuilderListin interfaceWorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotifyOrBuilder
-
addPlayerWorldLocListBuilder
public PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder addPlayerWorldLocListBuilder()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
addPlayerWorldLocListBuilder
public PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder addPlayerWorldLocListBuilder(int index) repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
getPlayerWorldLocListBuilderList
public List<PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder> getPlayerWorldLocListBuilderList()repeated .PlayerWorldLocationInfo player_world_loc_list = 1; -
setUnknownFields
public final WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-
mergeUnknownFields
public final WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorldPlayerLocationNotifyOuterClass.WorldPlayerLocationNotify.Builder>
-