// Generated by the protocol buffer compiler. DO NOT EDIT! // source: IslandPartySettleNotify.proto package emu.grasscutter.net.proto; public final class IslandPartySettleNotifyOuterClass { private IslandPartySettleNotifyOuterClass() {} 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 IslandPartySettleNotifyOrBuilder extends // @@protoc_insertion_point(interface_extends:IslandPartySettleNotify) com.google.protobuf.MessageOrBuilder { /** * bool is_new_record = 12; * @return The isNewRecord. */ boolean getIsNewRecord(); /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ java.util.List getSettleInfoListList(); /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index); /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ int getSettleInfoListCount(); /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ java.util.List getSettleInfoListOrBuilderList(); /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder( int index); /** * uint32 time_remain = 6; * @return The timeRemain. */ int getTimeRemain(); /** * repeated .ExhibitionDisplayInfo score_list = 9; */ java.util.List getScoreListList(); /** * repeated .ExhibitionDisplayInfo score_list = 9; */ emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index); /** * repeated .ExhibitionDisplayInfo score_list = 9; */ int getScoreListCount(); /** * repeated .ExhibitionDisplayInfo score_list = 9; */ java.util.List getScoreListOrBuilderList(); /** * repeated .ExhibitionDisplayInfo score_list = 9; */ emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder( int index); /** * .KDHIAEFLGFM reason = 15; * @return The enum numeric value on the wire for reason. */ int getReasonValue(); /** * .KDHIAEFLGFM reason = 15; * @return The reason. */ emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason(); } /** *
   * CmdId: 23083
   * Obf: HJBCADIELAO
   * 
* * Protobuf type {@code IslandPartySettleNotify} */ public static final class IslandPartySettleNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:IslandPartySettleNotify) IslandPartySettleNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use IslandPartySettleNotify.newBuilder() to construct. private IslandPartySettleNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private IslandPartySettleNotify() { settleInfoList_ = java.util.Collections.emptyList(); scoreList_ = java.util.Collections.emptyList(); reason_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new IslandPartySettleNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private IslandPartySettleNotify( 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 34: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { settleInfoList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } settleInfoList_.add( input.readMessage(emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.parser(), extensionRegistry)); break; } case 48: { timeRemain_ = input.readUInt32(); break; } case 74: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { scoreList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } scoreList_.add( input.readMessage(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.parser(), extensionRegistry)); break; } case 96: { isNewRecord_ = input.readBool(); break; } case 120: { int rawValue = input.readEnum(); reason_ = rawValue; 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)) { settleInfoList_ = java.util.Collections.unmodifiableList(settleInfoList_); } if (((mutable_bitField0_ & 0x00000002) != 0)) { scoreList_ = java.util.Collections.unmodifiableList(scoreList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.class, emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.Builder.class); } public static final int IS_NEW_RECORD_FIELD_NUMBER = 12; private boolean isNewRecord_; /** * bool is_new_record = 12; * @return The isNewRecord. */ @java.lang.Override public boolean getIsNewRecord() { return isNewRecord_; } public static final int SETTLE_INFO_LIST_FIELD_NUMBER = 4; private java.util.List settleInfoList_; /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ @java.lang.Override public java.util.List getSettleInfoListList() { return settleInfoList_; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ @java.lang.Override public java.util.List getSettleInfoListOrBuilderList() { return settleInfoList_; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ @java.lang.Override public int getSettleInfoListCount() { return settleInfoList_.size(); } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ @java.lang.Override public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index) { return settleInfoList_.get(index); } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ @java.lang.Override public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder( int index) { return settleInfoList_.get(index); } public static final int TIME_REMAIN_FIELD_NUMBER = 6; private int timeRemain_; /** * uint32 time_remain = 6; * @return The timeRemain. */ @java.lang.Override public int getTimeRemain() { return timeRemain_; } public static final int SCORE_LIST_FIELD_NUMBER = 9; private java.util.List scoreList_; /** * repeated .ExhibitionDisplayInfo score_list = 9; */ @java.lang.Override public java.util.List getScoreListList() { return scoreList_; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ @java.lang.Override public java.util.List getScoreListOrBuilderList() { return scoreList_; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ @java.lang.Override public int getScoreListCount() { return scoreList_.size(); } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ @java.lang.Override public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index) { return scoreList_.get(index); } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ @java.lang.Override public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder( int index) { return scoreList_.get(index); } public static final int REASON_FIELD_NUMBER = 15; private int reason_; /** * .KDHIAEFLGFM reason = 15; * @return The enum numeric value on the wire for reason. */ @java.lang.Override public int getReasonValue() { return reason_; } /** * .KDHIAEFLGFM reason = 15; * @return The reason. */ @java.lang.Override public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() { @SuppressWarnings("deprecation") emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_); return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result; } 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 { for (int i = 0; i < settleInfoList_.size(); i++) { output.writeMessage(4, settleInfoList_.get(i)); } if (timeRemain_ != 0) { output.writeUInt32(6, timeRemain_); } for (int i = 0; i < scoreList_.size(); i++) { output.writeMessage(9, scoreList_.get(i)); } if (isNewRecord_ != false) { output.writeBool(12, isNewRecord_); } if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) { output.writeEnum(15, reason_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < settleInfoList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, settleInfoList_.get(i)); } if (timeRemain_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, timeRemain_); } for (int i = 0; i < scoreList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, scoreList_.get(i)); } if (isNewRecord_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(12, isNewRecord_); } if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(15, reason_); } 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify other = (emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) obj; if (getIsNewRecord() != other.getIsNewRecord()) return false; if (!getSettleInfoListList() .equals(other.getSettleInfoListList())) return false; if (getTimeRemain() != other.getTimeRemain()) return false; if (!getScoreListList() .equals(other.getScoreListList())) return false; if (reason_ != other.reason_) 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(); hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsNewRecord()); if (getSettleInfoListCount() > 0) { hash = (37 * hash) + SETTLE_INFO_LIST_FIELD_NUMBER; hash = (53 * hash) + getSettleInfoListList().hashCode(); } hash = (37 * hash) + TIME_REMAIN_FIELD_NUMBER; hash = (53 * hash) + getTimeRemain(); if (getScoreListCount() > 0) { hash = (37 * hash) + SCORE_LIST_FIELD_NUMBER; hash = (53 * hash) + getScoreListList().hashCode(); } hash = (37 * hash) + REASON_FIELD_NUMBER; hash = (53 * hash) + reason_; hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify 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: 23083
     * Obf: HJBCADIELAO
     * 
* * Protobuf type {@code IslandPartySettleNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:IslandPartySettleNotify) emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.class, emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getSettleInfoListFieldBuilder(); getScoreListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); isNewRecord_ = false; if (settleInfoListBuilder_ == null) { settleInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { settleInfoListBuilder_.clear(); } timeRemain_ = 0; if (scoreListBuilder_ == null) { scoreList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { scoreListBuilder_.clear(); } reason_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.internal_static_IslandPartySettleNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify build() { emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify buildPartial() { emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify result = new emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify(this); int from_bitField0_ = bitField0_; result.isNewRecord_ = isNewRecord_; if (settleInfoListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { settleInfoList_ = java.util.Collections.unmodifiableList(settleInfoList_); bitField0_ = (bitField0_ & ~0x00000001); } result.settleInfoList_ = settleInfoList_; } else { result.settleInfoList_ = settleInfoListBuilder_.build(); } result.timeRemain_ = timeRemain_; if (scoreListBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { scoreList_ = java.util.Collections.unmodifiableList(scoreList_); bitField0_ = (bitField0_ & ~0x00000002); } result.scoreList_ = scoreList_; } else { result.scoreList_ = scoreListBuilder_.build(); } result.reason_ = reason_; 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) { return mergeFrom((emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify other) { if (other == emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.getDefaultInstance()) return this; if (other.getIsNewRecord() != false) { setIsNewRecord(other.getIsNewRecord()); } if (settleInfoListBuilder_ == null) { if (!other.settleInfoList_.isEmpty()) { if (settleInfoList_.isEmpty()) { settleInfoList_ = other.settleInfoList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureSettleInfoListIsMutable(); settleInfoList_.addAll(other.settleInfoList_); } onChanged(); } } else { if (!other.settleInfoList_.isEmpty()) { if (settleInfoListBuilder_.isEmpty()) { settleInfoListBuilder_.dispose(); settleInfoListBuilder_ = null; settleInfoList_ = other.settleInfoList_; bitField0_ = (bitField0_ & ~0x00000001); settleInfoListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSettleInfoListFieldBuilder() : null; } else { settleInfoListBuilder_.addAllMessages(other.settleInfoList_); } } } if (other.getTimeRemain() != 0) { setTimeRemain(other.getTimeRemain()); } if (scoreListBuilder_ == null) { if (!other.scoreList_.isEmpty()) { if (scoreList_.isEmpty()) { scoreList_ = other.scoreList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureScoreListIsMutable(); scoreList_.addAll(other.scoreList_); } onChanged(); } } else { if (!other.scoreList_.isEmpty()) { if (scoreListBuilder_.isEmpty()) { scoreListBuilder_.dispose(); scoreListBuilder_ = null; scoreList_ = other.scoreList_; bitField0_ = (bitField0_ & ~0x00000002); scoreListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getScoreListFieldBuilder() : null; } else { scoreListBuilder_.addAllMessages(other.scoreList_); } } } if (other.reason_ != 0) { setReasonValue(other.getReasonValue()); } 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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean isNewRecord_ ; /** * bool is_new_record = 12; * @return The isNewRecord. */ @java.lang.Override public boolean getIsNewRecord() { return isNewRecord_; } /** * bool is_new_record = 12; * @param value The isNewRecord to set. * @return This builder for chaining. */ public Builder setIsNewRecord(boolean value) { isNewRecord_ = value; onChanged(); return this; } /** * bool is_new_record = 12; * @return This builder for chaining. */ public Builder clearIsNewRecord() { isNewRecord_ = false; onChanged(); return this; } private java.util.List settleInfoList_ = java.util.Collections.emptyList(); private void ensureSettleInfoListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { settleInfoList_ = new java.util.ArrayList(settleInfoList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder> settleInfoListBuilder_; /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public java.util.List getSettleInfoListList() { if (settleInfoListBuilder_ == null) { return java.util.Collections.unmodifiableList(settleInfoList_); } else { return settleInfoListBuilder_.getMessageList(); } } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public int getSettleInfoListCount() { if (settleInfoListBuilder_ == null) { return settleInfoList_.size(); } else { return settleInfoListBuilder_.getCount(); } } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo getSettleInfoList(int index) { if (settleInfoListBuilder_ == null) { return settleInfoList_.get(index); } else { return settleInfoListBuilder_.getMessage(index); } } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder setSettleInfoList( int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) { if (settleInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSettleInfoListIsMutable(); settleInfoList_.set(index, value); onChanged(); } else { settleInfoListBuilder_.setMessage(index, value); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder setSettleInfoList( int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) { if (settleInfoListBuilder_ == null) { ensureSettleInfoListIsMutable(); settleInfoList_.set(index, builderForValue.build()); onChanged(); } else { settleInfoListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder addSettleInfoList(emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) { if (settleInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSettleInfoListIsMutable(); settleInfoList_.add(value); onChanged(); } else { settleInfoListBuilder_.addMessage(value); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder addSettleInfoList( int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo value) { if (settleInfoListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSettleInfoListIsMutable(); settleInfoList_.add(index, value); onChanged(); } else { settleInfoListBuilder_.addMessage(index, value); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder addSettleInfoList( emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) { if (settleInfoListBuilder_ == null) { ensureSettleInfoListIsMutable(); settleInfoList_.add(builderForValue.build()); onChanged(); } else { settleInfoListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder addSettleInfoList( int index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder builderForValue) { if (settleInfoListBuilder_ == null) { ensureSettleInfoListIsMutable(); settleInfoList_.add(index, builderForValue.build()); onChanged(); } else { settleInfoListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder addAllSettleInfoList( java.lang.Iterable values) { if (settleInfoListBuilder_ == null) { ensureSettleInfoListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, settleInfoList_); onChanged(); } else { settleInfoListBuilder_.addAllMessages(values); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder clearSettleInfoList() { if (settleInfoListBuilder_ == null) { settleInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { settleInfoListBuilder_.clear(); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public Builder removeSettleInfoList(int index) { if (settleInfoListBuilder_ == null) { ensureSettleInfoListIsMutable(); settleInfoList_.remove(index); onChanged(); } else { settleInfoListBuilder_.remove(index); } return this; } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder getSettleInfoListBuilder( int index) { return getSettleInfoListFieldBuilder().getBuilder(index); } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder( int index) { if (settleInfoListBuilder_ == null) { return settleInfoList_.get(index); } else { return settleInfoListBuilder_.getMessageOrBuilder(index); } } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public java.util.List getSettleInfoListOrBuilderList() { if (settleInfoListBuilder_ != null) { return settleInfoListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(settleInfoList_); } } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder addSettleInfoListBuilder() { return getSettleInfoListFieldBuilder().addBuilder( emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.getDefaultInstance()); } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder addSettleInfoListBuilder( int index) { return getSettleInfoListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.getDefaultInstance()); } /** * repeated .IslandPartyGallerySettleInfo settle_info_list = 4; */ public java.util.List getSettleInfoListBuilderList() { return getSettleInfoListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder> getSettleInfoListFieldBuilder() { if (settleInfoListBuilder_ == null) { settleInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo.Builder, emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder>( settleInfoList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); settleInfoList_ = null; } return settleInfoListBuilder_; } private int timeRemain_ ; /** * uint32 time_remain = 6; * @return The timeRemain. */ @java.lang.Override public int getTimeRemain() { return timeRemain_; } /** * uint32 time_remain = 6; * @param value The timeRemain to set. * @return This builder for chaining. */ public Builder setTimeRemain(int value) { timeRemain_ = value; onChanged(); return this; } /** * uint32 time_remain = 6; * @return This builder for chaining. */ public Builder clearTimeRemain() { timeRemain_ = 0; onChanged(); return this; } private java.util.List scoreList_ = java.util.Collections.emptyList(); private void ensureScoreListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { scoreList_ = new java.util.ArrayList(scoreList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> scoreListBuilder_; /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public java.util.List getScoreListList() { if (scoreListBuilder_ == null) { return java.util.Collections.unmodifiableList(scoreList_); } else { return scoreListBuilder_.getMessageList(); } } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public int getScoreListCount() { if (scoreListBuilder_ == null) { return scoreList_.size(); } else { return scoreListBuilder_.getCount(); } } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo getScoreList(int index) { if (scoreListBuilder_ == null) { return scoreList_.get(index); } else { return scoreListBuilder_.getMessage(index); } } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder setScoreList( int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) { if (scoreListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureScoreListIsMutable(); scoreList_.set(index, value); onChanged(); } else { scoreListBuilder_.setMessage(index, value); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder setScoreList( int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) { if (scoreListBuilder_ == null) { ensureScoreListIsMutable(); scoreList_.set(index, builderForValue.build()); onChanged(); } else { scoreListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder addScoreList(emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) { if (scoreListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureScoreListIsMutable(); scoreList_.add(value); onChanged(); } else { scoreListBuilder_.addMessage(value); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder addScoreList( int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo value) { if (scoreListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureScoreListIsMutable(); scoreList_.add(index, value); onChanged(); } else { scoreListBuilder_.addMessage(index, value); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder addScoreList( emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) { if (scoreListBuilder_ == null) { ensureScoreListIsMutable(); scoreList_.add(builderForValue.build()); onChanged(); } else { scoreListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder addScoreList( int index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder builderForValue) { if (scoreListBuilder_ == null) { ensureScoreListIsMutable(); scoreList_.add(index, builderForValue.build()); onChanged(); } else { scoreListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder addAllScoreList( java.lang.Iterable values) { if (scoreListBuilder_ == null) { ensureScoreListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, scoreList_); onChanged(); } else { scoreListBuilder_.addAllMessages(values); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder clearScoreList() { if (scoreListBuilder_ == null) { scoreList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { scoreListBuilder_.clear(); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public Builder removeScoreList(int index) { if (scoreListBuilder_ == null) { ensureScoreListIsMutable(); scoreList_.remove(index); onChanged(); } else { scoreListBuilder_.remove(index); } return this; } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder getScoreListBuilder( int index) { return getScoreListFieldBuilder().getBuilder(index); } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder getScoreListOrBuilder( int index) { if (scoreListBuilder_ == null) { return scoreList_.get(index); } else { return scoreListBuilder_.getMessageOrBuilder(index); } } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public java.util.List getScoreListOrBuilderList() { if (scoreListBuilder_ != null) { return scoreListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(scoreList_); } } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addScoreListBuilder() { return getScoreListFieldBuilder().addBuilder( emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance()); } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder addScoreListBuilder( int index) { return getScoreListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.getDefaultInstance()); } /** * repeated .ExhibitionDisplayInfo score_list = 9; */ public java.util.List getScoreListBuilderList() { return getScoreListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getScoreListFieldBuilder() { if (scoreListBuilder_ == null) { scoreListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo.Builder, emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder>( scoreList_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); scoreList_ = null; } return scoreListBuilder_; } private int reason_ = 0; /** * .KDHIAEFLGFM reason = 15; * @return The enum numeric value on the wire for reason. */ @java.lang.Override public int getReasonValue() { return reason_; } /** * .KDHIAEFLGFM reason = 15; * @param value The enum numeric value on the wire for reason to set. * @return This builder for chaining. */ public Builder setReasonValue(int value) { reason_ = value; onChanged(); return this; } /** * .KDHIAEFLGFM reason = 15; * @return The reason. */ @java.lang.Override public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() { @SuppressWarnings("deprecation") emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_); return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result; } /** * .KDHIAEFLGFM reason = 15; * @param value The reason to set. * @return This builder for chaining. */ public Builder setReason(emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM value) { if (value == null) { throw new NullPointerException(); } reason_ = value.getNumber(); onChanged(); return this; } /** * .KDHIAEFLGFM reason = 15; * @return This builder for chaining. */ public Builder clearReason() { reason_ = 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:IslandPartySettleNotify) } // @@protoc_insertion_point(class_scope:IslandPartySettleNotify) private static final emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify(); } public static emu.grasscutter.net.proto.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public IslandPartySettleNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new IslandPartySettleNotify(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.IslandPartySettleNotifyOuterClass.IslandPartySettleNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_IslandPartySettleNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_IslandPartySettleNotify_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\035IslandPartySettleNotify.proto\032\"IslandP" + "artyGallerySettleInfo.proto\032\033ExhibitionD" + "isplayInfo.proto\032\021KDHIAEFLGFM.proto\"\310\001\n\027" + "IslandPartySettleNotify\022\025\n\ris_new_record" + "\030\014 \001(\010\0227\n\020settle_info_list\030\004 \003(\0132\035.Islan" + "dPartyGallerySettleInfo\022\023\n\013time_remain\030\006" + " \001(\r\022*\n\nscore_list\030\t \003(\0132\026.ExhibitionDis" + "playInfo\022\034\n\006reason\030\017 \001(\0162\014.KDHIAEFLGFMB\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.IslandPartyGallerySettleInfoOuterClass.getDescriptor(), emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor(), emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor(), }); internal_static_IslandPartySettleNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_IslandPartySettleNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_IslandPartySettleNotify_descriptor, new java.lang.String[] { "IsNewRecord", "SettleInfoList", "TimeRemain", "ScoreList", "Reason", }); emu.grasscutter.net.proto.IslandPartyGallerySettleInfoOuterClass.getDescriptor(); emu.grasscutter.net.proto.ExhibitionDisplayInfoOuterClass.getDescriptor(); emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }