// Generated by the protocol buffer compiler. DO NOT EDIT! // source: QueryCodexMonsterBeKilledNumRsp.proto package emu.grasscutter.net.proto; public final class QueryCodexMonsterBeKilledNumRspOuterClass { private QueryCodexMonsterBeKilledNumRspOuterClass() {} 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 QueryCodexMonsterBeKilledNumRspOrBuilder extends // @@protoc_insertion_point(interface_extends:QueryCodexMonsterBeKilledNumRsp) com.google.protobuf.MessageOrBuilder { /** * * *
* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return A list containing the beCapturedNumList.
*/
java.util.List* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return The count of beCapturedNumList.
*/
int getBeCapturedNumListCount();
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param index The index of the element to return.
* @return The beCapturedNumList at the given index.
*/
int getBeCapturedNumList(int index);
/**
* int32 retcode = 11;
*
* @return The retcode.
*/
int getRetcode();
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return A list containing the beKilledNumList.
*/
java.util.List* KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return The count of beKilledNumList.
*/
int getBeKilledNumListCount();
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param index The index of the element to return.
* @return The beKilledNumList at the given index.
*/
int getBeKilledNumList(int index);
/**
* repeated uint32 codex_id_list = 8;
*
* @return A list containing the codexIdList.
*/
java.util.Listrepeated uint32 codex_id_list = 8;
*
* @return The count of codexIdList.
*/
int getCodexIdListCount();
/**
* repeated uint32 codex_id_list = 8;
*
* @param index The index of the element to return.
* @return The codexIdList at the given index.
*/
int getCodexIdList(int index);
}
/**
*
*
* * Name: LGANMLHFGID * CmdId: 4201 ** * Protobuf type {@code QueryCodexMonsterBeKilledNumRsp} */ public static final class QueryCodexMonsterBeKilledNumRsp extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:QueryCodexMonsterBeKilledNumRsp) QueryCodexMonsterBeKilledNumRspOrBuilder { private static final long serialVersionUID = 0L; // Use QueryCodexMonsterBeKilledNumRsp.newBuilder() to construct. private QueryCodexMonsterBeKilledNumRsp( com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private QueryCodexMonsterBeKilledNumRsp() { beCapturedNumList_ = emptyIntList(); beKilledNumList_ = emptyIntList(); codexIdList_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new QueryCodexMonsterBeKilledNumRsp(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private QueryCodexMonsterBeKilledNumRsp( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { beKilledNumList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } beKilledNumList_.addInt(input.readUInt32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { beKilledNumList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { beKilledNumList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 64: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { codexIdList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } codexIdList_.addInt(input.readUInt32()); break; } case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { codexIdList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { codexIdList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 88: { retcode_ = input.readInt32(); break; } case 112: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { beCapturedNumList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } beCapturedNumList_.addInt(input.readUInt32()); break; } case 114: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { beCapturedNumList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { beCapturedNumList_.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_ & 0x00000002) != 0)) { beKilledNumList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000004) != 0)) { codexIdList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { beCapturedNumList_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass .internal_static_QueryCodexMonsterBeKilledNumRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass .internal_static_QueryCodexMonsterBeKilledNumRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass .QueryCodexMonsterBeKilledNumRsp.class, emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass .QueryCodexMonsterBeKilledNumRsp.Builder.class); } public static final int BE_CAPTURED_NUM_LIST_FIELD_NUMBER = 14; private com.google.protobuf.Internal.IntList beCapturedNumList_; /** * * *
* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return A list containing the beCapturedNumList.
*/
@java.lang.Override
public java.util.List* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return The count of beCapturedNumList.
*/
public int getBeCapturedNumListCount() {
return beCapturedNumList_.size();
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param index The index of the element to return.
* @return The beCapturedNumList at the given index.
*/
public int getBeCapturedNumList(int index) {
return beCapturedNumList_.getInt(index);
}
private int beCapturedNumListMemoizedSerializedSize = -1;
public static final int RETCODE_FIELD_NUMBER = 11;
private int retcode_;
/**
* int32 retcode = 11;
*
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
public static final int BE_KILLED_NUM_LIST_FIELD_NUMBER = 1;
private com.google.protobuf.Internal.IntList beKilledNumList_;
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return A list containing the beKilledNumList.
*/
@java.lang.Override
public java.util.List* KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return The count of beKilledNumList.
*/
public int getBeKilledNumListCount() {
return beKilledNumList_.size();
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param index The index of the element to return.
* @return The beKilledNumList at the given index.
*/
public int getBeKilledNumList(int index) {
return beKilledNumList_.getInt(index);
}
private int beKilledNumListMemoizedSerializedSize = -1;
public static final int CODEX_ID_LIST_FIELD_NUMBER = 8;
private com.google.protobuf.Internal.IntList codexIdList_;
/**
* repeated uint32 codex_id_list = 8;
*
* @return A list containing the codexIdList.
*/
@java.lang.Override
public java.util.Listrepeated uint32 codex_id_list = 8;
*
* @return The count of codexIdList.
*/
public int getCodexIdListCount() {
return codexIdList_.size();
}
/**
* repeated uint32 codex_id_list = 8;
*
* @param index The index of the element to return.
* @return The codexIdList at the given index.
*/
public int getCodexIdList(int index) {
return codexIdList_.getInt(index);
}
private int codexIdListMemoizedSerializedSize = -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 (getBeKilledNumListList().size() > 0) {
output.writeUInt32NoTag(10);
output.writeUInt32NoTag(beKilledNumListMemoizedSerializedSize);
}
for (int i = 0; i < beKilledNumList_.size(); i++) {
output.writeUInt32NoTag(beKilledNumList_.getInt(i));
}
if (getCodexIdListList().size() > 0) {
output.writeUInt32NoTag(66);
output.writeUInt32NoTag(codexIdListMemoizedSerializedSize);
}
for (int i = 0; i < codexIdList_.size(); i++) {
output.writeUInt32NoTag(codexIdList_.getInt(i));
}
if (retcode_ != 0) {
output.writeInt32(11, retcode_);
}
if (getBeCapturedNumListList().size() > 0) {
output.writeUInt32NoTag(114);
output.writeUInt32NoTag(beCapturedNumListMemoizedSerializedSize);
}
for (int i = 0; i < beCapturedNumList_.size(); i++) {
output.writeUInt32NoTag(beCapturedNumList_.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 < beKilledNumList_.size(); i++) {
dataSize +=
com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(
beKilledNumList_.getInt(i));
}
size += dataSize;
if (!getBeKilledNumListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
beKilledNumListMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < codexIdList_.size(); i++) {
dataSize +=
com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(codexIdList_.getInt(i));
}
size += dataSize;
if (!getCodexIdListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
codexIdListMemoizedSerializedSize = dataSize;
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(11, retcode_);
}
{
int dataSize = 0;
for (int i = 0; i < beCapturedNumList_.size(); i++) {
dataSize +=
com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(
beCapturedNumList_.getInt(i));
}
size += dataSize;
if (!getBeCapturedNumListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize);
}
beCapturedNumListMemoizedSerializedSize = 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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
other =
(emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp)
obj;
if (!getBeCapturedNumListList().equals(other.getBeCapturedNumListList())) return false;
if (getRetcode() != other.getRetcode()) return false;
if (!getBeKilledNumListList().equals(other.getBeKilledNumListList())) return false;
if (!getCodexIdListList().equals(other.getCodexIdListList())) 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 (getBeCapturedNumListCount() > 0) {
hash = (37 * hash) + BE_CAPTURED_NUM_LIST_FIELD_NUMBER;
hash = (53 * hash) + getBeCapturedNumListList().hashCode();
}
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
if (getBeKilledNumListCount() > 0) {
hash = (37 * hash) + BE_KILLED_NUM_LIST_FIELD_NUMBER;
hash = (53 * hash) + getBeKilledNumListList().hashCode();
}
if (getCodexIdListCount() > 0) {
hash = (37 * hash) + CODEX_ID_LIST_FIELD_NUMBER;
hash = (53 * hash) + getCodexIdListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
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: LGANMLHFGID * CmdId: 4201 ** * Protobuf type {@code QueryCodexMonsterBeKilledNumRsp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return A list containing the beCapturedNumList.
*/
public java.util.List* EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return The count of beCapturedNumList.
*/
public int getBeCapturedNumListCount() {
return beCapturedNumList_.size();
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param index The index of the element to return.
* @return The beCapturedNumList at the given index.
*/
public int getBeCapturedNumList(int index) {
return beCapturedNumList_.getInt(index);
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param index The index to set the value at.
* @param value The beCapturedNumList to set.
* @return This builder for chaining.
*/
public Builder setBeCapturedNumList(int index, int value) {
ensureBeCapturedNumListIsMutable();
beCapturedNumList_.setInt(index, value);
onChanged();
return this;
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param value The beCapturedNumList to add.
* @return This builder for chaining.
*/
public Builder addBeCapturedNumList(int value) {
ensureBeCapturedNumListIsMutable();
beCapturedNumList_.addInt(value);
onChanged();
return this;
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @param values The beCapturedNumList to add.
* @return This builder for chaining.
*/
public Builder addAllBeCapturedNumList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureBeCapturedNumListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, beCapturedNumList_);
onChanged();
return this;
}
/**
*
*
* * EHOHFHEOKHJ ** *
repeated uint32 be_captured_num_list = 14;
*
* @return This builder for chaining.
*/
public Builder clearBeCapturedNumList() {
beCapturedNumList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private int retcode_;
/**
* int32 retcode = 11;
*
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* int32 retcode = 11;
*
* @param value The retcode to set.
* @return This builder for chaining.
*/
public Builder setRetcode(int value) {
retcode_ = value;
onChanged();
return this;
}
/**
* int32 retcode = 11;
*
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList beKilledNumList_ = emptyIntList();
private void ensureBeKilledNumListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
beKilledNumList_ = mutableCopy(beKilledNumList_);
bitField0_ |= 0x00000002;
}
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return A list containing the beKilledNumList.
*/
public java.util.List* KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return The count of beKilledNumList.
*/
public int getBeKilledNumListCount() {
return beKilledNumList_.size();
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param index The index of the element to return.
* @return The beKilledNumList at the given index.
*/
public int getBeKilledNumList(int index) {
return beKilledNumList_.getInt(index);
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param index The index to set the value at.
* @param value The beKilledNumList to set.
* @return This builder for chaining.
*/
public Builder setBeKilledNumList(int index, int value) {
ensureBeKilledNumListIsMutable();
beKilledNumList_.setInt(index, value);
onChanged();
return this;
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param value The beKilledNumList to add.
* @return This builder for chaining.
*/
public Builder addBeKilledNumList(int value) {
ensureBeKilledNumListIsMutable();
beKilledNumList_.addInt(value);
onChanged();
return this;
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @param values The beKilledNumList to add.
* @return This builder for chaining.
*/
public Builder addAllBeKilledNumList(java.lang.Iterable extends java.lang.Integer> values) {
ensureBeKilledNumListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, beKilledNumList_);
onChanged();
return this;
}
/**
*
*
* * KHEHMPJHELM ** *
repeated uint32 be_killed_num_list = 1;
*
* @return This builder for chaining.
*/
public Builder clearBeKilledNumList() {
beKilledNumList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList codexIdList_ = emptyIntList();
private void ensureCodexIdListIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
codexIdList_ = mutableCopy(codexIdList_);
bitField0_ |= 0x00000004;
}
}
/**
* repeated uint32 codex_id_list = 8;
*
* @return A list containing the codexIdList.
*/
public java.util.Listrepeated uint32 codex_id_list = 8;
*
* @return The count of codexIdList.
*/
public int getCodexIdListCount() {
return codexIdList_.size();
}
/**
* repeated uint32 codex_id_list = 8;
*
* @param index The index of the element to return.
* @return The codexIdList at the given index.
*/
public int getCodexIdList(int index) {
return codexIdList_.getInt(index);
}
/**
* repeated uint32 codex_id_list = 8;
*
* @param index The index to set the value at.
* @param value The codexIdList to set.
* @return This builder for chaining.
*/
public Builder setCodexIdList(int index, int value) {
ensureCodexIdListIsMutable();
codexIdList_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 codex_id_list = 8;
*
* @param value The codexIdList to add.
* @return This builder for chaining.
*/
public Builder addCodexIdList(int value) {
ensureCodexIdListIsMutable();
codexIdList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 codex_id_list = 8;
*
* @param values The codexIdList to add.
* @return This builder for chaining.
*/
public Builder addAllCodexIdList(java.lang.Iterable extends java.lang.Integer> values) {
ensureCodexIdListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, codexIdList_);
onChanged();
return this;
}
/**
* repeated uint32 codex_id_list = 8;
*
* @return This builder for chaining.
*/
public Builder clearCodexIdList() {
codexIdList_ = 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:QueryCodexMonsterBeKilledNumRsp)
}
// @@protoc_insertion_point(class_scope:QueryCodexMonsterBeKilledNumRsp)
private static final emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp();
}
public static emu.grasscutter.net.proto.QueryCodexMonsterBeKilledNumRspOuterClass
.QueryCodexMonsterBeKilledNumRsp
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser