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

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

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ScenePointUnlockNotify.proto

package emu.grasscutter.net.proto;

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

    /**
     * repeated uint32 ELDLGKEKABI = 6;
     * @return A list containing the eLDLGKEKABI.
     */
    java.util.List getELDLGKEKABIList();
    /**
     * repeated uint32 ELDLGKEKABI = 6;
     * @return The count of eLDLGKEKABI.
     */
    int getELDLGKEKABICount();
    /**
     * repeated uint32 ELDLGKEKABI = 6;
     * @param index The index of the element to return.
     * @return The eLDLGKEKABI at the given index.
     */
    int getELDLGKEKABI(int index);

    /**
     * repeated uint32 KOPAHGHMECF = 4;
     * @return A list containing the kOPAHGHMECF.
     */
    java.util.List getKOPAHGHMECFList();
    /**
     * repeated uint32 KOPAHGHMECF = 4;
     * @return The count of kOPAHGHMECF.
     */
    int getKOPAHGHMECFCount();
    /**
     * repeated uint32 KOPAHGHMECF = 4;
     * @param index The index of the element to return.
     * @return The kOPAHGHMECF at the given index.
     */
    int getKOPAHGHMECF(int index);

    /**
     * uint32 scene_id = 12;
     * @return The sceneId.
     */
    int getSceneId();

    /**
     * repeated uint32 point_list = 2;
     * @return A list containing the pointList.
     */
    java.util.List getPointListList();
    /**
     * repeated uint32 point_list = 2;
     * @return The count of pointList.
     */
    int getPointListCount();
    /**
     * repeated uint32 point_list = 2;
     * @param index The index of the element to return.
     * @return The pointList at the given index.
     */
    int getPointList(int index);

    /**
     * repeated uint32 JCLHNODLPOH = 11;
     * @return A list containing the jCLHNODLPOH.
     */
    java.util.List getJCLHNODLPOHList();
    /**
     * repeated uint32 JCLHNODLPOH = 11;
     * @return The count of jCLHNODLPOH.
     */
    int getJCLHNODLPOHCount();
    /**
     * repeated uint32 JCLHNODLPOH = 11;
     * @param index The index of the element to return.
     * @return The jCLHNODLPOH at the given index.
     */
    int getJCLHNODLPOH(int index);
  }
  /**
   * 
   * CmdId: 5431
   * Obf: CBIBGAOCEHP
   * 
* * Protobuf type {@code ScenePointUnlockNotify} */ public static final class ScenePointUnlockNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:ScenePointUnlockNotify) ScenePointUnlockNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use ScenePointUnlockNotify.newBuilder() to construct. private ScenePointUnlockNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScenePointUnlockNotify() { eLDLGKEKABI_ = emptyIntList(); kOPAHGHMECF_ = emptyIntList(); pointList_ = emptyIntList(); jCLHNODLPOH_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ScenePointUnlockNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenePointUnlockNotify( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 16: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { pointList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } pointList_.addInt(input.readUInt32()); break; } case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { pointList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { pointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 32: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { kOPAHGHMECF_ = newIntList(); mutable_bitField0_ |= 0x00000002; } kOPAHGHMECF_.addInt(input.readUInt32()); break; } case 34: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { kOPAHGHMECF_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { kOPAHGHMECF_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 48: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { eLDLGKEKABI_ = newIntList(); mutable_bitField0_ |= 0x00000001; } eLDLGKEKABI_.addInt(input.readUInt32()); break; } case 50: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { eLDLGKEKABI_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { eLDLGKEKABI_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 88: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { jCLHNODLPOH_ = newIntList(); mutable_bitField0_ |= 0x00000008; } jCLHNODLPOH_.addInt(input.readUInt32()); break; } case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) { jCLHNODLPOH_ = newIntList(); mutable_bitField0_ |= 0x00000008; } while (input.getBytesUntilLimit() > 0) { jCLHNODLPOH_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 96: { sceneId_ = 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_ & 0x00000004) != 0)) { pointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000002) != 0)) { kOPAHGHMECF_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { eLDLGKEKABI_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000008) != 0)) { jCLHNODLPOH_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.internal_static_ScenePointUnlockNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.internal_static_ScenePointUnlockNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.class, emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.Builder.class); } public static final int ELDLGKEKABI_FIELD_NUMBER = 6; private com.google.protobuf.Internal.IntList eLDLGKEKABI_; /** * repeated uint32 ELDLGKEKABI = 6; * @return A list containing the eLDLGKEKABI. */ @java.lang.Override public java.util.List getELDLGKEKABIList() { return eLDLGKEKABI_; } /** * repeated uint32 ELDLGKEKABI = 6; * @return The count of eLDLGKEKABI. */ public int getELDLGKEKABICount() { return eLDLGKEKABI_.size(); } /** * repeated uint32 ELDLGKEKABI = 6; * @param index The index of the element to return. * @return The eLDLGKEKABI at the given index. */ public int getELDLGKEKABI(int index) { return eLDLGKEKABI_.getInt(index); } private int eLDLGKEKABIMemoizedSerializedSize = -1; public static final int KOPAHGHMECF_FIELD_NUMBER = 4; private com.google.protobuf.Internal.IntList kOPAHGHMECF_; /** * repeated uint32 KOPAHGHMECF = 4; * @return A list containing the kOPAHGHMECF. */ @java.lang.Override public java.util.List getKOPAHGHMECFList() { return kOPAHGHMECF_; } /** * repeated uint32 KOPAHGHMECF = 4; * @return The count of kOPAHGHMECF. */ public int getKOPAHGHMECFCount() { return kOPAHGHMECF_.size(); } /** * repeated uint32 KOPAHGHMECF = 4; * @param index The index of the element to return. * @return The kOPAHGHMECF at the given index. */ public int getKOPAHGHMECF(int index) { return kOPAHGHMECF_.getInt(index); } private int kOPAHGHMECFMemoizedSerializedSize = -1; public static final int SCENE_ID_FIELD_NUMBER = 12; private int sceneId_; /** * uint32 scene_id = 12; * @return The sceneId. */ @java.lang.Override public int getSceneId() { return sceneId_; } public static final int POINT_LIST_FIELD_NUMBER = 2; private com.google.protobuf.Internal.IntList pointList_; /** * repeated uint32 point_list = 2; * @return A list containing the pointList. */ @java.lang.Override public java.util.List getPointListList() { return pointList_; } /** * repeated uint32 point_list = 2; * @return The count of pointList. */ public int getPointListCount() { return pointList_.size(); } /** * repeated uint32 point_list = 2; * @param index The index of the element to return. * @return The pointList at the given index. */ public int getPointList(int index) { return pointList_.getInt(index); } private int pointListMemoizedSerializedSize = -1; public static final int JCLHNODLPOH_FIELD_NUMBER = 11; private com.google.protobuf.Internal.IntList jCLHNODLPOH_; /** * repeated uint32 JCLHNODLPOH = 11; * @return A list containing the jCLHNODLPOH. */ @java.lang.Override public java.util.List getJCLHNODLPOHList() { return jCLHNODLPOH_; } /** * repeated uint32 JCLHNODLPOH = 11; * @return The count of jCLHNODLPOH. */ public int getJCLHNODLPOHCount() { return jCLHNODLPOH_.size(); } /** * repeated uint32 JCLHNODLPOH = 11; * @param index The index of the element to return. * @return The jCLHNODLPOH at the given index. */ public int getJCLHNODLPOH(int index) { return jCLHNODLPOH_.getInt(index); } private int jCLHNODLPOHMemoizedSerializedSize = -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 (getPointListList().size() > 0) { output.writeUInt32NoTag(18); output.writeUInt32NoTag(pointListMemoizedSerializedSize); } for (int i = 0; i < pointList_.size(); i++) { output.writeUInt32NoTag(pointList_.getInt(i)); } if (getKOPAHGHMECFList().size() > 0) { output.writeUInt32NoTag(34); output.writeUInt32NoTag(kOPAHGHMECFMemoizedSerializedSize); } for (int i = 0; i < kOPAHGHMECF_.size(); i++) { output.writeUInt32NoTag(kOPAHGHMECF_.getInt(i)); } if (getELDLGKEKABIList().size() > 0) { output.writeUInt32NoTag(50); output.writeUInt32NoTag(eLDLGKEKABIMemoizedSerializedSize); } for (int i = 0; i < eLDLGKEKABI_.size(); i++) { output.writeUInt32NoTag(eLDLGKEKABI_.getInt(i)); } if (getJCLHNODLPOHList().size() > 0) { output.writeUInt32NoTag(90); output.writeUInt32NoTag(jCLHNODLPOHMemoizedSerializedSize); } for (int i = 0; i < jCLHNODLPOH_.size(); i++) { output.writeUInt32NoTag(jCLHNODLPOH_.getInt(i)); } if (sceneId_ != 0) { output.writeUInt32(12, sceneId_); } 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 < pointList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(pointList_.getInt(i)); } size += dataSize; if (!getPointListList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } pointListMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < kOPAHGHMECF_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(kOPAHGHMECF_.getInt(i)); } size += dataSize; if (!getKOPAHGHMECFList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } kOPAHGHMECFMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < eLDLGKEKABI_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(eLDLGKEKABI_.getInt(i)); } size += dataSize; if (!getELDLGKEKABIList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } eLDLGKEKABIMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < jCLHNODLPOH_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(jCLHNODLPOH_.getInt(i)); } size += dataSize; if (!getJCLHNODLPOHList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } jCLHNODLPOHMemoizedSerializedSize = dataSize; } if (sceneId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, sceneId_); } 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify other = (emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify) obj; if (!getELDLGKEKABIList() .equals(other.getELDLGKEKABIList())) return false; if (!getKOPAHGHMECFList() .equals(other.getKOPAHGHMECFList())) return false; if (getSceneId() != other.getSceneId()) return false; if (!getPointListList() .equals(other.getPointListList())) return false; if (!getJCLHNODLPOHList() .equals(other.getJCLHNODLPOHList())) 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 (getELDLGKEKABICount() > 0) { hash = (37 * hash) + ELDLGKEKABI_FIELD_NUMBER; hash = (53 * hash) + getELDLGKEKABIList().hashCode(); } if (getKOPAHGHMECFCount() > 0) { hash = (37 * hash) + KOPAHGHMECF_FIELD_NUMBER; hash = (53 * hash) + getKOPAHGHMECFList().hashCode(); } hash = (37 * hash) + SCENE_ID_FIELD_NUMBER; hash = (53 * hash) + getSceneId(); if (getPointListCount() > 0) { hash = (37 * hash) + POINT_LIST_FIELD_NUMBER; hash = (53 * hash) + getPointListList().hashCode(); } if (getJCLHNODLPOHCount() > 0) { hash = (37 * hash) + JCLHNODLPOH_FIELD_NUMBER; hash = (53 * hash) + getJCLHNODLPOHList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify 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: 5431
     * Obf: CBIBGAOCEHP
     * 
* * Protobuf type {@code ScenePointUnlockNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:ScenePointUnlockNotify) emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.internal_static_ScenePointUnlockNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.internal_static_ScenePointUnlockNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.class, emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.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(); eLDLGKEKABI_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); kOPAHGHMECF_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); sceneId_ = 0; pointList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); jCLHNODLPOH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.internal_static_ScenePointUnlockNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify build() { emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify buildPartial() { emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify result = new emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { eLDLGKEKABI_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } result.eLDLGKEKABI_ = eLDLGKEKABI_; if (((bitField0_ & 0x00000002) != 0)) { kOPAHGHMECF_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.kOPAHGHMECF_ = kOPAHGHMECF_; result.sceneId_ = sceneId_; if (((bitField0_ & 0x00000004) != 0)) { pointList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000004); } result.pointList_ = pointList_; if (((bitField0_ & 0x00000008) != 0)) { jCLHNODLPOH_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000008); } result.jCLHNODLPOH_ = jCLHNODLPOH_; 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify) { return mergeFrom((emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify other) { if (other == emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.getDefaultInstance()) return this; if (!other.eLDLGKEKABI_.isEmpty()) { if (eLDLGKEKABI_.isEmpty()) { eLDLGKEKABI_ = other.eLDLGKEKABI_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureELDLGKEKABIIsMutable(); eLDLGKEKABI_.addAll(other.eLDLGKEKABI_); } onChanged(); } if (!other.kOPAHGHMECF_.isEmpty()) { if (kOPAHGHMECF_.isEmpty()) { kOPAHGHMECF_ = other.kOPAHGHMECF_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureKOPAHGHMECFIsMutable(); kOPAHGHMECF_.addAll(other.kOPAHGHMECF_); } onChanged(); } if (other.getSceneId() != 0) { setSceneId(other.getSceneId()); } if (!other.pointList_.isEmpty()) { if (pointList_.isEmpty()) { pointList_ = other.pointList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensurePointListIsMutable(); pointList_.addAll(other.pointList_); } onChanged(); } if (!other.jCLHNODLPOH_.isEmpty()) { if (jCLHNODLPOH_.isEmpty()) { jCLHNODLPOH_ = other.jCLHNODLPOH_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureJCLHNODLPOHIsMutable(); jCLHNODLPOH_.addAll(other.jCLHNODLPOH_); } 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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.Internal.IntList eLDLGKEKABI_ = emptyIntList(); private void ensureELDLGKEKABIIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { eLDLGKEKABI_ = mutableCopy(eLDLGKEKABI_); bitField0_ |= 0x00000001; } } /** * repeated uint32 ELDLGKEKABI = 6; * @return A list containing the eLDLGKEKABI. */ public java.util.List getELDLGKEKABIList() { return ((bitField0_ & 0x00000001) != 0) ? java.util.Collections.unmodifiableList(eLDLGKEKABI_) : eLDLGKEKABI_; } /** * repeated uint32 ELDLGKEKABI = 6; * @return The count of eLDLGKEKABI. */ public int getELDLGKEKABICount() { return eLDLGKEKABI_.size(); } /** * repeated uint32 ELDLGKEKABI = 6; * @param index The index of the element to return. * @return The eLDLGKEKABI at the given index. */ public int getELDLGKEKABI(int index) { return eLDLGKEKABI_.getInt(index); } /** * repeated uint32 ELDLGKEKABI = 6; * @param index The index to set the value at. * @param value The eLDLGKEKABI to set. * @return This builder for chaining. */ public Builder setELDLGKEKABI( int index, int value) { ensureELDLGKEKABIIsMutable(); eLDLGKEKABI_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 ELDLGKEKABI = 6; * @param value The eLDLGKEKABI to add. * @return This builder for chaining. */ public Builder addELDLGKEKABI(int value) { ensureELDLGKEKABIIsMutable(); eLDLGKEKABI_.addInt(value); onChanged(); return this; } /** * repeated uint32 ELDLGKEKABI = 6; * @param values The eLDLGKEKABI to add. * @return This builder for chaining. */ public Builder addAllELDLGKEKABI( java.lang.Iterable values) { ensureELDLGKEKABIIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, eLDLGKEKABI_); onChanged(); return this; } /** * repeated uint32 ELDLGKEKABI = 6; * @return This builder for chaining. */ public Builder clearELDLGKEKABI() { eLDLGKEKABI_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.IntList kOPAHGHMECF_ = emptyIntList(); private void ensureKOPAHGHMECFIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { kOPAHGHMECF_ = mutableCopy(kOPAHGHMECF_); bitField0_ |= 0x00000002; } } /** * repeated uint32 KOPAHGHMECF = 4; * @return A list containing the kOPAHGHMECF. */ public java.util.List getKOPAHGHMECFList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(kOPAHGHMECF_) : kOPAHGHMECF_; } /** * repeated uint32 KOPAHGHMECF = 4; * @return The count of kOPAHGHMECF. */ public int getKOPAHGHMECFCount() { return kOPAHGHMECF_.size(); } /** * repeated uint32 KOPAHGHMECF = 4; * @param index The index of the element to return. * @return The kOPAHGHMECF at the given index. */ public int getKOPAHGHMECF(int index) { return kOPAHGHMECF_.getInt(index); } /** * repeated uint32 KOPAHGHMECF = 4; * @param index The index to set the value at. * @param value The kOPAHGHMECF to set. * @return This builder for chaining. */ public Builder setKOPAHGHMECF( int index, int value) { ensureKOPAHGHMECFIsMutable(); kOPAHGHMECF_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 KOPAHGHMECF = 4; * @param value The kOPAHGHMECF to add. * @return This builder for chaining. */ public Builder addKOPAHGHMECF(int value) { ensureKOPAHGHMECFIsMutable(); kOPAHGHMECF_.addInt(value); onChanged(); return this; } /** * repeated uint32 KOPAHGHMECF = 4; * @param values The kOPAHGHMECF to add. * @return This builder for chaining. */ public Builder addAllKOPAHGHMECF( java.lang.Iterable values) { ensureKOPAHGHMECFIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, kOPAHGHMECF_); onChanged(); return this; } /** * repeated uint32 KOPAHGHMECF = 4; * @return This builder for chaining. */ public Builder clearKOPAHGHMECF() { kOPAHGHMECF_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private int sceneId_ ; /** * uint32 scene_id = 12; * @return The sceneId. */ @java.lang.Override public int getSceneId() { return sceneId_; } /** * uint32 scene_id = 12; * @param value The sceneId to set. * @return This builder for chaining. */ public Builder setSceneId(int value) { sceneId_ = value; onChanged(); return this; } /** * uint32 scene_id = 12; * @return This builder for chaining. */ public Builder clearSceneId() { sceneId_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.IntList pointList_ = emptyIntList(); private void ensurePointListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { pointList_ = mutableCopy(pointList_); bitField0_ |= 0x00000004; } } /** * repeated uint32 point_list = 2; * @return A list containing the pointList. */ public java.util.List getPointListList() { return ((bitField0_ & 0x00000004) != 0) ? java.util.Collections.unmodifiableList(pointList_) : pointList_; } /** * repeated uint32 point_list = 2; * @return The count of pointList. */ public int getPointListCount() { return pointList_.size(); } /** * repeated uint32 point_list = 2; * @param index The index of the element to return. * @return The pointList at the given index. */ public int getPointList(int index) { return pointList_.getInt(index); } /** * repeated uint32 point_list = 2; * @param index The index to set the value at. * @param value The pointList to set. * @return This builder for chaining. */ public Builder setPointList( int index, int value) { ensurePointListIsMutable(); pointList_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 point_list = 2; * @param value The pointList to add. * @return This builder for chaining. */ public Builder addPointList(int value) { ensurePointListIsMutable(); pointList_.addInt(value); onChanged(); return this; } /** * repeated uint32 point_list = 2; * @param values The pointList to add. * @return This builder for chaining. */ public Builder addAllPointList( java.lang.Iterable values) { ensurePointListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, pointList_); onChanged(); return this; } /** * repeated uint32 point_list = 2; * @return This builder for chaining. */ public Builder clearPointList() { pointList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.IntList jCLHNODLPOH_ = emptyIntList(); private void ensureJCLHNODLPOHIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { jCLHNODLPOH_ = mutableCopy(jCLHNODLPOH_); bitField0_ |= 0x00000008; } } /** * repeated uint32 JCLHNODLPOH = 11; * @return A list containing the jCLHNODLPOH. */ public java.util.List getJCLHNODLPOHList() { return ((bitField0_ & 0x00000008) != 0) ? java.util.Collections.unmodifiableList(jCLHNODLPOH_) : jCLHNODLPOH_; } /** * repeated uint32 JCLHNODLPOH = 11; * @return The count of jCLHNODLPOH. */ public int getJCLHNODLPOHCount() { return jCLHNODLPOH_.size(); } /** * repeated uint32 JCLHNODLPOH = 11; * @param index The index of the element to return. * @return The jCLHNODLPOH at the given index. */ public int getJCLHNODLPOH(int index) { return jCLHNODLPOH_.getInt(index); } /** * repeated uint32 JCLHNODLPOH = 11; * @param index The index to set the value at. * @param value The jCLHNODLPOH to set. * @return This builder for chaining. */ public Builder setJCLHNODLPOH( int index, int value) { ensureJCLHNODLPOHIsMutable(); jCLHNODLPOH_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 JCLHNODLPOH = 11; * @param value The jCLHNODLPOH to add. * @return This builder for chaining. */ public Builder addJCLHNODLPOH(int value) { ensureJCLHNODLPOHIsMutable(); jCLHNODLPOH_.addInt(value); onChanged(); return this; } /** * repeated uint32 JCLHNODLPOH = 11; * @param values The jCLHNODLPOH to add. * @return This builder for chaining. */ public Builder addAllJCLHNODLPOH( java.lang.Iterable values) { ensureJCLHNODLPOHIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, jCLHNODLPOH_); onChanged(); return this; } /** * repeated uint32 JCLHNODLPOH = 11; * @return This builder for chaining. */ public Builder clearJCLHNODLPOH() { jCLHNODLPOH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); 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:ScenePointUnlockNotify) } // @@protoc_insertion_point(class_scope:ScenePointUnlockNotify) private static final emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify(); } public static emu.grasscutter.net.proto.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScenePointUnlockNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ScenePointUnlockNotify(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.ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_ScenePointUnlockNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_ScenePointUnlockNotify_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\034ScenePointUnlockNotify.proto\"}\n\026SceneP" + "ointUnlockNotify\022\023\n\013ELDLGKEKABI\030\006 \003(\r\022\023\n" + "\013KOPAHGHMECF\030\004 \003(\r\022\020\n\010scene_id\030\014 \001(\r\022\022\n\n" + "point_list\030\002 \003(\r\022\023\n\013JCLHNODLPOH\030\013 \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_ScenePointUnlockNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_ScenePointUnlockNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ScenePointUnlockNotify_descriptor, new java.lang.String[] { "ELDLGKEKABI", "KOPAHGHMECF", "SceneId", "PointList", "JCLHNODLPOH", }); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy