// 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 { /** * repeated uint32 owned_costume_list = 11; * @return A list containing the ownedCostumeList. */ java.util.List getOwnedCostumeListList(); /** * repeated uint32 owned_costume_list = 11; * @return The count of ownedCostumeList. */ int getOwnedCostumeListCount(); /** * repeated uint32 owned_costume_list = 11; * @param index The index of the element to return. * @return The ownedCostumeList at the given index. */ int getOwnedCostumeList(int index); /** * uint64 choose_avatar_guid = 8; * @return The chooseAvatarGuid. */ long getChooseAvatarGuid(); /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ int getAvatarTeamMapCount(); /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ boolean containsAvatarTeamMap( int key); /** * Use {@link #getAvatarTeamMapMap()} instead. */ @java.lang.Deprecated java.util.Map getAvatarTeamMap(); /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ java.util.Map getAvatarTeamMapMap(); /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault( int key, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue); /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow( int key); /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return A list containing the unk3000NIGPICLBHMA. */ java.util.List getUnk3000NIGPICLBHMAList(); /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return The count of unk3000NIGPICLBHMA. */ int getUnk3000NIGPICLBHMACount(); /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param index The index of the element to return. * @return The unk3000NIGPICLBHMA at the given index. */ int getUnk3000NIGPICLBHMA(int index); /** * repeated uint64 temp_avatar_guid_list = 12; * @return A list containing the tempAvatarGuidList. */ java.util.List getTempAvatarGuidListList(); /** * repeated uint64 temp_avatar_guid_list = 12; * @return The count of tempAvatarGuidList. */ int getTempAvatarGuidListCount(); /** * repeated uint64 temp_avatar_guid_list = 12; * @param index The index of the element to return. * @return The tempAvatarGuidList at the given index. */ long getTempAvatarGuidList(int index); /** * repeated uint32 owned_flycloak_list = 1; * @return A list containing the ownedFlycloakList. */ java.util.List getOwnedFlycloakListList(); /** * repeated uint32 owned_flycloak_list = 1; * @return The count of ownedFlycloakList. */ int getOwnedFlycloakListCount(); /** * repeated uint32 owned_flycloak_list = 1; * @param index The index of the element to return. * @return The ownedFlycloakList at the given index. */ int getOwnedFlycloakList(int index); /** * repeated .AvatarInfo avatar_list = 6; */ java.util.List getAvatarListList(); /** * repeated .AvatarInfo avatar_list = 6; */ emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index); /** * repeated .AvatarInfo avatar_list = 6; */ int getAvatarListCount(); /** * repeated .AvatarInfo avatar_list = 6; */ java.util.List getAvatarListOrBuilderList(); /** * repeated .AvatarInfo avatar_list = 6; */ emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder( int index); /** * uint32 cur_avatar_team_id = 2; * @return The curAvatarTeamId. */ int getCurAvatarTeamId(); } /** *
   * CmdId: 1633
   * EnetChannelId: 0
   * EnetIsReliable: false
   * IsAllowClient: true
   * 
* * 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() { ownedCostumeList_ = emptyIntList(); unk3000NIGPICLBHMA_ = emptyIntList(); tempAvatarGuidList_ = emptyLongList(); ownedFlycloakList_ = emptyIntList(); avatarList_ = 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 8: { if (!((mutable_bitField0_ & 0x00000010) != 0)) { ownedFlycloakList_ = newIntList(); mutable_bitField0_ |= 0x00000010; } ownedFlycloakList_.addInt(input.readUInt32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000010) != 0) && input.getBytesUntilLimit() > 0) { ownedFlycloakList_ = newIntList(); mutable_bitField0_ |= 0x00000010; } while (input.getBytesUntilLimit() > 0) { ownedFlycloakList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 16: { curAvatarTeamId_ = input.readUInt32(); break; } case 50: { if (!((mutable_bitField0_ & 0x00000020) != 0)) { avatarList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } avatarList_.add( input.readMessage(emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.parser(), extensionRegistry)); break; } case 58: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { avatarTeamMap_ = com.google.protobuf.MapField.newMapField( AvatarTeamMapDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000002; } com.google.protobuf.MapEntry avatarTeamMap__ = input.readMessage( AvatarTeamMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); avatarTeamMap_.getMutableMap().put( avatarTeamMap__.getKey(), avatarTeamMap__.getValue()); break; } case 64: { chooseAvatarGuid_ = input.readUInt64(); break; } case 72: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { unk3000NIGPICLBHMA_ = newIntList(); mutable_bitField0_ |= 0x00000004; } unk3000NIGPICLBHMA_.addInt(input.readUInt32()); break; } case 74: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { unk3000NIGPICLBHMA_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { unk3000NIGPICLBHMA_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 88: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { ownedCostumeList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } ownedCostumeList_.addInt(input.readUInt32()); break; } case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { ownedCostumeList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { ownedCostumeList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 96: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { tempAvatarGuidList_ = newLongList(); mutable_bitField0_ |= 0x00000008; } tempAvatarGuidList_.addLong(input.readUInt64()); break; } case 98: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) { tempAvatarGuidList_ = newLongList(); mutable_bitField0_ |= 0x00000008; } while (input.getBytesUntilLimit() > 0) { tempAvatarGuidList_.addLong(input.readUInt64()); } input.popLimit(limit); 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_ & 0x00000010) != 0)) { ownedFlycloakList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000020) != 0)) { avatarList_ = java.util.Collections.unmodifiableList(avatarList_); } if (((mutable_bitField0_ & 0x00000004) != 0)) { unk3000NIGPICLBHMA_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { ownedCostumeList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000008) != 0)) { tempAvatarGuidList_.makeImmutable(); // C } 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 7: 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 OWNED_COSTUME_LIST_FIELD_NUMBER = 11; private com.google.protobuf.Internal.IntList ownedCostumeList_; /** * repeated uint32 owned_costume_list = 11; * @return A list containing the ownedCostumeList. */ @java.lang.Override public java.util.List getOwnedCostumeListList() { return ownedCostumeList_; } /** * repeated uint32 owned_costume_list = 11; * @return The count of ownedCostumeList. */ public int getOwnedCostumeListCount() { return ownedCostumeList_.size(); } /** * repeated uint32 owned_costume_list = 11; * @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 CHOOSE_AVATAR_GUID_FIELD_NUMBER = 8; private long chooseAvatarGuid_; /** * uint64 choose_avatar_guid = 8; * @return The chooseAvatarGuid. */ @java.lang.Override public long getChooseAvatarGuid() { return chooseAvatarGuid_; } public static final int AVATAR_TEAM_MAP_FIELD_NUMBER = 7; 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 .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 internalGetAvatarTeamMap() { if (avatarTeamMap_ == null) { return com.google.protobuf.MapField.emptyMapField( AvatarTeamMapDefaultEntryHolder.defaultEntry); } return avatarTeamMap_; } public int getAvatarTeamMapCount() { return internalGetAvatarTeamMap().getMap().size(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @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 getAvatarTeamMap() { return getAvatarTeamMapMap(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public java.util.Map getAvatarTeamMapMap() { return internalGetAvatarTeamMap().getMap(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault( int key, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue) { java.util.Map map = internalGetAvatarTeamMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow( int key) { java.util.Map map = internalGetAvatarTeamMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int UNK3000_NIGPICLBHMA_FIELD_NUMBER = 9; private com.google.protobuf.Internal.IntList unk3000NIGPICLBHMA_; /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return A list containing the unk3000NIGPICLBHMA. */ @java.lang.Override public java.util.List getUnk3000NIGPICLBHMAList() { return unk3000NIGPICLBHMA_; } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return The count of unk3000NIGPICLBHMA. */ public int getUnk3000NIGPICLBHMACount() { return unk3000NIGPICLBHMA_.size(); } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param index The index of the element to return. * @return The unk3000NIGPICLBHMA at the given index. */ public int getUnk3000NIGPICLBHMA(int index) { return unk3000NIGPICLBHMA_.getInt(index); } private int unk3000NIGPICLBHMAMemoizedSerializedSize = -1; public static final int TEMP_AVATAR_GUID_LIST_FIELD_NUMBER = 12; private com.google.protobuf.Internal.LongList tempAvatarGuidList_; /** * repeated uint64 temp_avatar_guid_list = 12; * @return A list containing the tempAvatarGuidList. */ @java.lang.Override public java.util.List getTempAvatarGuidListList() { return tempAvatarGuidList_; } /** * repeated uint64 temp_avatar_guid_list = 12; * @return The count of tempAvatarGuidList. */ public int getTempAvatarGuidListCount() { return tempAvatarGuidList_.size(); } /** * repeated uint64 temp_avatar_guid_list = 12; * @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 OWNED_FLYCLOAK_LIST_FIELD_NUMBER = 1; private com.google.protobuf.Internal.IntList ownedFlycloakList_; /** * repeated uint32 owned_flycloak_list = 1; * @return A list containing the ownedFlycloakList. */ @java.lang.Override public java.util.List getOwnedFlycloakListList() { return ownedFlycloakList_; } /** * repeated uint32 owned_flycloak_list = 1; * @return The count of ownedFlycloakList. */ public int getOwnedFlycloakListCount() { return ownedFlycloakList_.size(); } /** * repeated uint32 owned_flycloak_list = 1; * @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 AVATAR_LIST_FIELD_NUMBER = 6; private java.util.List avatarList_; /** * repeated .AvatarInfo avatar_list = 6; */ @java.lang.Override public java.util.List getAvatarListList() { return avatarList_; } /** * repeated .AvatarInfo avatar_list = 6; */ @java.lang.Override public java.util.List getAvatarListOrBuilderList() { return avatarList_; } /** * repeated .AvatarInfo avatar_list = 6; */ @java.lang.Override public int getAvatarListCount() { return avatarList_.size(); } /** * repeated .AvatarInfo avatar_list = 6; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index) { return avatarList_.get(index); } /** * repeated .AvatarInfo avatar_list = 6; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder( int index) { return avatarList_.get(index); } public static final int CUR_AVATAR_TEAM_ID_FIELD_NUMBER = 2; private int curAvatarTeamId_; /** * uint32 cur_avatar_team_id = 2; * @return The curAvatarTeamId. */ @java.lang.Override public int getCurAvatarTeamId() { return curAvatarTeamId_; } 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 (getOwnedFlycloakListList().size() > 0) { output.writeUInt32NoTag(10); output.writeUInt32NoTag(ownedFlycloakListMemoizedSerializedSize); } for (int i = 0; i < ownedFlycloakList_.size(); i++) { output.writeUInt32NoTag(ownedFlycloakList_.getInt(i)); } if (curAvatarTeamId_ != 0) { output.writeUInt32(2, curAvatarTeamId_); } for (int i = 0; i < avatarList_.size(); i++) { output.writeMessage(6, avatarList_.get(i)); } com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetAvatarTeamMap(), AvatarTeamMapDefaultEntryHolder.defaultEntry, 7); if (chooseAvatarGuid_ != 0L) { output.writeUInt64(8, chooseAvatarGuid_); } if (getUnk3000NIGPICLBHMAList().size() > 0) { output.writeUInt32NoTag(74); output.writeUInt32NoTag(unk3000NIGPICLBHMAMemoizedSerializedSize); } for (int i = 0; i < unk3000NIGPICLBHMA_.size(); i++) { output.writeUInt32NoTag(unk3000NIGPICLBHMA_.getInt(i)); } if (getOwnedCostumeListList().size() > 0) { output.writeUInt32NoTag(90); output.writeUInt32NoTag(ownedCostumeListMemoizedSerializedSize); } for (int i = 0; i < ownedCostumeList_.size(); i++) { output.writeUInt32NoTag(ownedCostumeList_.getInt(i)); } if (getTempAvatarGuidListList().size() > 0) { output.writeUInt32NoTag(98); output.writeUInt32NoTag(tempAvatarGuidListMemoizedSerializedSize); } for (int i = 0; i < tempAvatarGuidList_.size(); i++) { output.writeUInt64NoTag(tempAvatarGuidList_.getLong(i)); } 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 < 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; } if (curAvatarTeamId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, curAvatarTeamId_); } for (int i = 0; i < avatarList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, avatarList_.get(i)); } for (java.util.Map.Entry entry : internalGetAvatarTeamMap().getMap().entrySet()) { com.google.protobuf.MapEntry avatarTeamMap__ = AvatarTeamMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, avatarTeamMap__); } if (chooseAvatarGuid_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(8, chooseAvatarGuid_); } { int dataSize = 0; for (int i = 0; i < unk3000NIGPICLBHMA_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(unk3000NIGPICLBHMA_.getInt(i)); } size += dataSize; if (!getUnk3000NIGPICLBHMAList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } unk3000NIGPICLBHMAMemoizedSerializedSize = 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; } { 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; } 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 (!getOwnedCostumeListList() .equals(other.getOwnedCostumeListList())) return false; if (getChooseAvatarGuid() != other.getChooseAvatarGuid()) return false; if (!internalGetAvatarTeamMap().equals( other.internalGetAvatarTeamMap())) return false; if (!getUnk3000NIGPICLBHMAList() .equals(other.getUnk3000NIGPICLBHMAList())) return false; if (!getTempAvatarGuidListList() .equals(other.getTempAvatarGuidListList())) return false; if (!getOwnedFlycloakListList() .equals(other.getOwnedFlycloakListList())) return false; if (!getAvatarListList() .equals(other.getAvatarListList())) return false; if (getCurAvatarTeamId() != other.getCurAvatarTeamId()) 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 (getOwnedCostumeListCount() > 0) { hash = (37 * hash) + OWNED_COSTUME_LIST_FIELD_NUMBER; hash = (53 * hash) + getOwnedCostumeListList().hashCode(); } hash = (37 * hash) + CHOOSE_AVATAR_GUID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getChooseAvatarGuid()); if (!internalGetAvatarTeamMap().getMap().isEmpty()) { hash = (37 * hash) + AVATAR_TEAM_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetAvatarTeamMap().hashCode(); } if (getUnk3000NIGPICLBHMACount() > 0) { hash = (37 * hash) + UNK3000_NIGPICLBHMA_FIELD_NUMBER; hash = (53 * hash) + getUnk3000NIGPICLBHMAList().hashCode(); } if (getTempAvatarGuidListCount() > 0) { hash = (37 * hash) + TEMP_AVATAR_GUID_LIST_FIELD_NUMBER; hash = (53 * hash) + getTempAvatarGuidListList().hashCode(); } if (getOwnedFlycloakListCount() > 0) { hash = (37 * hash) + OWNED_FLYCLOAK_LIST_FIELD_NUMBER; hash = (53 * hash) + getOwnedFlycloakListList().hashCode(); } if (getAvatarListCount() > 0) { hash = (37 * hash) + AVATAR_LIST_FIELD_NUMBER; hash = (53 * hash) + getAvatarListList().hashCode(); } hash = (37 * hash) + CUR_AVATAR_TEAM_ID_FIELD_NUMBER; hash = (53 * hash) + getCurAvatarTeamId(); 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; } /** *
     * CmdId: 1633
     * EnetChannelId: 0
     * EnetIsReliable: false
     * IsAllowClient: true
     * 
* * Protobuf type {@code AvatarDataNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.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 7: return internalGetAvatarTeamMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField( int number) { switch (number) { case 7: 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(); } } @java.lang.Override public Builder clear() { super.clear(); ownedCostumeList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); chooseAvatarGuid_ = 0L; internalGetMutableAvatarTeamMap().clear(); unk3000NIGPICLBHMA_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); tempAvatarGuidList_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000008); ownedFlycloakList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000010); if (avatarListBuilder_ == null) { avatarList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { avatarListBuilder_.clear(); } curAvatarTeamId_ = 0; 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)) { ownedCostumeList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } result.ownedCostumeList_ = ownedCostumeList_; result.chooseAvatarGuid_ = chooseAvatarGuid_; result.avatarTeamMap_ = internalGetAvatarTeamMap(); result.avatarTeamMap_.makeImmutable(); if (((bitField0_ & 0x00000004) != 0)) { unk3000NIGPICLBHMA_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000004); } result.unk3000NIGPICLBHMA_ = unk3000NIGPICLBHMA_; if (((bitField0_ & 0x00000008) != 0)) { tempAvatarGuidList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000008); } result.tempAvatarGuidList_ = tempAvatarGuidList_; if (((bitField0_ & 0x00000010) != 0)) { ownedFlycloakList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000010); } result.ownedFlycloakList_ = ownedFlycloakList_; if (avatarListBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { avatarList_ = java.util.Collections.unmodifiableList(avatarList_); bitField0_ = (bitField0_ & ~0x00000020); } result.avatarList_ = avatarList_; } else { result.avatarList_ = avatarListBuilder_.build(); } result.curAvatarTeamId_ = curAvatarTeamId_; 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.ownedCostumeList_.isEmpty()) { if (ownedCostumeList_.isEmpty()) { ownedCostumeList_ = other.ownedCostumeList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureOwnedCostumeListIsMutable(); ownedCostumeList_.addAll(other.ownedCostumeList_); } onChanged(); } if (other.getChooseAvatarGuid() != 0L) { setChooseAvatarGuid(other.getChooseAvatarGuid()); } internalGetMutableAvatarTeamMap().mergeFrom( other.internalGetAvatarTeamMap()); if (!other.unk3000NIGPICLBHMA_.isEmpty()) { if (unk3000NIGPICLBHMA_.isEmpty()) { unk3000NIGPICLBHMA_ = other.unk3000NIGPICLBHMA_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureUnk3000NIGPICLBHMAIsMutable(); unk3000NIGPICLBHMA_.addAll(other.unk3000NIGPICLBHMA_); } onChanged(); } if (!other.tempAvatarGuidList_.isEmpty()) { if (tempAvatarGuidList_.isEmpty()) { tempAvatarGuidList_ = other.tempAvatarGuidList_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureTempAvatarGuidListIsMutable(); tempAvatarGuidList_.addAll(other.tempAvatarGuidList_); } onChanged(); } if (!other.ownedFlycloakList_.isEmpty()) { if (ownedFlycloakList_.isEmpty()) { ownedFlycloakList_ = other.ownedFlycloakList_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureOwnedFlycloakListIsMutable(); ownedFlycloakList_.addAll(other.ownedFlycloakList_); } onChanged(); } if (avatarListBuilder_ == null) { if (!other.avatarList_.isEmpty()) { if (avatarList_.isEmpty()) { avatarList_ = other.avatarList_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureAvatarListIsMutable(); avatarList_.addAll(other.avatarList_); } onChanged(); } } else { if (!other.avatarList_.isEmpty()) { if (avatarListBuilder_.isEmpty()) { avatarListBuilder_.dispose(); avatarListBuilder_ = null; avatarList_ = other.avatarList_; bitField0_ = (bitField0_ & ~0x00000020); avatarListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAvatarListFieldBuilder() : null; } else { avatarListBuilder_.addAllMessages(other.avatarList_); } } } if (other.getCurAvatarTeamId() != 0) { setCurAvatarTeamId(other.getCurAvatarTeamId()); } 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 ownedCostumeList_ = emptyIntList(); private void ensureOwnedCostumeListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { ownedCostumeList_ = mutableCopy(ownedCostumeList_); bitField0_ |= 0x00000001; } } /** * repeated uint32 owned_costume_list = 11; * @return A list containing the ownedCostumeList. */ public java.util.List getOwnedCostumeListList() { return ((bitField0_ & 0x00000001) != 0) ? java.util.Collections.unmodifiableList(ownedCostumeList_) : ownedCostumeList_; } /** * repeated uint32 owned_costume_list = 11; * @return The count of ownedCostumeList. */ public int getOwnedCostumeListCount() { return ownedCostumeList_.size(); } /** * repeated uint32 owned_costume_list = 11; * @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); } /** * repeated uint32 owned_costume_list = 11; * @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; } /** * repeated uint32 owned_costume_list = 11; * @param value The ownedCostumeList to add. * @return This builder for chaining. */ public Builder addOwnedCostumeList(int value) { ensureOwnedCostumeListIsMutable(); ownedCostumeList_.addInt(value); onChanged(); return this; } /** * repeated uint32 owned_costume_list = 11; * @param values The ownedCostumeList to add. * @return This builder for chaining. */ public Builder addAllOwnedCostumeList( java.lang.Iterable values) { ensureOwnedCostumeListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, ownedCostumeList_); onChanged(); return this; } /** * repeated uint32 owned_costume_list = 11; * @return This builder for chaining. */ public Builder clearOwnedCostumeList() { ownedCostumeList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private long chooseAvatarGuid_ ; /** * uint64 choose_avatar_guid = 8; * @return The chooseAvatarGuid. */ @java.lang.Override public long getChooseAvatarGuid() { return chooseAvatarGuid_; } /** * uint64 choose_avatar_guid = 8; * @param value The chooseAvatarGuid to set. * @return This builder for chaining. */ public Builder setChooseAvatarGuid(long value) { chooseAvatarGuid_ = value; onChanged(); return this; } /** * uint64 choose_avatar_guid = 8; * @return This builder for chaining. */ public Builder clearChooseAvatarGuid() { chooseAvatarGuid_ = 0L; onChanged(); return this; } private com.google.protobuf.MapField< java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> avatarTeamMap_; private com.google.protobuf.MapField internalGetAvatarTeamMap() { if (avatarTeamMap_ == null) { return com.google.protobuf.MapField.emptyMapField( AvatarTeamMapDefaultEntryHolder.defaultEntry); } return avatarTeamMap_; } private com.google.protobuf.MapField 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(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @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 getAvatarTeamMap() { return getAvatarTeamMapMap(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public java.util.Map getAvatarTeamMapMap() { return internalGetAvatarTeamMap().getMap(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault( int key, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue) { java.util.Map map = internalGetAvatarTeamMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ @java.lang.Override public emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow( int key) { java.util.Map map = internalGetAvatarTeamMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearAvatarTeamMap() { internalGetMutableAvatarTeamMap().getMutableMap() .clear(); return this; } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ public Builder removeAvatarTeamMap( int key) { internalGetMutableAvatarTeamMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableAvatarTeamMap() { return internalGetMutableAvatarTeamMap().getMutableMap(); } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ 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; } /** * map<uint32, .AvatarTeam> avatar_team_map = 7; */ public Builder putAllAvatarTeamMap( java.util.Map values) { internalGetMutableAvatarTeamMap().getMutableMap() .putAll(values); return this; } private com.google.protobuf.Internal.IntList unk3000NIGPICLBHMA_ = emptyIntList(); private void ensureUnk3000NIGPICLBHMAIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { unk3000NIGPICLBHMA_ = mutableCopy(unk3000NIGPICLBHMA_); bitField0_ |= 0x00000004; } } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return A list containing the unk3000NIGPICLBHMA. */ public java.util.List getUnk3000NIGPICLBHMAList() { return ((bitField0_ & 0x00000004) != 0) ? java.util.Collections.unmodifiableList(unk3000NIGPICLBHMA_) : unk3000NIGPICLBHMA_; } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return The count of unk3000NIGPICLBHMA. */ public int getUnk3000NIGPICLBHMACount() { return unk3000NIGPICLBHMA_.size(); } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param index The index of the element to return. * @return The unk3000NIGPICLBHMA at the given index. */ public int getUnk3000NIGPICLBHMA(int index) { return unk3000NIGPICLBHMA_.getInt(index); } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param index The index to set the value at. * @param value The unk3000NIGPICLBHMA to set. * @return This builder for chaining. */ public Builder setUnk3000NIGPICLBHMA( int index, int value) { ensureUnk3000NIGPICLBHMAIsMutable(); unk3000NIGPICLBHMA_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param value The unk3000NIGPICLBHMA to add. * @return This builder for chaining. */ public Builder addUnk3000NIGPICLBHMA(int value) { ensureUnk3000NIGPICLBHMAIsMutable(); unk3000NIGPICLBHMA_.addInt(value); onChanged(); return this; } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @param values The unk3000NIGPICLBHMA to add. * @return This builder for chaining. */ public Builder addAllUnk3000NIGPICLBHMA( java.lang.Iterable values) { ensureUnk3000NIGPICLBHMAIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, unk3000NIGPICLBHMA_); onChanged(); return this; } /** * repeated uint32 Unk3000_NIGPICLBHMA = 9; * @return This builder for chaining. */ public Builder clearUnk3000NIGPICLBHMA() { unk3000NIGPICLBHMA_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.LongList tempAvatarGuidList_ = emptyLongList(); private void ensureTempAvatarGuidListIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { tempAvatarGuidList_ = mutableCopy(tempAvatarGuidList_); bitField0_ |= 0x00000008; } } /** * repeated uint64 temp_avatar_guid_list = 12; * @return A list containing the tempAvatarGuidList. */ public java.util.List getTempAvatarGuidListList() { return ((bitField0_ & 0x00000008) != 0) ? java.util.Collections.unmodifiableList(tempAvatarGuidList_) : tempAvatarGuidList_; } /** * repeated uint64 temp_avatar_guid_list = 12; * @return The count of tempAvatarGuidList. */ public int getTempAvatarGuidListCount() { return tempAvatarGuidList_.size(); } /** * repeated uint64 temp_avatar_guid_list = 12; * @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); } /** * repeated uint64 temp_avatar_guid_list = 12; * @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; } /** * repeated uint64 temp_avatar_guid_list = 12; * @param value The tempAvatarGuidList to add. * @return This builder for chaining. */ public Builder addTempAvatarGuidList(long value) { ensureTempAvatarGuidListIsMutable(); tempAvatarGuidList_.addLong(value); onChanged(); return this; } /** * repeated uint64 temp_avatar_guid_list = 12; * @param values The tempAvatarGuidList to add. * @return This builder for chaining. */ public Builder addAllTempAvatarGuidList( java.lang.Iterable values) { ensureTempAvatarGuidListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tempAvatarGuidList_); onChanged(); return this; } /** * repeated uint64 temp_avatar_guid_list = 12; * @return This builder for chaining. */ public Builder clearTempAvatarGuidList() { tempAvatarGuidList_ = emptyLongList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.IntList ownedFlycloakList_ = emptyIntList(); private void ensureOwnedFlycloakListIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { ownedFlycloakList_ = mutableCopy(ownedFlycloakList_); bitField0_ |= 0x00000010; } } /** * repeated uint32 owned_flycloak_list = 1; * @return A list containing the ownedFlycloakList. */ public java.util.List getOwnedFlycloakListList() { return ((bitField0_ & 0x00000010) != 0) ? java.util.Collections.unmodifiableList(ownedFlycloakList_) : ownedFlycloakList_; } /** * repeated uint32 owned_flycloak_list = 1; * @return The count of ownedFlycloakList. */ public int getOwnedFlycloakListCount() { return ownedFlycloakList_.size(); } /** * repeated uint32 owned_flycloak_list = 1; * @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); } /** * repeated uint32 owned_flycloak_list = 1; * @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; } /** * repeated uint32 owned_flycloak_list = 1; * @param value The ownedFlycloakList to add. * @return This builder for chaining. */ public Builder addOwnedFlycloakList(int value) { ensureOwnedFlycloakListIsMutable(); ownedFlycloakList_.addInt(value); onChanged(); return this; } /** * repeated uint32 owned_flycloak_list = 1; * @param values The ownedFlycloakList to add. * @return This builder for chaining. */ public Builder addAllOwnedFlycloakList( java.lang.Iterable values) { ensureOwnedFlycloakListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, ownedFlycloakList_); onChanged(); return this; } /** * repeated uint32 owned_flycloak_list = 1; * @return This builder for chaining. */ public Builder clearOwnedFlycloakList() { ownedFlycloakList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } private java.util.List avatarList_ = java.util.Collections.emptyList(); private void ensureAvatarListIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { avatarList_ = new java.util.ArrayList(avatarList_); bitField0_ |= 0x00000020; } } 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_; /** * repeated .AvatarInfo avatar_list = 6; */ public java.util.List getAvatarListList() { if (avatarListBuilder_ == null) { return java.util.Collections.unmodifiableList(avatarList_); } else { return avatarListBuilder_.getMessageList(); } } /** * repeated .AvatarInfo avatar_list = 6; */ public int getAvatarListCount() { if (avatarListBuilder_ == null) { return avatarList_.size(); } else { return avatarListBuilder_.getCount(); } } /** * repeated .AvatarInfo avatar_list = 6; */ public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo getAvatarList(int index) { if (avatarListBuilder_ == null) { return avatarList_.get(index); } else { return avatarListBuilder_.getMessage(index); } } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ 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; } /** * repeated .AvatarInfo avatar_list = 6; */ public Builder addAllAvatarList( java.lang.Iterable values) { if (avatarListBuilder_ == null) { ensureAvatarListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, avatarList_); onChanged(); } else { avatarListBuilder_.addAllMessages(values); } return this; } /** * repeated .AvatarInfo avatar_list = 6; */ public Builder clearAvatarList() { if (avatarListBuilder_ == null) { avatarList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { avatarListBuilder_.clear(); } return this; } /** * repeated .AvatarInfo avatar_list = 6; */ public Builder removeAvatarList(int index) { if (avatarListBuilder_ == null) { ensureAvatarListIsMutable(); avatarList_.remove(index); onChanged(); } else { avatarListBuilder_.remove(index); } return this; } /** * repeated .AvatarInfo avatar_list = 6; */ public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder getAvatarListBuilder( int index) { return getAvatarListFieldBuilder().getBuilder(index); } /** * repeated .AvatarInfo avatar_list = 6; */ public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfoOrBuilder getAvatarListOrBuilder( int index) { if (avatarListBuilder_ == null) { return avatarList_.get(index); } else { return avatarListBuilder_.getMessageOrBuilder(index); } } /** * repeated .AvatarInfo avatar_list = 6; */ public java.util.List getAvatarListOrBuilderList() { if (avatarListBuilder_ != null) { return avatarListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(avatarList_); } } /** * repeated .AvatarInfo avatar_list = 6; */ public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder addAvatarListBuilder() { return getAvatarListFieldBuilder().addBuilder( emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.getDefaultInstance()); } /** * repeated .AvatarInfo avatar_list = 6; */ public emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.Builder addAvatarListBuilder( int index) { return getAvatarListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.AvatarInfoOuterClass.AvatarInfo.getDefaultInstance()); } /** * repeated .AvatarInfo avatar_list = 6; */ public java.util.List 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_ & 0x00000020) != 0), getParentForChildren(), isClean()); avatarList_ = null; } return avatarListBuilder_; } private int curAvatarTeamId_ ; /** * uint32 cur_avatar_team_id = 2; * @return The curAvatarTeamId. */ @java.lang.Override public int getCurAvatarTeamId() { return curAvatarTeamId_; } /** * uint32 cur_avatar_team_id = 2; * @param value The curAvatarTeamId to set. * @return This builder for chaining. */ public Builder setCurAvatarTeamId(int value) { curAvatarTeamId_ = value; onChanged(); return this; } /** * uint32 cur_avatar_team_id = 2; * @return This builder for chaining. */ public Builder clearCurAvatarTeamId() { curAvatarTeamId_ = 0; 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 PARSER = new com.google.protobuf.AbstractParser() { @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 parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser 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\"\343\002\n\020AvatarDataNotif" + "y\022\032\n\022owned_costume_list\030\013 \003(\r\022\032\n\022choose_" + "avatar_guid\030\010 \001(\004\022=\n\017avatar_team_map\030\007 \003" + "(\0132$.AvatarDataNotify.AvatarTeamMapEntry" + "\022\033\n\023Unk3000_NIGPICLBHMA\030\t \003(\r\022\035\n\025temp_av" + "atar_guid_list\030\014 \003(\004\022\033\n\023owned_flycloak_l" + "ist\030\001 \003(\r\022 \n\013avatar_list\030\006 \003(\0132\013.AvatarI" + "nfo\022\032\n\022cur_avatar_team_id\030\002 \001(\r\032A\n\022Avata" + "rTeamMapEntry\022\013\n\003key\030\001 \001(\r\022\032\n\005value\030\002 \001(" + "\0132\013.AvatarTeam:\0028\001B\033\n\031emu.grasscutter.ne" + "t.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(), }); 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[] { "OwnedCostumeList", "ChooseAvatarGuid", "AvatarTeamMap", "Unk3000NIGPICLBHMA", "TempAvatarGuidList", "OwnedFlycloakList", "AvatarList", "CurAvatarTeamId", }); 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(); } // @@protoc_insertion_point(outer_class_scope) }