Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/NHFPBBLCHKHOuterClass.java
2023-08-26 19:51:45 -04:00

1051 lines
37 KiB
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: NHFPBBLCHKH.proto
package emu.grasscutter.net.proto;
public final class NHFPBBLCHKHOuterClass {
private NHFPBBLCHKHOuterClass() {}
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 NHFPBBLCHKHOrBuilder extends
// @@protoc_insertion_point(interface_extends:NHFPBBLCHKH)
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return A list containing the pAIGHFEEELO.
*/
java.util.List<java.lang.Integer> getPAIGHFEEELOList();
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return The count of pAIGHFEEELO.
*/
int getPAIGHFEEELOCount();
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param index The index of the element to return.
* @return The pAIGHFEEELO at the given index.
*/
int getPAIGHFEEELO(int index);
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return A list containing the dIDEMJFOGLD.
*/
java.util.List<java.lang.Integer> getDIDEMJFOGLDList();
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return The count of dIDEMJFOGLD.
*/
int getDIDEMJFOGLDCount();
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param index The index of the element to return.
* @return The dIDEMJFOGLD at the given index.
*/
int getDIDEMJFOGLD(int index);
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return A list containing the jBNJGMIGFFJ.
*/
java.util.List<java.lang.Integer> getJBNJGMIGFFJList();
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return The count of jBNJGMIGFFJ.
*/
int getJBNJGMIGFFJCount();
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param index The index of the element to return.
* @return The jBNJGMIGFFJ at the given index.
*/
int getJBNJGMIGFFJ(int index);
}
/**
* Protobuf type {@code NHFPBBLCHKH}
*/
public static final class NHFPBBLCHKH extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:NHFPBBLCHKH)
NHFPBBLCHKHOrBuilder {
private static final long serialVersionUID = 0L;
// Use NHFPBBLCHKH.newBuilder() to construct.
private NHFPBBLCHKH(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private NHFPBBLCHKH() {
pAIGHFEEELO_ = emptyIntList();
dIDEMJFOGLD_ = emptyIntList();
jBNJGMIGFFJ_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new NHFPBBLCHKH();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private NHFPBBLCHKH(
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_ & 0x00000004) != 0)) {
jBNJGMIGFFJ_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
jBNJGMIGFFJ_.addInt(input.readUInt32());
break;
}
case 26: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
jBNJGMIGFFJ_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
while (input.getBytesUntilLimit() > 0) {
jBNJGMIGFFJ_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 88: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
pAIGHFEEELO_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
pAIGHFEEELO_.addInt(input.readUInt32());
break;
}
case 90: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
pAIGHFEEELO_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
pAIGHFEEELO_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 120: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
dIDEMJFOGLD_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
dIDEMJFOGLD_.addInt(input.readUInt32());
break;
}
case 122: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
dIDEMJFOGLD_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
dIDEMJFOGLD_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000004) != 0)) {
jBNJGMIGFFJ_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000001) != 0)) {
pAIGHFEEELO_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
dIDEMJFOGLD_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.internal_static_NHFPBBLCHKH_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.internal_static_NHFPBBLCHKH_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.class, emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.Builder.class);
}
public static final int PAIGHFEEELO_FIELD_NUMBER = 11;
private com.google.protobuf.Internal.IntList pAIGHFEEELO_;
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return A list containing the pAIGHFEEELO.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getPAIGHFEEELOList() {
return pAIGHFEEELO_;
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return The count of pAIGHFEEELO.
*/
public int getPAIGHFEEELOCount() {
return pAIGHFEEELO_.size();
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param index The index of the element to return.
* @return The pAIGHFEEELO at the given index.
*/
public int getPAIGHFEEELO(int index) {
return pAIGHFEEELO_.getInt(index);
}
private int pAIGHFEEELOMemoizedSerializedSize = -1;
public static final int DIDEMJFOGLD_FIELD_NUMBER = 15;
private com.google.protobuf.Internal.IntList dIDEMJFOGLD_;
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return A list containing the dIDEMJFOGLD.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getDIDEMJFOGLDList() {
return dIDEMJFOGLD_;
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return The count of dIDEMJFOGLD.
*/
public int getDIDEMJFOGLDCount() {
return dIDEMJFOGLD_.size();
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param index The index of the element to return.
* @return The dIDEMJFOGLD at the given index.
*/
public int getDIDEMJFOGLD(int index) {
return dIDEMJFOGLD_.getInt(index);
}
private int dIDEMJFOGLDMemoizedSerializedSize = -1;
public static final int JBNJGMIGFFJ_FIELD_NUMBER = 3;
private com.google.protobuf.Internal.IntList jBNJGMIGFFJ_;
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return A list containing the jBNJGMIGFFJ.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getJBNJGMIGFFJList() {
return jBNJGMIGFFJ_;
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return The count of jBNJGMIGFFJ.
*/
public int getJBNJGMIGFFJCount() {
return jBNJGMIGFFJ_.size();
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param index The index of the element to return.
* @return The jBNJGMIGFFJ at the given index.
*/
public int getJBNJGMIGFFJ(int index) {
return jBNJGMIGFFJ_.getInt(index);
}
private int jBNJGMIGFFJMemoizedSerializedSize = -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 (getJBNJGMIGFFJList().size() > 0) {
output.writeUInt32NoTag(26);
output.writeUInt32NoTag(jBNJGMIGFFJMemoizedSerializedSize);
}
for (int i = 0; i < jBNJGMIGFFJ_.size(); i++) {
output.writeUInt32NoTag(jBNJGMIGFFJ_.getInt(i));
}
if (getPAIGHFEEELOList().size() > 0) {
output.writeUInt32NoTag(90);
output.writeUInt32NoTag(pAIGHFEEELOMemoizedSerializedSize);
}
for (int i = 0; i < pAIGHFEEELO_.size(); i++) {
output.writeUInt32NoTag(pAIGHFEEELO_.getInt(i));
}
if (getDIDEMJFOGLDList().size() > 0) {
output.writeUInt32NoTag(122);
output.writeUInt32NoTag(dIDEMJFOGLDMemoizedSerializedSize);
}
for (int i = 0; i < dIDEMJFOGLD_.size(); i++) {
output.writeUInt32NoTag(dIDEMJFOGLD_.getInt(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < jBNJGMIGFFJ_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(jBNJGMIGFFJ_.getInt(i));
}
size += dataSize;
if (!getJBNJGMIGFFJList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
jBNJGMIGFFJMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < pAIGHFEEELO_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(pAIGHFEEELO_.getInt(i));
}
size += dataSize;
if (!getPAIGHFEEELOList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
pAIGHFEEELOMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < dIDEMJFOGLD_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(dIDEMJFOGLD_.getInt(i));
}
size += dataSize;
if (!getDIDEMJFOGLDList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
dIDEMJFOGLDMemoizedSerializedSize = dataSize;
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH other = (emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH) obj;
if (!getPAIGHFEEELOList()
.equals(other.getPAIGHFEEELOList())) return false;
if (!getDIDEMJFOGLDList()
.equals(other.getDIDEMJFOGLDList())) return false;
if (!getJBNJGMIGFFJList()
.equals(other.getJBNJGMIGFFJList())) 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 (getPAIGHFEEELOCount() > 0) {
hash = (37 * hash) + PAIGHFEEELO_FIELD_NUMBER;
hash = (53 * hash) + getPAIGHFEEELOList().hashCode();
}
if (getDIDEMJFOGLDCount() > 0) {
hash = (37 * hash) + DIDEMJFOGLD_FIELD_NUMBER;
hash = (53 * hash) + getDIDEMJFOGLDList().hashCode();
}
if (getJBNJGMIGFFJCount() > 0) {
hash = (37 * hash) + JBNJGMIGFFJ_FIELD_NUMBER;
hash = (53 * hash) + getJBNJGMIGFFJList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH 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;
}
/**
* Protobuf type {@code NHFPBBLCHKH}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:NHFPBBLCHKH)
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKHOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.internal_static_NHFPBBLCHKH_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.internal_static_NHFPBBLCHKH_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.class, emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.Builder.class);
}
// Construct using emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.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();
pAIGHFEEELO_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
dIDEMJFOGLD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
jBNJGMIGFFJ_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.internal_static_NHFPBBLCHKH_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH getDefaultInstanceForType() {
return emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH build() {
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH buildPartial() {
emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH result = new emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
pAIGHFEEELO_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.pAIGHFEEELO_ = pAIGHFEEELO_;
if (((bitField0_ & 0x00000002) != 0)) {
dIDEMJFOGLD_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.dIDEMJFOGLD_ = dIDEMJFOGLD_;
if (((bitField0_ & 0x00000004) != 0)) {
jBNJGMIGFFJ_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.jBNJGMIGFFJ_ = jBNJGMIGFFJ_;
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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH) {
return mergeFrom((emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH other) {
if (other == emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH.getDefaultInstance()) return this;
if (!other.pAIGHFEEELO_.isEmpty()) {
if (pAIGHFEEELO_.isEmpty()) {
pAIGHFEEELO_ = other.pAIGHFEEELO_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensurePAIGHFEEELOIsMutable();
pAIGHFEEELO_.addAll(other.pAIGHFEEELO_);
}
onChanged();
}
if (!other.dIDEMJFOGLD_.isEmpty()) {
if (dIDEMJFOGLD_.isEmpty()) {
dIDEMJFOGLD_ = other.dIDEMJFOGLD_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureDIDEMJFOGLDIsMutable();
dIDEMJFOGLD_.addAll(other.dIDEMJFOGLD_);
}
onChanged();
}
if (!other.jBNJGMIGFFJ_.isEmpty()) {
if (jBNJGMIGFFJ_.isEmpty()) {
jBNJGMIGFFJ_ = other.jBNJGMIGFFJ_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureJBNJGMIGFFJIsMutable();
jBNJGMIGFFJ_.addAll(other.jBNJGMIGFFJ_);
}
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.NHFPBBLCHKHOuterClass.NHFPBBLCHKH parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.Internal.IntList pAIGHFEEELO_ = emptyIntList();
private void ensurePAIGHFEEELOIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
pAIGHFEEELO_ = mutableCopy(pAIGHFEEELO_);
bitField0_ |= 0x00000001;
}
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return A list containing the pAIGHFEEELO.
*/
public java.util.List<java.lang.Integer>
getPAIGHFEEELOList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(pAIGHFEEELO_) : pAIGHFEEELO_;
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return The count of pAIGHFEEELO.
*/
public int getPAIGHFEEELOCount() {
return pAIGHFEEELO_.size();
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param index The index of the element to return.
* @return The pAIGHFEEELO at the given index.
*/
public int getPAIGHFEEELO(int index) {
return pAIGHFEEELO_.getInt(index);
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param index The index to set the value at.
* @param value The pAIGHFEEELO to set.
* @return This builder for chaining.
*/
public Builder setPAIGHFEEELO(
int index, int value) {
ensurePAIGHFEEELOIsMutable();
pAIGHFEEELO_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param value The pAIGHFEEELO to add.
* @return This builder for chaining.
*/
public Builder addPAIGHFEEELO(int value) {
ensurePAIGHFEEELOIsMutable();
pAIGHFEEELO_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @param values The pAIGHFEEELO to add.
* @return This builder for chaining.
*/
public Builder addAllPAIGHFEEELO(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensurePAIGHFEEELOIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, pAIGHFEEELO_);
onChanged();
return this;
}
/**
* <code>repeated uint32 PAIGHFEEELO = 11;</code>
* @return This builder for chaining.
*/
public Builder clearPAIGHFEEELO() {
pAIGHFEEELO_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList dIDEMJFOGLD_ = emptyIntList();
private void ensureDIDEMJFOGLDIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
dIDEMJFOGLD_ = mutableCopy(dIDEMJFOGLD_);
bitField0_ |= 0x00000002;
}
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return A list containing the dIDEMJFOGLD.
*/
public java.util.List<java.lang.Integer>
getDIDEMJFOGLDList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(dIDEMJFOGLD_) : dIDEMJFOGLD_;
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return The count of dIDEMJFOGLD.
*/
public int getDIDEMJFOGLDCount() {
return dIDEMJFOGLD_.size();
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param index The index of the element to return.
* @return The dIDEMJFOGLD at the given index.
*/
public int getDIDEMJFOGLD(int index) {
return dIDEMJFOGLD_.getInt(index);
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param index The index to set the value at.
* @param value The dIDEMJFOGLD to set.
* @return This builder for chaining.
*/
public Builder setDIDEMJFOGLD(
int index, int value) {
ensureDIDEMJFOGLDIsMutable();
dIDEMJFOGLD_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param value The dIDEMJFOGLD to add.
* @return This builder for chaining.
*/
public Builder addDIDEMJFOGLD(int value) {
ensureDIDEMJFOGLDIsMutable();
dIDEMJFOGLD_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @param values The dIDEMJFOGLD to add.
* @return This builder for chaining.
*/
public Builder addAllDIDEMJFOGLD(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureDIDEMJFOGLDIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, dIDEMJFOGLD_);
onChanged();
return this;
}
/**
* <code>repeated uint32 DIDEMJFOGLD = 15;</code>
* @return This builder for chaining.
*/
public Builder clearDIDEMJFOGLD() {
dIDEMJFOGLD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList jBNJGMIGFFJ_ = emptyIntList();
private void ensureJBNJGMIGFFJIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
jBNJGMIGFFJ_ = mutableCopy(jBNJGMIGFFJ_);
bitField0_ |= 0x00000004;
}
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return A list containing the jBNJGMIGFFJ.
*/
public java.util.List<java.lang.Integer>
getJBNJGMIGFFJList() {
return ((bitField0_ & 0x00000004) != 0) ?
java.util.Collections.unmodifiableList(jBNJGMIGFFJ_) : jBNJGMIGFFJ_;
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return The count of jBNJGMIGFFJ.
*/
public int getJBNJGMIGFFJCount() {
return jBNJGMIGFFJ_.size();
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param index The index of the element to return.
* @return The jBNJGMIGFFJ at the given index.
*/
public int getJBNJGMIGFFJ(int index) {
return jBNJGMIGFFJ_.getInt(index);
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param index The index to set the value at.
* @param value The jBNJGMIGFFJ to set.
* @return This builder for chaining.
*/
public Builder setJBNJGMIGFFJ(
int index, int value) {
ensureJBNJGMIGFFJIsMutable();
jBNJGMIGFFJ_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param value The jBNJGMIGFFJ to add.
* @return This builder for chaining.
*/
public Builder addJBNJGMIGFFJ(int value) {
ensureJBNJGMIGFFJIsMutable();
jBNJGMIGFFJ_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @param values The jBNJGMIGFFJ to add.
* @return This builder for chaining.
*/
public Builder addAllJBNJGMIGFFJ(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureJBNJGMIGFFJIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, jBNJGMIGFFJ_);
onChanged();
return this;
}
/**
* <code>repeated uint32 JBNJGMIGFFJ = 3;</code>
* @return This builder for chaining.
*/
public Builder clearJBNJGMIGFFJ() {
jBNJGMIGFFJ_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
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:NHFPBBLCHKH)
}
// @@protoc_insertion_point(class_scope:NHFPBBLCHKH)
private static final emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH();
}
public static emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<NHFPBBLCHKH>
PARSER = new com.google.protobuf.AbstractParser<NHFPBBLCHKH>() {
@java.lang.Override
public NHFPBBLCHKH parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new NHFPBBLCHKH(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<NHFPBBLCHKH> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<NHFPBBLCHKH> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.NHFPBBLCHKHOuterClass.NHFPBBLCHKH getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_NHFPBBLCHKH_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_NHFPBBLCHKH_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\021NHFPBBLCHKH.proto\"L\n\013NHFPBBLCHKH\022\023\n\013PA" +
"IGHFEEELO\030\013 \003(\r\022\023\n\013DIDEMJFOGLD\030\017 \003(\r\022\023\n\013" +
"JBNJGMIGFFJ\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_NHFPBBLCHKH_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_NHFPBBLCHKH_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_NHFPBBLCHKH_descriptor,
new java.lang.String[] { "PAIGHFEEELO", "DIDEMJFOGLD", "JBNJGMIGFFJ", });
}
// @@protoc_insertion_point(outer_class_scope)
}