All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: IrodoriPoetryThemeData.proto

package emu.grasscutter.net.proto;

public final class IrodoriPoetryThemeDataOuterClass {
  private IrodoriPoetryThemeDataOuterClass() {}
  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 IrodoriPoetryThemeDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:IrodoriPoetryThemeData)
      com.google.protobuf.MessageOrBuilder {

    /**
     * uint32 BNNBEAHNPNH = 5;
     * @return The bNNBEAHNPNH.
     */
    int getBNNBEAHNPNH();

    /**
     * repeated uint32 EFBGNKCHODA = 9;
     * @return A list containing the eFBGNKCHODA.
     */
    java.util.List getEFBGNKCHODAList();
    /**
     * repeated uint32 EFBGNKCHODA = 9;
     * @return The count of eFBGNKCHODA.
     */
    int getEFBGNKCHODACount();
    /**
     * repeated uint32 EFBGNKCHODA = 9;
     * @param index The index of the element to return.
     * @return The eFBGNKCHODA at the given index.
     */
    int getEFBGNKCHODA(int index);

    /**
     * uint32 OPPGKAGCJBJ = 7;
     * @return The oPPGKAGCJBJ.
     */
    int getOPPGKAGCJBJ();

    /**
     * uint32 CGNFCGJIOGM = 11;
     * @return The cGNFCGJIOGM.
     */
    int getCGNFCGJIOGM();

    /**
     * uint32 progress = 6;
     * @return The progress.
     */
    int getProgress();

    /**
     * uint32 NGBIFFGKFHN = 4;
     * @return The nGBIFFGKFHN.
     */
    int getNGBIFFGKFHN();

    /**
     * repeated uint32 DJEKCGJNNDE = 3;
     * @return A list containing the dJEKCGJNNDE.
     */
    java.util.List getDJEKCGJNNDEList();
    /**
     * repeated uint32 DJEKCGJNNDE = 3;
     * @return The count of dJEKCGJNNDE.
     */
    int getDJEKCGJNNDECount();
    /**
     * repeated uint32 DJEKCGJNNDE = 3;
     * @param index The index of the element to return.
     * @return The dJEKCGJNNDE at the given index.
     */
    int getDJEKCGJNNDE(int index);
  }
  /**
   * 
   * Name: ILPPOIPMJIF
   * 
* * Protobuf type {@code IrodoriPoetryThemeData} */ public static final class IrodoriPoetryThemeData extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:IrodoriPoetryThemeData) IrodoriPoetryThemeDataOrBuilder { private static final long serialVersionUID = 0L; // Use IrodoriPoetryThemeData.newBuilder() to construct. private IrodoriPoetryThemeData(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private IrodoriPoetryThemeData() { eFBGNKCHODA_ = emptyIntList(); dJEKCGJNNDE_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new IrodoriPoetryThemeData(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private IrodoriPoetryThemeData( 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 24: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { dJEKCGJNNDE_ = newIntList(); mutable_bitField0_ |= 0x00000002; } dJEKCGJNNDE_.addInt(input.readUInt32()); break; } case 26: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { dJEKCGJNNDE_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { dJEKCGJNNDE_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 32: { nGBIFFGKFHN_ = input.readUInt32(); break; } case 40: { bNNBEAHNPNH_ = input.readUInt32(); break; } case 48: { progress_ = input.readUInt32(); break; } case 56: { oPPGKAGCJBJ_ = input.readUInt32(); break; } case 72: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { eFBGNKCHODA_ = newIntList(); mutable_bitField0_ |= 0x00000001; } eFBGNKCHODA_.addInt(input.readUInt32()); break; } case 74: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { eFBGNKCHODA_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { eFBGNKCHODA_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 88: { cGNFCGJIOGM_ = input.readUInt32(); 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_ & 0x00000002) != 0)) { dJEKCGJNNDE_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { eFBGNKCHODA_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.internal_static_IrodoriPoetryThemeData_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.internal_static_IrodoriPoetryThemeData_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.class, emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.Builder.class); } public static final int BNNBEAHNPNH_FIELD_NUMBER = 5; private int bNNBEAHNPNH_; /** * uint32 BNNBEAHNPNH = 5; * @return The bNNBEAHNPNH. */ @java.lang.Override public int getBNNBEAHNPNH() { return bNNBEAHNPNH_; } public static final int EFBGNKCHODA_FIELD_NUMBER = 9; private com.google.protobuf.Internal.IntList eFBGNKCHODA_; /** * repeated uint32 EFBGNKCHODA = 9; * @return A list containing the eFBGNKCHODA. */ @java.lang.Override public java.util.List getEFBGNKCHODAList() { return eFBGNKCHODA_; } /** * repeated uint32 EFBGNKCHODA = 9; * @return The count of eFBGNKCHODA. */ public int getEFBGNKCHODACount() { return eFBGNKCHODA_.size(); } /** * repeated uint32 EFBGNKCHODA = 9; * @param index The index of the element to return. * @return The eFBGNKCHODA at the given index. */ public int getEFBGNKCHODA(int index) { return eFBGNKCHODA_.getInt(index); } private int eFBGNKCHODAMemoizedSerializedSize = -1; public static final int OPPGKAGCJBJ_FIELD_NUMBER = 7; private int oPPGKAGCJBJ_; /** * uint32 OPPGKAGCJBJ = 7; * @return The oPPGKAGCJBJ. */ @java.lang.Override public int getOPPGKAGCJBJ() { return oPPGKAGCJBJ_; } public static final int CGNFCGJIOGM_FIELD_NUMBER = 11; private int cGNFCGJIOGM_; /** * uint32 CGNFCGJIOGM = 11; * @return The cGNFCGJIOGM. */ @java.lang.Override public int getCGNFCGJIOGM() { return cGNFCGJIOGM_; } public static final int PROGRESS_FIELD_NUMBER = 6; private int progress_; /** * uint32 progress = 6; * @return The progress. */ @java.lang.Override public int getProgress() { return progress_; } public static final int NGBIFFGKFHN_FIELD_NUMBER = 4; private int nGBIFFGKFHN_; /** * uint32 NGBIFFGKFHN = 4; * @return The nGBIFFGKFHN. */ @java.lang.Override public int getNGBIFFGKFHN() { return nGBIFFGKFHN_; } public static final int DJEKCGJNNDE_FIELD_NUMBER = 3; private com.google.protobuf.Internal.IntList dJEKCGJNNDE_; /** * repeated uint32 DJEKCGJNNDE = 3; * @return A list containing the dJEKCGJNNDE. */ @java.lang.Override public java.util.List getDJEKCGJNNDEList() { return dJEKCGJNNDE_; } /** * repeated uint32 DJEKCGJNNDE = 3; * @return The count of dJEKCGJNNDE. */ public int getDJEKCGJNNDECount() { return dJEKCGJNNDE_.size(); } /** * repeated uint32 DJEKCGJNNDE = 3; * @param index The index of the element to return. * @return The dJEKCGJNNDE at the given index. */ public int getDJEKCGJNNDE(int index) { return dJEKCGJNNDE_.getInt(index); } private int dJEKCGJNNDEMemoizedSerializedSize = -1; 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 (getDJEKCGJNNDEList().size() > 0) { output.writeUInt32NoTag(26); output.writeUInt32NoTag(dJEKCGJNNDEMemoizedSerializedSize); } for (int i = 0; i < dJEKCGJNNDE_.size(); i++) { output.writeUInt32NoTag(dJEKCGJNNDE_.getInt(i)); } if (nGBIFFGKFHN_ != 0) { output.writeUInt32(4, nGBIFFGKFHN_); } if (bNNBEAHNPNH_ != 0) { output.writeUInt32(5, bNNBEAHNPNH_); } if (progress_ != 0) { output.writeUInt32(6, progress_); } if (oPPGKAGCJBJ_ != 0) { output.writeUInt32(7, oPPGKAGCJBJ_); } if (getEFBGNKCHODAList().size() > 0) { output.writeUInt32NoTag(74); output.writeUInt32NoTag(eFBGNKCHODAMemoizedSerializedSize); } for (int i = 0; i < eFBGNKCHODA_.size(); i++) { output.writeUInt32NoTag(eFBGNKCHODA_.getInt(i)); } if (cGNFCGJIOGM_ != 0) { output.writeUInt32(11, cGNFCGJIOGM_); } 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 < dJEKCGJNNDE_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dJEKCGJNNDE_.getInt(i)); } size += dataSize; if (!getDJEKCGJNNDEList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } dJEKCGJNNDEMemoizedSerializedSize = dataSize; } if (nGBIFFGKFHN_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, nGBIFFGKFHN_); } if (bNNBEAHNPNH_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, bNNBEAHNPNH_); } if (progress_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, progress_); } if (oPPGKAGCJBJ_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, oPPGKAGCJBJ_); } { int dataSize = 0; for (int i = 0; i < eFBGNKCHODA_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(eFBGNKCHODA_.getInt(i)); } size += dataSize; if (!getEFBGNKCHODAList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } eFBGNKCHODAMemoizedSerializedSize = dataSize; } if (cGNFCGJIOGM_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(11, cGNFCGJIOGM_); } 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData)) { return super.equals(obj); } emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData other = (emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData) obj; if (getBNNBEAHNPNH() != other.getBNNBEAHNPNH()) return false; if (!getEFBGNKCHODAList() .equals(other.getEFBGNKCHODAList())) return false; if (getOPPGKAGCJBJ() != other.getOPPGKAGCJBJ()) return false; if (getCGNFCGJIOGM() != other.getCGNFCGJIOGM()) return false; if (getProgress() != other.getProgress()) return false; if (getNGBIFFGKFHN() != other.getNGBIFFGKFHN()) return false; if (!getDJEKCGJNNDEList() .equals(other.getDJEKCGJNNDEList())) 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) + BNNBEAHNPNH_FIELD_NUMBER; hash = (53 * hash) + getBNNBEAHNPNH(); if (getEFBGNKCHODACount() > 0) { hash = (37 * hash) + EFBGNKCHODA_FIELD_NUMBER; hash = (53 * hash) + getEFBGNKCHODAList().hashCode(); } hash = (37 * hash) + OPPGKAGCJBJ_FIELD_NUMBER; hash = (53 * hash) + getOPPGKAGCJBJ(); hash = (37 * hash) + CGNFCGJIOGM_FIELD_NUMBER; hash = (53 * hash) + getCGNFCGJIOGM(); hash = (37 * hash) + PROGRESS_FIELD_NUMBER; hash = (53 * hash) + getProgress(); hash = (37 * hash) + NGBIFFGKFHN_FIELD_NUMBER; hash = (53 * hash) + getNGBIFFGKFHN(); if (getDJEKCGJNNDECount() > 0) { hash = (37 * hash) + DJEKCGJNNDE_FIELD_NUMBER; hash = (53 * hash) + getDJEKCGJNNDEList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData 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; } /** *
     * Name: ILPPOIPMJIF
     * 
* * Protobuf type {@code IrodoriPoetryThemeData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:IrodoriPoetryThemeData) emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.internal_static_IrodoriPoetryThemeData_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.internal_static_IrodoriPoetryThemeData_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.class, emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.Builder.class); } // Construct using emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); bNNBEAHNPNH_ = 0; eFBGNKCHODA_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); oPPGKAGCJBJ_ = 0; cGNFCGJIOGM_ = 0; progress_ = 0; nGBIFFGKFHN_ = 0; dJEKCGJNNDE_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.internal_static_IrodoriPoetryThemeData_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData getDefaultInstanceForType() { return emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData build() { emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData buildPartial() { emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData result = new emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData(this); int from_bitField0_ = bitField0_; result.bNNBEAHNPNH_ = bNNBEAHNPNH_; if (((bitField0_ & 0x00000001) != 0)) { eFBGNKCHODA_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } result.eFBGNKCHODA_ = eFBGNKCHODA_; result.oPPGKAGCJBJ_ = oPPGKAGCJBJ_; result.cGNFCGJIOGM_ = cGNFCGJIOGM_; result.progress_ = progress_; result.nGBIFFGKFHN_ = nGBIFFGKFHN_; if (((bitField0_ & 0x00000002) != 0)) { dJEKCGJNNDE_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.dJEKCGJNNDE_ = dJEKCGJNNDE_; 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData) { return mergeFrom((emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData other) { if (other == emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData.getDefaultInstance()) return this; if (other.getBNNBEAHNPNH() != 0) { setBNNBEAHNPNH(other.getBNNBEAHNPNH()); } if (!other.eFBGNKCHODA_.isEmpty()) { if (eFBGNKCHODA_.isEmpty()) { eFBGNKCHODA_ = other.eFBGNKCHODA_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEFBGNKCHODAIsMutable(); eFBGNKCHODA_.addAll(other.eFBGNKCHODA_); } onChanged(); } if (other.getOPPGKAGCJBJ() != 0) { setOPPGKAGCJBJ(other.getOPPGKAGCJBJ()); } if (other.getCGNFCGJIOGM() != 0) { setCGNFCGJIOGM(other.getCGNFCGJIOGM()); } if (other.getProgress() != 0) { setProgress(other.getProgress()); } if (other.getNGBIFFGKFHN() != 0) { setNGBIFFGKFHN(other.getNGBIFFGKFHN()); } if (!other.dJEKCGJNNDE_.isEmpty()) { if (dJEKCGJNNDE_.isEmpty()) { dJEKCGJNNDE_ = other.dJEKCGJNNDE_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureDJEKCGJNNDEIsMutable(); dJEKCGJNNDE_.addAll(other.dJEKCGJNNDE_); } onChanged(); } 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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int bNNBEAHNPNH_ ; /** * uint32 BNNBEAHNPNH = 5; * @return The bNNBEAHNPNH. */ @java.lang.Override public int getBNNBEAHNPNH() { return bNNBEAHNPNH_; } /** * uint32 BNNBEAHNPNH = 5; * @param value The bNNBEAHNPNH to set. * @return This builder for chaining. */ public Builder setBNNBEAHNPNH(int value) { bNNBEAHNPNH_ = value; onChanged(); return this; } /** * uint32 BNNBEAHNPNH = 5; * @return This builder for chaining. */ public Builder clearBNNBEAHNPNH() { bNNBEAHNPNH_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.IntList eFBGNKCHODA_ = emptyIntList(); private void ensureEFBGNKCHODAIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { eFBGNKCHODA_ = mutableCopy(eFBGNKCHODA_); bitField0_ |= 0x00000001; } } /** * repeated uint32 EFBGNKCHODA = 9; * @return A list containing the eFBGNKCHODA. */ public java.util.List getEFBGNKCHODAList() { return ((bitField0_ & 0x00000001) != 0) ? java.util.Collections.unmodifiableList(eFBGNKCHODA_) : eFBGNKCHODA_; } /** * repeated uint32 EFBGNKCHODA = 9; * @return The count of eFBGNKCHODA. */ public int getEFBGNKCHODACount() { return eFBGNKCHODA_.size(); } /** * repeated uint32 EFBGNKCHODA = 9; * @param index The index of the element to return. * @return The eFBGNKCHODA at the given index. */ public int getEFBGNKCHODA(int index) { return eFBGNKCHODA_.getInt(index); } /** * repeated uint32 EFBGNKCHODA = 9; * @param index The index to set the value at. * @param value The eFBGNKCHODA to set. * @return This builder for chaining. */ public Builder setEFBGNKCHODA( int index, int value) { ensureEFBGNKCHODAIsMutable(); eFBGNKCHODA_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 EFBGNKCHODA = 9; * @param value The eFBGNKCHODA to add. * @return This builder for chaining. */ public Builder addEFBGNKCHODA(int value) { ensureEFBGNKCHODAIsMutable(); eFBGNKCHODA_.addInt(value); onChanged(); return this; } /** * repeated uint32 EFBGNKCHODA = 9; * @param values The eFBGNKCHODA to add. * @return This builder for chaining. */ public Builder addAllEFBGNKCHODA( java.lang.Iterable values) { ensureEFBGNKCHODAIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, eFBGNKCHODA_); onChanged(); return this; } /** * repeated uint32 EFBGNKCHODA = 9; * @return This builder for chaining. */ public Builder clearEFBGNKCHODA() { eFBGNKCHODA_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private int oPPGKAGCJBJ_ ; /** * uint32 OPPGKAGCJBJ = 7; * @return The oPPGKAGCJBJ. */ @java.lang.Override public int getOPPGKAGCJBJ() { return oPPGKAGCJBJ_; } /** * uint32 OPPGKAGCJBJ = 7; * @param value The oPPGKAGCJBJ to set. * @return This builder for chaining. */ public Builder setOPPGKAGCJBJ(int value) { oPPGKAGCJBJ_ = value; onChanged(); return this; } /** * uint32 OPPGKAGCJBJ = 7; * @return This builder for chaining. */ public Builder clearOPPGKAGCJBJ() { oPPGKAGCJBJ_ = 0; onChanged(); return this; } private int cGNFCGJIOGM_ ; /** * uint32 CGNFCGJIOGM = 11; * @return The cGNFCGJIOGM. */ @java.lang.Override public int getCGNFCGJIOGM() { return cGNFCGJIOGM_; } /** * uint32 CGNFCGJIOGM = 11; * @param value The cGNFCGJIOGM to set. * @return This builder for chaining. */ public Builder setCGNFCGJIOGM(int value) { cGNFCGJIOGM_ = value; onChanged(); return this; } /** * uint32 CGNFCGJIOGM = 11; * @return This builder for chaining. */ public Builder clearCGNFCGJIOGM() { cGNFCGJIOGM_ = 0; onChanged(); return this; } private int progress_ ; /** * uint32 progress = 6; * @return The progress. */ @java.lang.Override public int getProgress() { return progress_; } /** * uint32 progress = 6; * @param value The progress to set. * @return This builder for chaining. */ public Builder setProgress(int value) { progress_ = value; onChanged(); return this; } /** * uint32 progress = 6; * @return This builder for chaining. */ public Builder clearProgress() { progress_ = 0; onChanged(); return this; } private int nGBIFFGKFHN_ ; /** * uint32 NGBIFFGKFHN = 4; * @return The nGBIFFGKFHN. */ @java.lang.Override public int getNGBIFFGKFHN() { return nGBIFFGKFHN_; } /** * uint32 NGBIFFGKFHN = 4; * @param value The nGBIFFGKFHN to set. * @return This builder for chaining. */ public Builder setNGBIFFGKFHN(int value) { nGBIFFGKFHN_ = value; onChanged(); return this; } /** * uint32 NGBIFFGKFHN = 4; * @return This builder for chaining. */ public Builder clearNGBIFFGKFHN() { nGBIFFGKFHN_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.IntList dJEKCGJNNDE_ = emptyIntList(); private void ensureDJEKCGJNNDEIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { dJEKCGJNNDE_ = mutableCopy(dJEKCGJNNDE_); bitField0_ |= 0x00000002; } } /** * repeated uint32 DJEKCGJNNDE = 3; * @return A list containing the dJEKCGJNNDE. */ public java.util.List getDJEKCGJNNDEList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(dJEKCGJNNDE_) : dJEKCGJNNDE_; } /** * repeated uint32 DJEKCGJNNDE = 3; * @return The count of dJEKCGJNNDE. */ public int getDJEKCGJNNDECount() { return dJEKCGJNNDE_.size(); } /** * repeated uint32 DJEKCGJNNDE = 3; * @param index The index of the element to return. * @return The dJEKCGJNNDE at the given index. */ public int getDJEKCGJNNDE(int index) { return dJEKCGJNNDE_.getInt(index); } /** * repeated uint32 DJEKCGJNNDE = 3; * @param index The index to set the value at. * @param value The dJEKCGJNNDE to set. * @return This builder for chaining. */ public Builder setDJEKCGJNNDE( int index, int value) { ensureDJEKCGJNNDEIsMutable(); dJEKCGJNNDE_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 DJEKCGJNNDE = 3; * @param value The dJEKCGJNNDE to add. * @return This builder for chaining. */ public Builder addDJEKCGJNNDE(int value) { ensureDJEKCGJNNDEIsMutable(); dJEKCGJNNDE_.addInt(value); onChanged(); return this; } /** * repeated uint32 DJEKCGJNNDE = 3; * @param values The dJEKCGJNNDE to add. * @return This builder for chaining. */ public Builder addAllDJEKCGJNNDE( java.lang.Iterable values) { ensureDJEKCGJNNDEIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, dJEKCGJNNDE_); onChanged(); return this; } /** * repeated uint32 DJEKCGJNNDE = 3; * @return This builder for chaining. */ public Builder clearDJEKCGJNNDE() { dJEKCGJNNDE_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); 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:IrodoriPoetryThemeData) } // @@protoc_insertion_point(class_scope:IrodoriPoetryThemeData) private static final emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData(); } public static emu.grasscutter.net.proto.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public IrodoriPoetryThemeData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new IrodoriPoetryThemeData(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.IrodoriPoetryThemeDataOuterClass.IrodoriPoetryThemeData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_IrodoriPoetryThemeData_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_IrodoriPoetryThemeData_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\034IrodoriPoetryThemeData.proto\"\250\001\n\026Irodo" + "riPoetryThemeData\022\023\n\013BNNBEAHNPNH\030\005 \001(\r\022\023" + "\n\013EFBGNKCHODA\030\t \003(\r\022\023\n\013OPPGKAGCJBJ\030\007 \001(\r" + "\022\023\n\013CGNFCGJIOGM\030\013 \001(\r\022\020\n\010progress\030\006 \001(\r\022" + "\023\n\013NGBIFFGKFHN\030\004 \001(\r\022\023\n\013DJEKCGJNNDE\030\003 \003(" + "\rB\033\n\031emu.grasscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_IrodoriPoetryThemeData_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_IrodoriPoetryThemeData_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_IrodoriPoetryThemeData_descriptor, new java.lang.String[] { "BNNBEAHNPNH", "EFBGNKCHODA", "OPPGKAGCJBJ", "CGNFCGJIOGM", "Progress", "NGBIFFGKFHN", "DJEKCGJNNDE", }); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy