// Generated by the protocol buffer compiler. DO NOT EDIT! // source: InBattleMechanicusSettleNotify.proto package emu.grasscutter.net.proto; public final class InBattleMechanicusSettleNotifyOuterClass { private InBattleMechanicusSettleNotifyOuterClass() {} 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 InBattleMechanicusSettleNotifyOrBuilder extends // @@protoc_insertion_point(interface_extends:InBattleMechanicusSettleNotify) com.google.protobuf.MessageOrBuilder { /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ java.util.List getWatcherListList(); /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo getWatcherList(int index); /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ int getWatcherListCount(); /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ java.util.List getWatcherListOrBuilderList(); /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder getWatcherListOrBuilder( int index); /** * uint32 MHCDNHLEGJJ = 8; * @return The mHCDNHLEGJJ. */ int getMHCDNHLEGJJ(); /** * uint32 play_index = 1; * @return The playIndex. */ int getPlayIndex(); /** * uint32 group_id = 5; * @return The groupId. */ int getGroupId(); /** * uint32 JJEKHBDPANH = 13; * @return The jJEKHBDPANH. */ int getJJEKHBDPANH(); /** * bool is_success = 6; * @return The isSuccess. */ boolean getIsSuccess(); /** * uint32 DLDGAGDLKEO = 14; * @return The dLDGAGDLKEO. */ int getDLDGAGDLKEO(); /** * uint64 scene_time_ms = 2; * @return The sceneTimeMs. */ long getSceneTimeMs(); } /** *
   * CmdId: 5316
   * Obf: IEIEFJMCFDB
   * 
* * Protobuf type {@code InBattleMechanicusSettleNotify} */ public static final class InBattleMechanicusSettleNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:InBattleMechanicusSettleNotify) InBattleMechanicusSettleNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use InBattleMechanicusSettleNotify.newBuilder() to construct. private InBattleMechanicusSettleNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private InBattleMechanicusSettleNotify() { watcherList_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new InBattleMechanicusSettleNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private InBattleMechanicusSettleNotify( 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: { playIndex_ = input.readUInt32(); break; } case 16: { sceneTimeMs_ = input.readUInt64(); break; } case 40: { groupId_ = input.readUInt32(); break; } case 48: { isSuccess_ = input.readBool(); break; } case 64: { mHCDNHLEGJJ_ = input.readUInt32(); break; } case 104: { jJEKHBDPANH_ = input.readUInt32(); break; } case 112: { dLDGAGDLKEO_ = input.readUInt32(); break; } case 122: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { watcherList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } watcherList_.add( input.readMessage(emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.parser(), extensionRegistry)); 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)) { watcherList_ = java.util.Collections.unmodifiableList(watcherList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.internal_static_InBattleMechanicusSettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.internal_static_InBattleMechanicusSettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.class, emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.Builder.class); } public static final int WATCHER_LIST_FIELD_NUMBER = 15; private java.util.List watcherList_; /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ @java.lang.Override public java.util.List getWatcherListList() { return watcherList_; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ @java.lang.Override public java.util.List getWatcherListOrBuilderList() { return watcherList_; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ @java.lang.Override public int getWatcherListCount() { return watcherList_.size(); } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ @java.lang.Override public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo getWatcherList(int index) { return watcherList_.get(index); } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ @java.lang.Override public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder getWatcherListOrBuilder( int index) { return watcherList_.get(index); } public static final int MHCDNHLEGJJ_FIELD_NUMBER = 8; private int mHCDNHLEGJJ_; /** * uint32 MHCDNHLEGJJ = 8; * @return The mHCDNHLEGJJ. */ @java.lang.Override public int getMHCDNHLEGJJ() { return mHCDNHLEGJJ_; } public static final int PLAY_INDEX_FIELD_NUMBER = 1; private int playIndex_; /** * uint32 play_index = 1; * @return The playIndex. */ @java.lang.Override public int getPlayIndex() { return playIndex_; } public static final int GROUP_ID_FIELD_NUMBER = 5; private int groupId_; /** * uint32 group_id = 5; * @return The groupId. */ @java.lang.Override public int getGroupId() { return groupId_; } public static final int JJEKHBDPANH_FIELD_NUMBER = 13; private int jJEKHBDPANH_; /** * uint32 JJEKHBDPANH = 13; * @return The jJEKHBDPANH. */ @java.lang.Override public int getJJEKHBDPANH() { return jJEKHBDPANH_; } public static final int IS_SUCCESS_FIELD_NUMBER = 6; private boolean isSuccess_; /** * bool is_success = 6; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } public static final int DLDGAGDLKEO_FIELD_NUMBER = 14; private int dLDGAGDLKEO_; /** * uint32 DLDGAGDLKEO = 14; * @return The dLDGAGDLKEO. */ @java.lang.Override public int getDLDGAGDLKEO() { return dLDGAGDLKEO_; } public static final int SCENE_TIME_MS_FIELD_NUMBER = 2; private long sceneTimeMs_; /** * uint64 scene_time_ms = 2; * @return The sceneTimeMs. */ @java.lang.Override public long getSceneTimeMs() { return sceneTimeMs_; } 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 { if (playIndex_ != 0) { output.writeUInt32(1, playIndex_); } if (sceneTimeMs_ != 0L) { output.writeUInt64(2, sceneTimeMs_); } if (groupId_ != 0) { output.writeUInt32(5, groupId_); } if (isSuccess_ != false) { output.writeBool(6, isSuccess_); } if (mHCDNHLEGJJ_ != 0) { output.writeUInt32(8, mHCDNHLEGJJ_); } if (jJEKHBDPANH_ != 0) { output.writeUInt32(13, jJEKHBDPANH_); } if (dLDGAGDLKEO_ != 0) { output.writeUInt32(14, dLDGAGDLKEO_); } for (int i = 0; i < watcherList_.size(); i++) { output.writeMessage(15, watcherList_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (playIndex_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, playIndex_); } if (sceneTimeMs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, sceneTimeMs_); } if (groupId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, groupId_); } if (isSuccess_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, isSuccess_); } if (mHCDNHLEGJJ_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(8, mHCDNHLEGJJ_); } if (jJEKHBDPANH_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(13, jJEKHBDPANH_); } if (dLDGAGDLKEO_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(14, dLDGAGDLKEO_); } for (int i = 0; i < watcherList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, watcherList_.get(i)); } 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify other = (emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify) obj; if (!getWatcherListList() .equals(other.getWatcherListList())) return false; if (getMHCDNHLEGJJ() != other.getMHCDNHLEGJJ()) return false; if (getPlayIndex() != other.getPlayIndex()) return false; if (getGroupId() != other.getGroupId()) return false; if (getJJEKHBDPANH() != other.getJJEKHBDPANH()) return false; if (getIsSuccess() != other.getIsSuccess()) return false; if (getDLDGAGDLKEO() != other.getDLDGAGDLKEO()) return false; if (getSceneTimeMs() != other.getSceneTimeMs()) 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 (getWatcherListCount() > 0) { hash = (37 * hash) + WATCHER_LIST_FIELD_NUMBER; hash = (53 * hash) + getWatcherListList().hashCode(); } hash = (37 * hash) + MHCDNHLEGJJ_FIELD_NUMBER; hash = (53 * hash) + getMHCDNHLEGJJ(); hash = (37 * hash) + PLAY_INDEX_FIELD_NUMBER; hash = (53 * hash) + getPlayIndex(); hash = (37 * hash) + GROUP_ID_FIELD_NUMBER; hash = (53 * hash) + getGroupId(); hash = (37 * hash) + JJEKHBDPANH_FIELD_NUMBER; hash = (53 * hash) + getJJEKHBDPANH(); hash = (37 * hash) + IS_SUCCESS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsSuccess()); hash = (37 * hash) + DLDGAGDLKEO_FIELD_NUMBER; hash = (53 * hash) + getDLDGAGDLKEO(); hash = (37 * hash) + SCENE_TIME_MS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSceneTimeMs()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify 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: 5316
     * Obf: IEIEFJMCFDB
     * 
* * Protobuf type {@code InBattleMechanicusSettleNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:InBattleMechanicusSettleNotify) emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.internal_static_InBattleMechanicusSettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.internal_static_InBattleMechanicusSettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.class, emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getWatcherListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (watcherListBuilder_ == null) { watcherList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { watcherListBuilder_.clear(); } mHCDNHLEGJJ_ = 0; playIndex_ = 0; groupId_ = 0; jJEKHBDPANH_ = 0; isSuccess_ = false; dLDGAGDLKEO_ = 0; sceneTimeMs_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.internal_static_InBattleMechanicusSettleNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify build() { emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify buildPartial() { emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify result = new emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify(this); int from_bitField0_ = bitField0_; if (watcherListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { watcherList_ = java.util.Collections.unmodifiableList(watcherList_); bitField0_ = (bitField0_ & ~0x00000001); } result.watcherList_ = watcherList_; } else { result.watcherList_ = watcherListBuilder_.build(); } result.mHCDNHLEGJJ_ = mHCDNHLEGJJ_; result.playIndex_ = playIndex_; result.groupId_ = groupId_; result.jJEKHBDPANH_ = jJEKHBDPANH_; result.isSuccess_ = isSuccess_; result.dLDGAGDLKEO_ = dLDGAGDLKEO_; result.sceneTimeMs_ = sceneTimeMs_; 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify) { return mergeFrom((emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify other) { if (other == emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify.getDefaultInstance()) return this; if (watcherListBuilder_ == null) { if (!other.watcherList_.isEmpty()) { if (watcherList_.isEmpty()) { watcherList_ = other.watcherList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureWatcherListIsMutable(); watcherList_.addAll(other.watcherList_); } onChanged(); } } else { if (!other.watcherList_.isEmpty()) { if (watcherListBuilder_.isEmpty()) { watcherListBuilder_.dispose(); watcherListBuilder_ = null; watcherList_ = other.watcherList_; bitField0_ = (bitField0_ & ~0x00000001); watcherListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getWatcherListFieldBuilder() : null; } else { watcherListBuilder_.addAllMessages(other.watcherList_); } } } if (other.getMHCDNHLEGJJ() != 0) { setMHCDNHLEGJJ(other.getMHCDNHLEGJJ()); } if (other.getPlayIndex() != 0) { setPlayIndex(other.getPlayIndex()); } if (other.getGroupId() != 0) { setGroupId(other.getGroupId()); } if (other.getJJEKHBDPANH() != 0) { setJJEKHBDPANH(other.getJJEKHBDPANH()); } if (other.getIsSuccess() != false) { setIsSuccess(other.getIsSuccess()); } if (other.getDLDGAGDLKEO() != 0) { setDLDGAGDLKEO(other.getDLDGAGDLKEO()); } if (other.getSceneTimeMs() != 0L) { setSceneTimeMs(other.getSceneTimeMs()); } 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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List watcherList_ = java.util.Collections.emptyList(); private void ensureWatcherListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { watcherList_ = new java.util.ArrayList(watcherList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder> watcherListBuilder_; /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public java.util.List getWatcherListList() { if (watcherListBuilder_ == null) { return java.util.Collections.unmodifiableList(watcherList_); } else { return watcherListBuilder_.getMessageList(); } } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public int getWatcherListCount() { if (watcherListBuilder_ == null) { return watcherList_.size(); } else { return watcherListBuilder_.getCount(); } } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo getWatcherList(int index) { if (watcherListBuilder_ == null) { return watcherList_.get(index); } else { return watcherListBuilder_.getMessage(index); } } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder setWatcherList( int index, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo value) { if (watcherListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWatcherListIsMutable(); watcherList_.set(index, value); onChanged(); } else { watcherListBuilder_.setMessage(index, value); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder setWatcherList( int index, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder builderForValue) { if (watcherListBuilder_ == null) { ensureWatcherListIsMutable(); watcherList_.set(index, builderForValue.build()); onChanged(); } else { watcherListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder addWatcherList(emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo value) { if (watcherListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWatcherListIsMutable(); watcherList_.add(value); onChanged(); } else { watcherListBuilder_.addMessage(value); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder addWatcherList( int index, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo value) { if (watcherListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureWatcherListIsMutable(); watcherList_.add(index, value); onChanged(); } else { watcherListBuilder_.addMessage(index, value); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder addWatcherList( emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder builderForValue) { if (watcherListBuilder_ == null) { ensureWatcherListIsMutable(); watcherList_.add(builderForValue.build()); onChanged(); } else { watcherListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder addWatcherList( int index, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder builderForValue) { if (watcherListBuilder_ == null) { ensureWatcherListIsMutable(); watcherList_.add(index, builderForValue.build()); onChanged(); } else { watcherListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder addAllWatcherList( java.lang.Iterable values) { if (watcherListBuilder_ == null) { ensureWatcherListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, watcherList_); onChanged(); } else { watcherListBuilder_.addAllMessages(values); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder clearWatcherList() { if (watcherListBuilder_ == null) { watcherList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { watcherListBuilder_.clear(); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public Builder removeWatcherList(int index) { if (watcherListBuilder_ == null) { ensureWatcherListIsMutable(); watcherList_.remove(index); onChanged(); } else { watcherListBuilder_.remove(index); } return this; } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder getWatcherListBuilder( int index) { return getWatcherListFieldBuilder().getBuilder(index); } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder getWatcherListOrBuilder( int index) { if (watcherListBuilder_ == null) { return watcherList_.get(index); } else { return watcherListBuilder_.getMessageOrBuilder(index); } } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public java.util.List getWatcherListOrBuilderList() { if (watcherListBuilder_ != null) { return watcherListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(watcherList_); } } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder addWatcherListBuilder() { return getWatcherListFieldBuilder().addBuilder( emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.getDefaultInstance()); } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder addWatcherListBuilder( int index) { return getWatcherListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.getDefaultInstance()); } /** * repeated .MultistageSettleWatcherInfo watcher_list = 15; */ public java.util.List getWatcherListBuilderList() { return getWatcherListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder> getWatcherListFieldBuilder() { if (watcherListBuilder_ == null) { watcherListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfo.Builder, emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder>( watcherList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); watcherList_ = null; } return watcherListBuilder_; } private int mHCDNHLEGJJ_ ; /** * uint32 MHCDNHLEGJJ = 8; * @return The mHCDNHLEGJJ. */ @java.lang.Override public int getMHCDNHLEGJJ() { return mHCDNHLEGJJ_; } /** * uint32 MHCDNHLEGJJ = 8; * @param value The mHCDNHLEGJJ to set. * @return This builder for chaining. */ public Builder setMHCDNHLEGJJ(int value) { mHCDNHLEGJJ_ = value; onChanged(); return this; } /** * uint32 MHCDNHLEGJJ = 8; * @return This builder for chaining. */ public Builder clearMHCDNHLEGJJ() { mHCDNHLEGJJ_ = 0; onChanged(); return this; } private int playIndex_ ; /** * uint32 play_index = 1; * @return The playIndex. */ @java.lang.Override public int getPlayIndex() { return playIndex_; } /** * uint32 play_index = 1; * @param value The playIndex to set. * @return This builder for chaining. */ public Builder setPlayIndex(int value) { playIndex_ = value; onChanged(); return this; } /** * uint32 play_index = 1; * @return This builder for chaining. */ public Builder clearPlayIndex() { playIndex_ = 0; onChanged(); return this; } private int groupId_ ; /** * uint32 group_id = 5; * @return The groupId. */ @java.lang.Override public int getGroupId() { return groupId_; } /** * uint32 group_id = 5; * @param value The groupId to set. * @return This builder for chaining. */ public Builder setGroupId(int value) { groupId_ = value; onChanged(); return this; } /** * uint32 group_id = 5; * @return This builder for chaining. */ public Builder clearGroupId() { groupId_ = 0; onChanged(); return this; } private int jJEKHBDPANH_ ; /** * uint32 JJEKHBDPANH = 13; * @return The jJEKHBDPANH. */ @java.lang.Override public int getJJEKHBDPANH() { return jJEKHBDPANH_; } /** * uint32 JJEKHBDPANH = 13; * @param value The jJEKHBDPANH to set. * @return This builder for chaining. */ public Builder setJJEKHBDPANH(int value) { jJEKHBDPANH_ = value; onChanged(); return this; } /** * uint32 JJEKHBDPANH = 13; * @return This builder for chaining. */ public Builder clearJJEKHBDPANH() { jJEKHBDPANH_ = 0; onChanged(); return this; } private boolean isSuccess_ ; /** * bool is_success = 6; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } /** * bool is_success = 6; * @param value The isSuccess to set. * @return This builder for chaining. */ public Builder setIsSuccess(boolean value) { isSuccess_ = value; onChanged(); return this; } /** * bool is_success = 6; * @return This builder for chaining. */ public Builder clearIsSuccess() { isSuccess_ = false; onChanged(); return this; } private int dLDGAGDLKEO_ ; /** * uint32 DLDGAGDLKEO = 14; * @return The dLDGAGDLKEO. */ @java.lang.Override public int getDLDGAGDLKEO() { return dLDGAGDLKEO_; } /** * uint32 DLDGAGDLKEO = 14; * @param value The dLDGAGDLKEO to set. * @return This builder for chaining. */ public Builder setDLDGAGDLKEO(int value) { dLDGAGDLKEO_ = value; onChanged(); return this; } /** * uint32 DLDGAGDLKEO = 14; * @return This builder for chaining. */ public Builder clearDLDGAGDLKEO() { dLDGAGDLKEO_ = 0; onChanged(); return this; } private long sceneTimeMs_ ; /** * uint64 scene_time_ms = 2; * @return The sceneTimeMs. */ @java.lang.Override public long getSceneTimeMs() { return sceneTimeMs_; } /** * uint64 scene_time_ms = 2; * @param value The sceneTimeMs to set. * @return This builder for chaining. */ public Builder setSceneTimeMs(long value) { sceneTimeMs_ = value; onChanged(); return this; } /** * uint64 scene_time_ms = 2; * @return This builder for chaining. */ public Builder clearSceneTimeMs() { sceneTimeMs_ = 0L; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:InBattleMechanicusSettleNotify) } // @@protoc_insertion_point(class_scope:InBattleMechanicusSettleNotify) private static final emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify(); } public static emu.grasscutter.net.proto.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public InBattleMechanicusSettleNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new InBattleMechanicusSettleNotify(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.InBattleMechanicusSettleNotifyOuterClass.InBattleMechanicusSettleNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_InBattleMechanicusSettleNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_InBattleMechanicusSettleNotify_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$InBattleMechanicusSettleNotify.proto\032!" + "MultistageSettleWatcherInfo.proto\"\344\001\n\036In" + "BattleMechanicusSettleNotify\0222\n\014watcher_" + "list\030\017 \003(\0132\034.MultistageSettleWatcherInfo" + "\022\023\n\013MHCDNHLEGJJ\030\010 \001(\r\022\022\n\nplay_index\030\001 \001(" + "\r\022\020\n\010group_id\030\005 \001(\r\022\023\n\013JJEKHBDPANH\030\r \001(\r" + "\022\022\n\nis_success\030\006 \001(\010\022\023\n\013DLDGAGDLKEO\030\016 \001(" + "\r\022\025\n\rscene_time_ms\030\002 \001(\004B\033\n\031emu.grasscut" + "ter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.getDescriptor(), }); internal_static_InBattleMechanicusSettleNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_InBattleMechanicusSettleNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_InBattleMechanicusSettleNotify_descriptor, new java.lang.String[] { "WatcherList", "MHCDNHLEGJJ", "PlayIndex", "GroupId", "JJEKHBDPANH", "IsSuccess", "DLDGAGDLKEO", "SceneTimeMs", }); emu.grasscutter.net.proto.MultistageSettleWatcherInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }