mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 13:06:02 +08:00
2666 lines
101 KiB
Java
2666 lines
101 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AvatarDataNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class AvatarDataNotifyOuterClass {
|
|
private AvatarDataNotifyOuterClass() {}
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
}
|
|
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions(
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
public interface AvatarDataNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:AvatarDataNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return A list containing the oNAODHDMILI.
|
|
*/
|
|
java.util.List<java.lang.Integer> getONAODHDMILIList();
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return The count of oNAODHDMILI.
|
|
*/
|
|
int getONAODHDMILICount();
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oNAODHDMILI at the given index.
|
|
*/
|
|
int getONAODHDMILI(int index);
|
|
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return A list containing the tempAvatarGuidList.
|
|
*/
|
|
java.util.List<java.lang.Long> getTempAvatarGuidListList();
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return The count of tempAvatarGuidList.
|
|
*/
|
|
int getTempAvatarGuidListCount();
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The tempAvatarGuidList at the given index.
|
|
*/
|
|
long getTempAvatarGuidList(int index);
|
|
|
|
/**
|
|
* <code>uint32 cur_avatar_team_id = 7;</code>
|
|
* @return The curAvatarTeamId.
|
|
*/
|
|
int getCurAvatarTeamId();
|
|
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo>
|
|
getAvatarListList();
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index);
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
int getAvatarListCount();
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>
|
|
getAvatarListOrBuilderList();
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return A list containing the backupAvatarTeamOrderList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getBackupAvatarTeamOrderListList();
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return The count of backupAvatarTeamOrderList.
|
|
*/
|
|
int getBackupAvatarTeamOrderListCount();
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The backupAvatarTeamOrderList at the given index.
|
|
*/
|
|
int getBackupAvatarTeamOrderList(int index);
|
|
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
int getAvatarTeamMapCount();
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
boolean containsAvatarTeamMap(
|
|
int key);
|
|
/**
|
|
* Use {@link #getAvatarTeamMapMap()} instead.
|
|
*/
|
|
@java.lang.Deprecated
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
getAvatarTeamMap();
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
getAvatarTeamMapMap();
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue);
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow(
|
|
int key);
|
|
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return A list containing the ownedFlycloakList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getOwnedFlycloakListList();
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return The count of ownedFlycloakList.
|
|
*/
|
|
int getOwnedFlycloakListCount();
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedFlycloakList at the given index.
|
|
*/
|
|
int getOwnedFlycloakList(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return A list containing the ownedCostumeList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getOwnedCostumeListList();
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return The count of ownedCostumeList.
|
|
*/
|
|
int getOwnedCostumeListCount();
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedCostumeList at the given index.
|
|
*/
|
|
int getOwnedCostumeList(int index);
|
|
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo>
|
|
getAvatarRenameListList();
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo getAvatarRenameList(int index);
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
int getAvatarRenameListCount();
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder>
|
|
getAvatarRenameListOrBuilderList();
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder getAvatarRenameListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint64 choose_avatar_guid = 14;</code>
|
|
* @return The chooseAvatarGuid.
|
|
*/
|
|
long getChooseAvatarGuid();
|
|
}
|
|
/**
|
|
* Protobuf type {@code AvatarDataNotify}
|
|
*/
|
|
public static final class AvatarDataNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:AvatarDataNotify)
|
|
AvatarDataNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use AvatarDataNotify.newBuilder() to construct.
|
|
private AvatarDataNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private AvatarDataNotify() {
|
|
oNAODHDMILI_ = emptyIntList();
|
|
tempAvatarGuidList_ = emptyLongList();
|
|
avatarList_ = java.util.Collections.emptyList();
|
|
backupAvatarTeamOrderList_ = emptyIntList();
|
|
ownedFlycloakList_ = emptyIntList();
|
|
ownedCostumeList_ = emptyIntList();
|
|
avatarRenameList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new AvatarDataNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private AvatarDataNotify(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
try {
|
|
boolean done = false;
|
|
while (!done) {
|
|
int tag = input.readTag();
|
|
switch (tag) {
|
|
case 0:
|
|
done = true;
|
|
break;
|
|
case 16: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
oNAODHDMILI_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
oNAODHDMILI_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 18: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
oNAODHDMILI_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
oNAODHDMILI_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 32: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
tempAvatarGuidList_ = newLongList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
tempAvatarGuidList_.addLong(input.readUInt64());
|
|
break;
|
|
}
|
|
case 34: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
|
tempAvatarGuidList_ = newLongList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
tempAvatarGuidList_.addLong(input.readUInt64());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 56: {
|
|
|
|
curAvatarTeamId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
avatarList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo>();
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
avatarList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 72: {
|
|
if (!((mutable_bitField0_ & 0x00000008) != 0)) {
|
|
backupAvatarTeamOrderList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000008;
|
|
}
|
|
backupAvatarTeamOrderList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 74: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) {
|
|
backupAvatarTeamOrderList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000008;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
backupAvatarTeamOrderList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 82: {
|
|
if (!((mutable_bitField0_ & 0x00000010) != 0)) {
|
|
avatarTeamMap_ = com.google.protobuf.MapField.newMapField(
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
|
mutable_bitField0_ |= 0x00000010;
|
|
}
|
|
com.google.protobuf.MapEntry<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
avatarTeamMap__ = input.readMessage(
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
avatarTeamMap_.getMutableMap().put(
|
|
avatarTeamMap__.getKey(), avatarTeamMap__.getValue());
|
|
break;
|
|
}
|
|
case 88: {
|
|
if (!((mutable_bitField0_ & 0x00000020) != 0)) {
|
|
ownedFlycloakList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000020;
|
|
}
|
|
ownedFlycloakList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 90: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000020) != 0) && input.getBytesUntilLimit() > 0) {
|
|
ownedFlycloakList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000020;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
ownedFlycloakList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 96: {
|
|
if (!((mutable_bitField0_ & 0x00000040) != 0)) {
|
|
ownedCostumeList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000040;
|
|
}
|
|
ownedCostumeList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 98: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000040) != 0) && input.getBytesUntilLimit() > 0) {
|
|
ownedCostumeList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000040;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
ownedCostumeList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (!((mutable_bitField0_ & 0x00000080) != 0)) {
|
|
avatarRenameList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo>();
|
|
mutable_bitField0_ |= 0x00000080;
|
|
}
|
|
avatarRenameList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 112: {
|
|
|
|
chooseAvatarGuid_ = input.readUInt64();
|
|
break;
|
|
}
|
|
default: {
|
|
if (!parseUnknownField(
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
e).setUnfinishedMessage(this);
|
|
} finally {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
oNAODHDMILI_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
tempAvatarGuidList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
avatarList_ = java.util.Collections.unmodifiableList(avatarList_);
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000008) != 0)) {
|
|
backupAvatarTeamOrderList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000020) != 0)) {
|
|
ownedFlycloakList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000040) != 0)) {
|
|
ownedCostumeList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000080) != 0)) {
|
|
avatarRenameList_ = java.util.Collections.unmodifiableList(avatarRenameList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_descriptor;
|
|
}
|
|
|
|
@SuppressWarnings({"rawtypes"})
|
|
@java.lang.Override
|
|
protected com.google.protobuf.MapField internalGetMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 10:
|
|
return internalGetAvatarTeamMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.class, emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.Builder.class);
|
|
}
|
|
|
|
public static final int ONAODHDMILI_FIELD_NUMBER = 2;
|
|
private com.google.protobuf.Internal.IntList oNAODHDMILI_;
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return A list containing the oNAODHDMILI.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getONAODHDMILIList() {
|
|
return oNAODHDMILI_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return The count of oNAODHDMILI.
|
|
*/
|
|
public int getONAODHDMILICount() {
|
|
return oNAODHDMILI_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oNAODHDMILI at the given index.
|
|
*/
|
|
public int getONAODHDMILI(int index) {
|
|
return oNAODHDMILI_.getInt(index);
|
|
}
|
|
private int oNAODHDMILIMemoizedSerializedSize = -1;
|
|
|
|
public static final int TEMP_AVATAR_GUID_LIST_FIELD_NUMBER = 4;
|
|
private com.google.protobuf.Internal.LongList tempAvatarGuidList_;
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return A list containing the tempAvatarGuidList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Long>
|
|
getTempAvatarGuidListList() {
|
|
return tempAvatarGuidList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return The count of tempAvatarGuidList.
|
|
*/
|
|
public int getTempAvatarGuidListCount() {
|
|
return tempAvatarGuidList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The tempAvatarGuidList at the given index.
|
|
*/
|
|
public long getTempAvatarGuidList(int index) {
|
|
return tempAvatarGuidList_.getLong(index);
|
|
}
|
|
private int tempAvatarGuidListMemoizedSerializedSize = -1;
|
|
|
|
public static final int CUR_AVATAR_TEAM_ID_FIELD_NUMBER = 7;
|
|
private int curAvatarTeamId_;
|
|
/**
|
|
* <code>uint32 cur_avatar_team_id = 7;</code>
|
|
* @return The curAvatarTeamId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurAvatarTeamId() {
|
|
return curAvatarTeamId_;
|
|
}
|
|
|
|
public static final int AVATAR_LIST_FIELD_NUMBER = 8;
|
|
private java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo> avatarList_;
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo> getAvatarListList() {
|
|
return avatarList_;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>
|
|
getAvatarListOrBuilderList() {
|
|
return avatarList_;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getAvatarListCount() {
|
|
return avatarList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index) {
|
|
return avatarList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder(
|
|
int index) {
|
|
return avatarList_.get(index);
|
|
}
|
|
|
|
public static final int BACKUP_AVATAR_TEAM_ORDER_LIST_FIELD_NUMBER = 9;
|
|
private com.google.protobuf.Internal.IntList backupAvatarTeamOrderList_;
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return A list containing the backupAvatarTeamOrderList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getBackupAvatarTeamOrderListList() {
|
|
return backupAvatarTeamOrderList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return The count of backupAvatarTeamOrderList.
|
|
*/
|
|
public int getBackupAvatarTeamOrderListCount() {
|
|
return backupAvatarTeamOrderList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The backupAvatarTeamOrderList at the given index.
|
|
*/
|
|
public int getBackupAvatarTeamOrderList(int index) {
|
|
return backupAvatarTeamOrderList_.getInt(index);
|
|
}
|
|
private int backupAvatarTeamOrderListMemoizedSerializedSize = -1;
|
|
|
|
public static final int AVATAR_TEAM_MAP_FIELD_NUMBER = 10;
|
|
private static final class AvatarTeamMapDefaultEntryHolder {
|
|
static final com.google.protobuf.MapEntry<
|
|
java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> defaultEntry =
|
|
com.google.protobuf.MapEntry
|
|
.<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>newDefaultInstance(
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_AvatarTeamMapEntry_descriptor,
|
|
com.google.protobuf.WireFormat.FieldType.UINT32,
|
|
0,
|
|
com.google.protobuf.WireFormat.FieldType.MESSAGE,
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam.getDefaultInstance());
|
|
}
|
|
private com.google.protobuf.MapField<
|
|
java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> avatarTeamMap_;
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
internalGetAvatarTeamMap() {
|
|
if (avatarTeamMap_ == null) {
|
|
return com.google.protobuf.MapField.emptyMapField(
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
return avatarTeamMap_;
|
|
}
|
|
|
|
public int getAvatarTeamMapCount() {
|
|
return internalGetAvatarTeamMap().getMap().size();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
@java.lang.Override
|
|
public boolean containsAvatarTeamMap(
|
|
int key) {
|
|
|
|
return internalGetAvatarTeamMap().getMap().containsKey(key);
|
|
}
|
|
/**
|
|
* Use {@link #getAvatarTeamMapMap()} instead.
|
|
*/
|
|
@java.lang.Override
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> getAvatarTeamMap() {
|
|
return getAvatarTeamMapMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> getAvatarTeamMapMap() {
|
|
return internalGetAvatarTeamMap().getMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> map =
|
|
internalGetAvatarTeamMap().getMap();
|
|
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow(
|
|
int key) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> map =
|
|
internalGetAvatarTeamMap().getMap();
|
|
if (!map.containsKey(key)) {
|
|
throw new java.lang.IllegalArgumentException();
|
|
}
|
|
return map.get(key);
|
|
}
|
|
|
|
public static final int OWNED_FLYCLOAK_LIST_FIELD_NUMBER = 11;
|
|
private com.google.protobuf.Internal.IntList ownedFlycloakList_;
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return A list containing the ownedFlycloakList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getOwnedFlycloakListList() {
|
|
return ownedFlycloakList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return The count of ownedFlycloakList.
|
|
*/
|
|
public int getOwnedFlycloakListCount() {
|
|
return ownedFlycloakList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedFlycloakList at the given index.
|
|
*/
|
|
public int getOwnedFlycloakList(int index) {
|
|
return ownedFlycloakList_.getInt(index);
|
|
}
|
|
private int ownedFlycloakListMemoizedSerializedSize = -1;
|
|
|
|
public static final int OWNED_COSTUME_LIST_FIELD_NUMBER = 12;
|
|
private com.google.protobuf.Internal.IntList ownedCostumeList_;
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return A list containing the ownedCostumeList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getOwnedCostumeListList() {
|
|
return ownedCostumeList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return The count of ownedCostumeList.
|
|
*/
|
|
public int getOwnedCostumeListCount() {
|
|
return ownedCostumeList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedCostumeList at the given index.
|
|
*/
|
|
public int getOwnedCostumeList(int index) {
|
|
return ownedCostumeList_.getInt(index);
|
|
}
|
|
private int ownedCostumeListMemoizedSerializedSize = -1;
|
|
|
|
public static final int AVATAR_RENAME_LIST_FIELD_NUMBER = 13;
|
|
private java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo> avatarRenameList_;
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo> getAvatarRenameListList() {
|
|
return avatarRenameList_;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder>
|
|
getAvatarRenameListOrBuilderList() {
|
|
return avatarRenameList_;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getAvatarRenameListCount() {
|
|
return avatarRenameList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo getAvatarRenameList(int index) {
|
|
return avatarRenameList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder getAvatarRenameListOrBuilder(
|
|
int index) {
|
|
return avatarRenameList_.get(index);
|
|
}
|
|
|
|
public static final int CHOOSE_AVATAR_GUID_FIELD_NUMBER = 14;
|
|
private long chooseAvatarGuid_;
|
|
/**
|
|
* <code>uint64 choose_avatar_guid = 14;</code>
|
|
* @return The chooseAvatarGuid.
|
|
*/
|
|
@java.lang.Override
|
|
public long getChooseAvatarGuid() {
|
|
return chooseAvatarGuid_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
getSerializedSize();
|
|
if (getONAODHDMILIList().size() > 0) {
|
|
output.writeUInt32NoTag(18);
|
|
output.writeUInt32NoTag(oNAODHDMILIMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < oNAODHDMILI_.size(); i++) {
|
|
output.writeUInt32NoTag(oNAODHDMILI_.getInt(i));
|
|
}
|
|
if (getTempAvatarGuidListList().size() > 0) {
|
|
output.writeUInt32NoTag(34);
|
|
output.writeUInt32NoTag(tempAvatarGuidListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
|
output.writeUInt64NoTag(tempAvatarGuidList_.getLong(i));
|
|
}
|
|
if (curAvatarTeamId_ != 0) {
|
|
output.writeUInt32(7, curAvatarTeamId_);
|
|
}
|
|
for (int i = 0; i < avatarList_.size(); i++) {
|
|
output.writeMessage(8, avatarList_.get(i));
|
|
}
|
|
if (getBackupAvatarTeamOrderListList().size() > 0) {
|
|
output.writeUInt32NoTag(74);
|
|
output.writeUInt32NoTag(backupAvatarTeamOrderListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < backupAvatarTeamOrderList_.size(); i++) {
|
|
output.writeUInt32NoTag(backupAvatarTeamOrderList_.getInt(i));
|
|
}
|
|
com.google.protobuf.GeneratedMessageV3
|
|
.serializeIntegerMapTo(
|
|
output,
|
|
internalGetAvatarTeamMap(),
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry,
|
|
10);
|
|
if (getOwnedFlycloakListList().size() > 0) {
|
|
output.writeUInt32NoTag(90);
|
|
output.writeUInt32NoTag(ownedFlycloakListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < ownedFlycloakList_.size(); i++) {
|
|
output.writeUInt32NoTag(ownedFlycloakList_.getInt(i));
|
|
}
|
|
if (getOwnedCostumeListList().size() > 0) {
|
|
output.writeUInt32NoTag(98);
|
|
output.writeUInt32NoTag(ownedCostumeListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < ownedCostumeList_.size(); i++) {
|
|
output.writeUInt32NoTag(ownedCostumeList_.getInt(i));
|
|
}
|
|
for (int i = 0; i < avatarRenameList_.size(); i++) {
|
|
output.writeMessage(13, avatarRenameList_.get(i));
|
|
}
|
|
if (chooseAvatarGuid_ != 0L) {
|
|
output.writeUInt64(14, chooseAvatarGuid_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < oNAODHDMILI_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(oNAODHDMILI_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getONAODHDMILIList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
oNAODHDMILIMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt64SizeNoTag(tempAvatarGuidList_.getLong(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getTempAvatarGuidListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
tempAvatarGuidListMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (curAvatarTeamId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(7, curAvatarTeamId_);
|
|
}
|
|
for (int i = 0; i < avatarList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(8, avatarList_.get(i));
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < backupAvatarTeamOrderList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(backupAvatarTeamOrderList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getBackupAvatarTeamOrderListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
backupAvatarTeamOrderListMemoizedSerializedSize = dataSize;
|
|
}
|
|
for (java.util.Map.Entry<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> entry
|
|
: internalGetAvatarTeamMap().getMap().entrySet()) {
|
|
com.google.protobuf.MapEntry<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
avatarTeamMap__ = AvatarTeamMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
.setKey(entry.getKey())
|
|
.setValue(entry.getValue())
|
|
.build();
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(10, avatarTeamMap__);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < ownedFlycloakList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(ownedFlycloakList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getOwnedFlycloakListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
ownedFlycloakListMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < ownedCostumeList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(ownedCostumeList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getOwnedCostumeListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
ownedCostumeListMemoizedSerializedSize = dataSize;
|
|
}
|
|
for (int i = 0; i < avatarRenameList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(13, avatarRenameList_.get(i));
|
|
}
|
|
if (chooseAvatarGuid_ != 0L) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt64Size(14, chooseAvatarGuid_);
|
|
}
|
|
size += unknownFields.getSerializedSize();
|
|
memoizedSize = size;
|
|
return size;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public boolean equals(final java.lang.Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify other = (emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify) obj;
|
|
|
|
if (!getONAODHDMILIList()
|
|
.equals(other.getONAODHDMILIList())) return false;
|
|
if (!getTempAvatarGuidListList()
|
|
.equals(other.getTempAvatarGuidListList())) return false;
|
|
if (getCurAvatarTeamId()
|
|
!= other.getCurAvatarTeamId()) return false;
|
|
if (!getAvatarListList()
|
|
.equals(other.getAvatarListList())) return false;
|
|
if (!getBackupAvatarTeamOrderListList()
|
|
.equals(other.getBackupAvatarTeamOrderListList())) return false;
|
|
if (!internalGetAvatarTeamMap().equals(
|
|
other.internalGetAvatarTeamMap())) return false;
|
|
if (!getOwnedFlycloakListList()
|
|
.equals(other.getOwnedFlycloakListList())) return false;
|
|
if (!getOwnedCostumeListList()
|
|
.equals(other.getOwnedCostumeListList())) return false;
|
|
if (!getAvatarRenameListList()
|
|
.equals(other.getAvatarRenameListList())) return false;
|
|
if (getChooseAvatarGuid()
|
|
!= other.getChooseAvatarGuid()) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
if (getONAODHDMILICount() > 0) {
|
|
hash = (37 * hash) + ONAODHDMILI_FIELD_NUMBER;
|
|
hash = (53 * hash) + getONAODHDMILIList().hashCode();
|
|
}
|
|
if (getTempAvatarGuidListCount() > 0) {
|
|
hash = (37 * hash) + TEMP_AVATAR_GUID_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTempAvatarGuidListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + CUR_AVATAR_TEAM_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCurAvatarTeamId();
|
|
if (getAvatarListCount() > 0) {
|
|
hash = (37 * hash) + AVATAR_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAvatarListList().hashCode();
|
|
}
|
|
if (getBackupAvatarTeamOrderListCount() > 0) {
|
|
hash = (37 * hash) + BACKUP_AVATAR_TEAM_ORDER_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getBackupAvatarTeamOrderListList().hashCode();
|
|
}
|
|
if (!internalGetAvatarTeamMap().getMap().isEmpty()) {
|
|
hash = (37 * hash) + AVATAR_TEAM_MAP_FIELD_NUMBER;
|
|
hash = (53 * hash) + internalGetAvatarTeamMap().hashCode();
|
|
}
|
|
if (getOwnedFlycloakListCount() > 0) {
|
|
hash = (37 * hash) + OWNED_FLYCLOAK_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getOwnedFlycloakListList().hashCode();
|
|
}
|
|
if (getOwnedCostumeListCount() > 0) {
|
|
hash = (37 * hash) + OWNED_COSTUME_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getOwnedCostumeListList().hashCode();
|
|
}
|
|
if (getAvatarRenameListCount() > 0) {
|
|
hash = (37 * hash) + AVATAR_RENAME_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAvatarRenameListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + CHOOSE_AVATAR_GUID_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
getChooseAvatarGuid());
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
java.nio.ByteBuffer data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseDelimitedFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
* Protobuf type {@code AvatarDataNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:AvatarDataNotify)
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_descriptor;
|
|
}
|
|
|
|
@SuppressWarnings({"rawtypes"})
|
|
protected com.google.protobuf.MapField internalGetMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 10:
|
|
return internalGetAvatarTeamMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@SuppressWarnings({"rawtypes"})
|
|
protected com.google.protobuf.MapField internalGetMutableMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 10:
|
|
return internalGetMutableAvatarTeamMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.class, emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getAvatarListFieldBuilder();
|
|
getAvatarRenameListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
oNAODHDMILI_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
tempAvatarGuidList_ = emptyLongList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
curAvatarTeamId_ = 0;
|
|
|
|
if (avatarListBuilder_ == null) {
|
|
avatarList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
} else {
|
|
avatarListBuilder_.clear();
|
|
}
|
|
backupAvatarTeamOrderList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
internalGetMutableAvatarTeamMap().clear();
|
|
ownedFlycloakList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
ownedCostumeList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
if (avatarRenameListBuilder_ == null) {
|
|
avatarRenameList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
} else {
|
|
avatarRenameListBuilder_.clear();
|
|
}
|
|
chooseAvatarGuid_ = 0L;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.internal_static_AvatarDataNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify build() {
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify buildPartial() {
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify result = new emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
oNAODHDMILI_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.oNAODHDMILI_ = oNAODHDMILI_;
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
tempAvatarGuidList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.tempAvatarGuidList_ = tempAvatarGuidList_;
|
|
result.curAvatarTeamId_ = curAvatarTeamId_;
|
|
if (avatarListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000004) != 0)) {
|
|
avatarList_ = java.util.Collections.unmodifiableList(avatarList_);
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
}
|
|
result.avatarList_ = avatarList_;
|
|
} else {
|
|
result.avatarList_ = avatarListBuilder_.build();
|
|
}
|
|
if (((bitField0_ & 0x00000008) != 0)) {
|
|
backupAvatarTeamOrderList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
}
|
|
result.backupAvatarTeamOrderList_ = backupAvatarTeamOrderList_;
|
|
result.avatarTeamMap_ = internalGetAvatarTeamMap();
|
|
result.avatarTeamMap_.makeImmutable();
|
|
if (((bitField0_ & 0x00000020) != 0)) {
|
|
ownedFlycloakList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
}
|
|
result.ownedFlycloakList_ = ownedFlycloakList_;
|
|
if (((bitField0_ & 0x00000040) != 0)) {
|
|
ownedCostumeList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
}
|
|
result.ownedCostumeList_ = ownedCostumeList_;
|
|
if (avatarRenameListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000080) != 0)) {
|
|
avatarRenameList_ = java.util.Collections.unmodifiableList(avatarRenameList_);
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
}
|
|
result.avatarRenameList_ = avatarRenameList_;
|
|
} else {
|
|
result.avatarRenameList_ = avatarRenameListBuilder_.build();
|
|
}
|
|
result.chooseAvatarGuid_ = chooseAvatarGuid_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearOneof(
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index, java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other instanceof emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify other) {
|
|
if (other == emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify.getDefaultInstance()) return this;
|
|
if (!other.oNAODHDMILI_.isEmpty()) {
|
|
if (oNAODHDMILI_.isEmpty()) {
|
|
oNAODHDMILI_ = other.oNAODHDMILI_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureONAODHDMILIIsMutable();
|
|
oNAODHDMILI_.addAll(other.oNAODHDMILI_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.tempAvatarGuidList_.isEmpty()) {
|
|
if (tempAvatarGuidList_.isEmpty()) {
|
|
tempAvatarGuidList_ = other.tempAvatarGuidList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureTempAvatarGuidListIsMutable();
|
|
tempAvatarGuidList_.addAll(other.tempAvatarGuidList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getCurAvatarTeamId() != 0) {
|
|
setCurAvatarTeamId(other.getCurAvatarTeamId());
|
|
}
|
|
if (avatarListBuilder_ == null) {
|
|
if (!other.avatarList_.isEmpty()) {
|
|
if (avatarList_.isEmpty()) {
|
|
avatarList_ = other.avatarList_;
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
} else {
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.addAll(other.avatarList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.avatarList_.isEmpty()) {
|
|
if (avatarListBuilder_.isEmpty()) {
|
|
avatarListBuilder_.dispose();
|
|
avatarListBuilder_ = null;
|
|
avatarList_ = other.avatarList_;
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
avatarListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getAvatarListFieldBuilder() : null;
|
|
} else {
|
|
avatarListBuilder_.addAllMessages(other.avatarList_);
|
|
}
|
|
}
|
|
}
|
|
if (!other.backupAvatarTeamOrderList_.isEmpty()) {
|
|
if (backupAvatarTeamOrderList_.isEmpty()) {
|
|
backupAvatarTeamOrderList_ = other.backupAvatarTeamOrderList_;
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
} else {
|
|
ensureBackupAvatarTeamOrderListIsMutable();
|
|
backupAvatarTeamOrderList_.addAll(other.backupAvatarTeamOrderList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
internalGetMutableAvatarTeamMap().mergeFrom(
|
|
other.internalGetAvatarTeamMap());
|
|
if (!other.ownedFlycloakList_.isEmpty()) {
|
|
if (ownedFlycloakList_.isEmpty()) {
|
|
ownedFlycloakList_ = other.ownedFlycloakList_;
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
} else {
|
|
ensureOwnedFlycloakListIsMutable();
|
|
ownedFlycloakList_.addAll(other.ownedFlycloakList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.ownedCostumeList_.isEmpty()) {
|
|
if (ownedCostumeList_.isEmpty()) {
|
|
ownedCostumeList_ = other.ownedCostumeList_;
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
} else {
|
|
ensureOwnedCostumeListIsMutable();
|
|
ownedCostumeList_.addAll(other.ownedCostumeList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (avatarRenameListBuilder_ == null) {
|
|
if (!other.avatarRenameList_.isEmpty()) {
|
|
if (avatarRenameList_.isEmpty()) {
|
|
avatarRenameList_ = other.avatarRenameList_;
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
} else {
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.addAll(other.avatarRenameList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.avatarRenameList_.isEmpty()) {
|
|
if (avatarRenameListBuilder_.isEmpty()) {
|
|
avatarRenameListBuilder_.dispose();
|
|
avatarRenameListBuilder_ = null;
|
|
avatarRenameList_ = other.avatarRenameList_;
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
avatarRenameListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getAvatarRenameListFieldBuilder() : null;
|
|
} else {
|
|
avatarRenameListBuilder_.addAllMessages(other.avatarRenameList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getChooseAvatarGuid() != 0L) {
|
|
setChooseAvatarGuid(other.getChooseAvatarGuid());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private com.google.protobuf.Internal.IntList oNAODHDMILI_ = emptyIntList();
|
|
private void ensureONAODHDMILIIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
oNAODHDMILI_ = mutableCopy(oNAODHDMILI_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return A list containing the oNAODHDMILI.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getONAODHDMILIList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(oNAODHDMILI_) : oNAODHDMILI_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return The count of oNAODHDMILI.
|
|
*/
|
|
public int getONAODHDMILICount() {
|
|
return oNAODHDMILI_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oNAODHDMILI at the given index.
|
|
*/
|
|
public int getONAODHDMILI(int index) {
|
|
return oNAODHDMILI_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The oNAODHDMILI to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setONAODHDMILI(
|
|
int index, int value) {
|
|
ensureONAODHDMILIIsMutable();
|
|
oNAODHDMILI_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param value The oNAODHDMILI to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addONAODHDMILI(int value) {
|
|
ensureONAODHDMILIIsMutable();
|
|
oNAODHDMILI_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @param values The oNAODHDMILI to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllONAODHDMILI(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureONAODHDMILIIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, oNAODHDMILI_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 ONAODHDMILI = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearONAODHDMILI() {
|
|
oNAODHDMILI_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.LongList tempAvatarGuidList_ = emptyLongList();
|
|
private void ensureTempAvatarGuidListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
tempAvatarGuidList_ = mutableCopy(tempAvatarGuidList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return A list containing the tempAvatarGuidList.
|
|
*/
|
|
public java.util.List<java.lang.Long>
|
|
getTempAvatarGuidListList() {
|
|
return ((bitField0_ & 0x00000002) != 0) ?
|
|
java.util.Collections.unmodifiableList(tempAvatarGuidList_) : tempAvatarGuidList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return The count of tempAvatarGuidList.
|
|
*/
|
|
public int getTempAvatarGuidListCount() {
|
|
return tempAvatarGuidList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The tempAvatarGuidList at the given index.
|
|
*/
|
|
public long getTempAvatarGuidList(int index) {
|
|
return tempAvatarGuidList_.getLong(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The tempAvatarGuidList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTempAvatarGuidList(
|
|
int index, long value) {
|
|
ensureTempAvatarGuidListIsMutable();
|
|
tempAvatarGuidList_.setLong(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param value The tempAvatarGuidList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addTempAvatarGuidList(long value) {
|
|
ensureTempAvatarGuidListIsMutable();
|
|
tempAvatarGuidList_.addLong(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @param values The tempAvatarGuidList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllTempAvatarGuidList(
|
|
java.lang.Iterable<? extends java.lang.Long> values) {
|
|
ensureTempAvatarGuidListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, tempAvatarGuidList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint64 temp_avatar_guid_list = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTempAvatarGuidList() {
|
|
tempAvatarGuidList_ = emptyLongList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int curAvatarTeamId_ ;
|
|
/**
|
|
* <code>uint32 cur_avatar_team_id = 7;</code>
|
|
* @return The curAvatarTeamId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurAvatarTeamId() {
|
|
return curAvatarTeamId_;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_avatar_team_id = 7;</code>
|
|
* @param value The curAvatarTeamId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setCurAvatarTeamId(int value) {
|
|
|
|
curAvatarTeamId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_avatar_team_id = 7;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearCurAvatarTeamId() {
|
|
|
|
curAvatarTeamId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo> avatarList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureAvatarListIsMutable() {
|
|
if (!((bitField0_ & 0x00000004) != 0)) {
|
|
avatarList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo>(avatarList_);
|
|
bitField0_ |= 0x00000004;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder> avatarListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo> getAvatarListList() {
|
|
if (avatarListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(avatarList_);
|
|
} else {
|
|
return avatarListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public int getAvatarListCount() {
|
|
if (avatarListBuilder_ == null) {
|
|
return avatarList_.size();
|
|
} else {
|
|
return avatarListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index) {
|
|
if (avatarListBuilder_ == null) {
|
|
return avatarList_.get(index);
|
|
} else {
|
|
return avatarListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder setAvatarList(
|
|
int index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo value) {
|
|
if (avatarListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder setAvatarList(
|
|
int index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder builderForValue) {
|
|
if (avatarListBuilder_ == null) {
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder addAvatarList(emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo value) {
|
|
if (avatarListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder addAvatarList(
|
|
int index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo value) {
|
|
if (avatarListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder addAvatarList(
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder builderForValue) {
|
|
if (avatarListBuilder_ == null) {
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder addAvatarList(
|
|
int index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder builderForValue) {
|
|
if (avatarListBuilder_ == null) {
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder addAllAvatarList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo> values) {
|
|
if (avatarListBuilder_ == null) {
|
|
ensureAvatarListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, avatarList_);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder clearAvatarList() {
|
|
if (avatarListBuilder_ == null) {
|
|
avatarList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public Builder removeAvatarList(int index) {
|
|
if (avatarListBuilder_ == null) {
|
|
ensureAvatarListIsMutable();
|
|
avatarList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
avatarListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder getAvatarListBuilder(
|
|
int index) {
|
|
return getAvatarListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder(
|
|
int index) {
|
|
if (avatarListBuilder_ == null) {
|
|
return avatarList_.get(index); } else {
|
|
return avatarListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>
|
|
getAvatarListOrBuilderList() {
|
|
if (avatarListBuilder_ != null) {
|
|
return avatarListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(avatarList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder addAvatarListBuilder() {
|
|
return getAvatarListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder addAvatarListBuilder(
|
|
int index) {
|
|
return getAvatarListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarInfo avatar_list = 8;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder>
|
|
getAvatarListBuilderList() {
|
|
return getAvatarListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>
|
|
getAvatarListFieldBuilder() {
|
|
if (avatarListBuilder_ == null) {
|
|
avatarListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder>(
|
|
avatarList_,
|
|
((bitField0_ & 0x00000004) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
avatarList_ = null;
|
|
}
|
|
return avatarListBuilder_;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList backupAvatarTeamOrderList_ = emptyIntList();
|
|
private void ensureBackupAvatarTeamOrderListIsMutable() {
|
|
if (!((bitField0_ & 0x00000008) != 0)) {
|
|
backupAvatarTeamOrderList_ = mutableCopy(backupAvatarTeamOrderList_);
|
|
bitField0_ |= 0x00000008;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return A list containing the backupAvatarTeamOrderList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getBackupAvatarTeamOrderListList() {
|
|
return ((bitField0_ & 0x00000008) != 0) ?
|
|
java.util.Collections.unmodifiableList(backupAvatarTeamOrderList_) : backupAvatarTeamOrderList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return The count of backupAvatarTeamOrderList.
|
|
*/
|
|
public int getBackupAvatarTeamOrderListCount() {
|
|
return backupAvatarTeamOrderList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The backupAvatarTeamOrderList at the given index.
|
|
*/
|
|
public int getBackupAvatarTeamOrderList(int index) {
|
|
return backupAvatarTeamOrderList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The backupAvatarTeamOrderList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setBackupAvatarTeamOrderList(
|
|
int index, int value) {
|
|
ensureBackupAvatarTeamOrderListIsMutable();
|
|
backupAvatarTeamOrderList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param value The backupAvatarTeamOrderList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addBackupAvatarTeamOrderList(int value) {
|
|
ensureBackupAvatarTeamOrderListIsMutable();
|
|
backupAvatarTeamOrderList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @param values The backupAvatarTeamOrderList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllBackupAvatarTeamOrderList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureBackupAvatarTeamOrderListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, backupAvatarTeamOrderList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 backup_avatar_team_order_list = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearBackupAvatarTeamOrderList() {
|
|
backupAvatarTeamOrderList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.MapField<
|
|
java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> avatarTeamMap_;
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
internalGetAvatarTeamMap() {
|
|
if (avatarTeamMap_ == null) {
|
|
return com.google.protobuf.MapField.emptyMapField(
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
return avatarTeamMap_;
|
|
}
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
internalGetMutableAvatarTeamMap() {
|
|
onChanged();;
|
|
if (avatarTeamMap_ == null) {
|
|
avatarTeamMap_ = com.google.protobuf.MapField.newMapField(
|
|
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
if (!avatarTeamMap_.isMutable()) {
|
|
avatarTeamMap_ = avatarTeamMap_.copy();
|
|
}
|
|
return avatarTeamMap_;
|
|
}
|
|
|
|
public int getAvatarTeamMapCount() {
|
|
return internalGetAvatarTeamMap().getMap().size();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
@java.lang.Override
|
|
public boolean containsAvatarTeamMap(
|
|
int key) {
|
|
|
|
return internalGetAvatarTeamMap().getMap().containsKey(key);
|
|
}
|
|
/**
|
|
* Use {@link #getAvatarTeamMapMap()} instead.
|
|
*/
|
|
@java.lang.Override
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> getAvatarTeamMap() {
|
|
return getAvatarTeamMapMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> getAvatarTeamMapMap() {
|
|
return internalGetAvatarTeamMap().getMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> map =
|
|
internalGetAvatarTeamMap().getMap();
|
|
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow(
|
|
int key) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> map =
|
|
internalGetAvatarTeamMap().getMap();
|
|
if (!map.containsKey(key)) {
|
|
throw new java.lang.IllegalArgumentException();
|
|
}
|
|
return map.get(key);
|
|
}
|
|
|
|
public Builder clearAvatarTeamMap() {
|
|
internalGetMutableAvatarTeamMap().getMutableMap()
|
|
.clear();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
public Builder removeAvatarTeamMap(
|
|
int key) {
|
|
|
|
internalGetMutableAvatarTeamMap().getMutableMap()
|
|
.remove(key);
|
|
return this;
|
|
}
|
|
/**
|
|
* Use alternate mutation accessors instead.
|
|
*/
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
|
getMutableAvatarTeamMap() {
|
|
return internalGetMutableAvatarTeamMap().getMutableMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
public Builder putAvatarTeamMap(
|
|
int key,
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam value) {
|
|
|
|
if (value == null) { throw new java.lang.NullPointerException(); }
|
|
internalGetMutableAvatarTeamMap().getMutableMap()
|
|
.put(key, value);
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .AvatarTeam> avatar_team_map = 10;</code>
|
|
*/
|
|
|
|
public Builder putAllAvatarTeamMap(
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> values) {
|
|
internalGetMutableAvatarTeamMap().getMutableMap()
|
|
.putAll(values);
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList ownedFlycloakList_ = emptyIntList();
|
|
private void ensureOwnedFlycloakListIsMutable() {
|
|
if (!((bitField0_ & 0x00000020) != 0)) {
|
|
ownedFlycloakList_ = mutableCopy(ownedFlycloakList_);
|
|
bitField0_ |= 0x00000020;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return A list containing the ownedFlycloakList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getOwnedFlycloakListList() {
|
|
return ((bitField0_ & 0x00000020) != 0) ?
|
|
java.util.Collections.unmodifiableList(ownedFlycloakList_) : ownedFlycloakList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return The count of ownedFlycloakList.
|
|
*/
|
|
public int getOwnedFlycloakListCount() {
|
|
return ownedFlycloakList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedFlycloakList at the given index.
|
|
*/
|
|
public int getOwnedFlycloakList(int index) {
|
|
return ownedFlycloakList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The ownedFlycloakList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setOwnedFlycloakList(
|
|
int index, int value) {
|
|
ensureOwnedFlycloakListIsMutable();
|
|
ownedFlycloakList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param value The ownedFlycloakList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addOwnedFlycloakList(int value) {
|
|
ensureOwnedFlycloakListIsMutable();
|
|
ownedFlycloakList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @param values The ownedFlycloakList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllOwnedFlycloakList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureOwnedFlycloakListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, ownedFlycloakList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_flycloak_list = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearOwnedFlycloakList() {
|
|
ownedFlycloakList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList ownedCostumeList_ = emptyIntList();
|
|
private void ensureOwnedCostumeListIsMutable() {
|
|
if (!((bitField0_ & 0x00000040) != 0)) {
|
|
ownedCostumeList_ = mutableCopy(ownedCostumeList_);
|
|
bitField0_ |= 0x00000040;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return A list containing the ownedCostumeList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getOwnedCostumeListList() {
|
|
return ((bitField0_ & 0x00000040) != 0) ?
|
|
java.util.Collections.unmodifiableList(ownedCostumeList_) : ownedCostumeList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return The count of ownedCostumeList.
|
|
*/
|
|
public int getOwnedCostumeListCount() {
|
|
return ownedCostumeList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The ownedCostumeList at the given index.
|
|
*/
|
|
public int getOwnedCostumeList(int index) {
|
|
return ownedCostumeList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The ownedCostumeList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setOwnedCostumeList(
|
|
int index, int value) {
|
|
ensureOwnedCostumeListIsMutable();
|
|
ownedCostumeList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param value The ownedCostumeList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addOwnedCostumeList(int value) {
|
|
ensureOwnedCostumeListIsMutable();
|
|
ownedCostumeList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @param values The ownedCostumeList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllOwnedCostumeList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureOwnedCostumeListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, ownedCostumeList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 owned_costume_list = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearOwnedCostumeList() {
|
|
ownedCostumeList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo> avatarRenameList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureAvatarRenameListIsMutable() {
|
|
if (!((bitField0_ & 0x00000080) != 0)) {
|
|
avatarRenameList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo>(avatarRenameList_);
|
|
bitField0_ |= 0x00000080;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder> avatarRenameListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo> getAvatarRenameListList() {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(avatarRenameList_);
|
|
} else {
|
|
return avatarRenameListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public int getAvatarRenameListCount() {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
return avatarRenameList_.size();
|
|
} else {
|
|
return avatarRenameListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo getAvatarRenameList(int index) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
return avatarRenameList_.get(index);
|
|
} else {
|
|
return avatarRenameListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder setAvatarRenameList(
|
|
int index, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo value) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder setAvatarRenameList(
|
|
int index, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder builderForValue) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder addAvatarRenameList(emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo value) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder addAvatarRenameList(
|
|
int index, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo value) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder addAvatarRenameList(
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder builderForValue) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder addAvatarRenameList(
|
|
int index, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder builderForValue) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder addAllAvatarRenameList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo> values) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
ensureAvatarRenameListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, avatarRenameList_);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder clearAvatarRenameList() {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
avatarRenameList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public Builder removeAvatarRenameList(int index) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
ensureAvatarRenameListIsMutable();
|
|
avatarRenameList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
avatarRenameListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder getAvatarRenameListBuilder(
|
|
int index) {
|
|
return getAvatarRenameListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder getAvatarRenameListOrBuilder(
|
|
int index) {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
return avatarRenameList_.get(index); } else {
|
|
return avatarRenameListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder>
|
|
getAvatarRenameListOrBuilderList() {
|
|
if (avatarRenameListBuilder_ != null) {
|
|
return avatarRenameListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(avatarRenameList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder addAvatarRenameListBuilder() {
|
|
return getAvatarRenameListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder addAvatarRenameListBuilder(
|
|
int index) {
|
|
return getAvatarRenameListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .AvatarRenameInfo avatar_rename_list = 13;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder>
|
|
getAvatarRenameListBuilderList() {
|
|
return getAvatarRenameListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder>
|
|
getAvatarRenameListFieldBuilder() {
|
|
if (avatarRenameListBuilder_ == null) {
|
|
avatarRenameListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfo.Builder, emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.AvatarRenameInfoOrBuilder>(
|
|
avatarRenameList_,
|
|
((bitField0_ & 0x00000080) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
avatarRenameList_ = null;
|
|
}
|
|
return avatarRenameListBuilder_;
|
|
}
|
|
|
|
private long chooseAvatarGuid_ ;
|
|
/**
|
|
* <code>uint64 choose_avatar_guid = 14;</code>
|
|
* @return The chooseAvatarGuid.
|
|
*/
|
|
@java.lang.Override
|
|
public long getChooseAvatarGuid() {
|
|
return chooseAvatarGuid_;
|
|
}
|
|
/**
|
|
* <code>uint64 choose_avatar_guid = 14;</code>
|
|
* @param value The chooseAvatarGuid to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setChooseAvatarGuid(long value) {
|
|
|
|
chooseAvatarGuid_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint64 choose_avatar_guid = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearChooseAvatarGuid() {
|
|
|
|
chooseAvatarGuid_ = 0L;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:AvatarDataNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:AvatarDataNotify)
|
|
private static final emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<AvatarDataNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<AvatarDataNotify>() {
|
|
@java.lang.Override
|
|
public AvatarDataNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new AvatarDataNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<AvatarDataNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<AvatarDataNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AvatarDataNotifyOuterClass.AvatarDataNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_AvatarDataNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_AvatarDataNotify_fieldAccessorTable;
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_AvatarDataNotify_AvatarTeamMapEntry_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_AvatarDataNotify_AvatarTeamMapEntry_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\026AvatarDataNotify.proto\032\020AvatarInfo.pro" +
|
|
"to\032\020AvatarTeam.proto\032\026AvatarRenameInfo.p" +
|
|
"roto\"\261\003\n\020AvatarDataNotify\022\023\n\013ONAODHDMILI" +
|
|
"\030\002 \003(\r\022\035\n\025temp_avatar_guid_list\030\004 \003(\004\022\032\n" +
|
|
"\022cur_avatar_team_id\030\007 \001(\r\022 \n\013avatar_list" +
|
|
"\030\010 \003(\0132\013.AvatarInfo\022%\n\035backup_avatar_tea" +
|
|
"m_order_list\030\t \003(\r\022=\n\017avatar_team_map\030\n " +
|
|
"\003(\0132$.AvatarDataNotify.AvatarTeamMapEntr" +
|
|
"y\022\033\n\023owned_flycloak_list\030\013 \003(\r\022\032\n\022owned_" +
|
|
"costume_list\030\014 \003(\r\022-\n\022avatar_rename_list" +
|
|
"\030\r \003(\0132\021.AvatarRenameInfo\022\032\n\022choose_avat" +
|
|
"ar_guid\030\016 \001(\004\032A\n\022AvatarTeamMapEntry\022\013\n\003k" +
|
|
"ey\030\001 \001(\r\022\032\n\005value\030\002 \001(\0132\013.AvatarTeam:\0028\001" +
|
|
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_AvatarDataNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_AvatarDataNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_AvatarDataNotify_descriptor,
|
|
new java.lang.String[] { "ONAODHDMILI", "TempAvatarGuidList", "CurAvatarTeamId", "AvatarList", "BackupAvatarTeamOrderList", "AvatarTeamMap", "OwnedFlycloakList", "OwnedCostumeList", "AvatarRenameList", "ChooseAvatarGuid", });
|
|
internal_static_AvatarDataNotify_AvatarTeamMapEntry_descriptor =
|
|
internal_static_AvatarDataNotify_descriptor.getNestedTypes().get(0);
|
|
internal_static_AvatarDataNotify_AvatarTeamMapEntry_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_AvatarDataNotify_AvatarTeamMapEntry_descriptor,
|
|
new java.lang.String[] { "Key", "Value", });
|
|
emu.grasscutter.net.proto.AvatarInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.AvatarTeamOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.AvatarRenameInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|