mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-15 11:06:10 +08:00
cf67c44f22
* feat:cooking food ingredient(aka:compound) implementation Implement food ingredient(compound) feature.Need a thorough test and still has some work to do. * small bug fix;implement fish processing * Update src/main/java/emu/grasscutter/server/packet/send/PacketItemAddHintNotify.java Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Update Inventory.java * Update Inventory.java Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
1123 lines
44 KiB
Java
1123 lines
44 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetCompoundDataRsp.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class GetCompoundDataRspOuterClass {
|
|
private GetCompoundDataRspOuterClass() {}
|
|
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 GetCompoundDataRspOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:GetCompoundDataRsp)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>int32 retcode = 3;</code>
|
|
* @return The retcode.
|
|
*/
|
|
int getRetcode();
|
|
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return A list containing the unlockCompoundList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getUnlockCompoundListList();
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return The count of unlockCompoundList.
|
|
*/
|
|
int getUnlockCompoundListCount();
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockCompoundList at the given index.
|
|
*/
|
|
int getUnlockCompoundList(int index);
|
|
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData>
|
|
getCompoundQueDataListList();
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData getCompoundQueDataList(int index);
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
int getCompoundQueDataListCount();
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder>
|
|
getCompoundQueDataListOrBuilderList();
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder getCompoundQueDataListOrBuilder(
|
|
int index);
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 149
|
|
* EnetChannelId: 0
|
|
* EnetIsReliable: true
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GetCompoundDataRsp}
|
|
*/
|
|
public static final class GetCompoundDataRsp extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:GetCompoundDataRsp)
|
|
GetCompoundDataRspOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use GetCompoundDataRsp.newBuilder() to construct.
|
|
private GetCompoundDataRsp(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private GetCompoundDataRsp() {
|
|
unlockCompoundList_ = emptyIntList();
|
|
compoundQueDataList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new GetCompoundDataRsp();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private GetCompoundDataRsp(
|
|
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: {
|
|
|
|
retcode_ = input.readInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
compoundQueDataList_ = new java.util.ArrayList<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
compoundQueDataList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 88: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
unlockCompoundList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
unlockCompoundList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 90: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
unlockCompoundList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
unlockCompoundList_.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)) {
|
|
compoundQueDataList_ = java.util.Collections.unmodifiableList(compoundQueDataList_);
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
unlockCompoundList_.makeImmutable(); // C
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.internal_static_GetCompoundDataRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.internal_static_GetCompoundDataRsp_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.class, emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.Builder.class);
|
|
}
|
|
|
|
public static final int RETCODE_FIELD_NUMBER = 3;
|
|
private int retcode_;
|
|
/**
|
|
* <code>int32 retcode = 3;</code>
|
|
* @return The retcode.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRetcode() {
|
|
return retcode_;
|
|
}
|
|
|
|
public static final int UNLOCK_COMPOUND_LIST_FIELD_NUMBER = 11;
|
|
private com.google.protobuf.Internal.IntList unlockCompoundList_;
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return A list containing the unlockCompoundList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockCompoundListList() {
|
|
return unlockCompoundList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return The count of unlockCompoundList.
|
|
*/
|
|
public int getUnlockCompoundListCount() {
|
|
return unlockCompoundList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockCompoundList at the given index.
|
|
*/
|
|
public int getUnlockCompoundList(int index) {
|
|
return unlockCompoundList_.getInt(index);
|
|
}
|
|
private int unlockCompoundListMemoizedSerializedSize = -1;
|
|
|
|
public static final int COMPOUND_QUE_DATA_LIST_FIELD_NUMBER = 7;
|
|
private java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData> compoundQueDataList_;
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData> getCompoundQueDataListList() {
|
|
return compoundQueDataList_;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder>
|
|
getCompoundQueDataListOrBuilderList() {
|
|
return compoundQueDataList_;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getCompoundQueDataListCount() {
|
|
return compoundQueDataList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData getCompoundQueDataList(int index) {
|
|
return compoundQueDataList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder getCompoundQueDataListOrBuilder(
|
|
int index) {
|
|
return compoundQueDataList_.get(index);
|
|
}
|
|
|
|
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 (retcode_ != 0) {
|
|
output.writeInt32(3, retcode_);
|
|
}
|
|
for (int i = 0; i < compoundQueDataList_.size(); i++) {
|
|
output.writeMessage(7, compoundQueDataList_.get(i));
|
|
}
|
|
if (getUnlockCompoundListList().size() > 0) {
|
|
output.writeUInt32NoTag(90);
|
|
output.writeUInt32NoTag(unlockCompoundListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < unlockCompoundList_.size(); i++) {
|
|
output.writeUInt32NoTag(unlockCompoundList_.getInt(i));
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (retcode_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32Size(3, retcode_);
|
|
}
|
|
for (int i = 0; i < compoundQueDataList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(7, compoundQueDataList_.get(i));
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < unlockCompoundList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(unlockCompoundList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getUnlockCompoundListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
unlockCompoundListMemoizedSerializedSize = 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp other = (emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp) obj;
|
|
|
|
if (getRetcode()
|
|
!= other.getRetcode()) return false;
|
|
if (!getUnlockCompoundListList()
|
|
.equals(other.getUnlockCompoundListList())) return false;
|
|
if (!getCompoundQueDataListList()
|
|
.equals(other.getCompoundQueDataListList())) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getRetcode();
|
|
if (getUnlockCompoundListCount() > 0) {
|
|
hash = (37 * hash) + UNLOCK_COMPOUND_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUnlockCompoundListList().hashCode();
|
|
}
|
|
if (getCompoundQueDataListCount() > 0) {
|
|
hash = (37 * hash) + COMPOUND_QUE_DATA_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCompoundQueDataListList().hashCode();
|
|
}
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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.GetCompoundDataRspOuterClass.GetCompoundDataRsp 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;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 149
|
|
* EnetChannelId: 0
|
|
* EnetIsReliable: true
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GetCompoundDataRsp}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:GetCompoundDataRsp)
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRspOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.internal_static_GetCompoundDataRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.internal_static_GetCompoundDataRsp_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.class, emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getCompoundQueDataListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
retcode_ = 0;
|
|
|
|
unlockCompoundList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
compoundQueDataList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
compoundQueDataListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.internal_static_GetCompoundDataRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp build() {
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp buildPartial() {
|
|
emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp result = new emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.retcode_ = retcode_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
unlockCompoundList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.unlockCompoundList_ = unlockCompoundList_;
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
compoundQueDataList_ = java.util.Collections.unmodifiableList(compoundQueDataList_);
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.compoundQueDataList_ = compoundQueDataList_;
|
|
} else {
|
|
result.compoundQueDataList_ = compoundQueDataListBuilder_.build();
|
|
}
|
|
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.GetCompoundDataRspOuterClass.GetCompoundDataRsp) {
|
|
return mergeFrom((emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp other) {
|
|
if (other == emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp.getDefaultInstance()) return this;
|
|
if (other.getRetcode() != 0) {
|
|
setRetcode(other.getRetcode());
|
|
}
|
|
if (!other.unlockCompoundList_.isEmpty()) {
|
|
if (unlockCompoundList_.isEmpty()) {
|
|
unlockCompoundList_ = other.unlockCompoundList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureUnlockCompoundListIsMutable();
|
|
unlockCompoundList_.addAll(other.unlockCompoundList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
if (!other.compoundQueDataList_.isEmpty()) {
|
|
if (compoundQueDataList_.isEmpty()) {
|
|
compoundQueDataList_ = other.compoundQueDataList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.addAll(other.compoundQueDataList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.compoundQueDataList_.isEmpty()) {
|
|
if (compoundQueDataListBuilder_.isEmpty()) {
|
|
compoundQueDataListBuilder_.dispose();
|
|
compoundQueDataListBuilder_ = null;
|
|
compoundQueDataList_ = other.compoundQueDataList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
compoundQueDataListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getCompoundQueDataListFieldBuilder() : null;
|
|
} else {
|
|
compoundQueDataListBuilder_.addAllMessages(other.compoundQueDataList_);
|
|
}
|
|
}
|
|
}
|
|
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.GetCompoundDataRspOuterClass.GetCompoundDataRsp parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private int retcode_ ;
|
|
/**
|
|
* <code>int32 retcode = 3;</code>
|
|
* @return The retcode.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRetcode() {
|
|
return retcode_;
|
|
}
|
|
/**
|
|
* <code>int32 retcode = 3;</code>
|
|
* @param value The retcode to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setRetcode(int value) {
|
|
|
|
retcode_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>int32 retcode = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearRetcode() {
|
|
|
|
retcode_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList unlockCompoundList_ = emptyIntList();
|
|
private void ensureUnlockCompoundListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
unlockCompoundList_ = mutableCopy(unlockCompoundList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return A list containing the unlockCompoundList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockCompoundListList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(unlockCompoundList_) : unlockCompoundList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return The count of unlockCompoundList.
|
|
*/
|
|
public int getUnlockCompoundListCount() {
|
|
return unlockCompoundList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockCompoundList at the given index.
|
|
*/
|
|
public int getUnlockCompoundList(int index) {
|
|
return unlockCompoundList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The unlockCompoundList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUnlockCompoundList(
|
|
int index, int value) {
|
|
ensureUnlockCompoundListIsMutable();
|
|
unlockCompoundList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param value The unlockCompoundList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addUnlockCompoundList(int value) {
|
|
ensureUnlockCompoundListIsMutable();
|
|
unlockCompoundList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @param values The unlockCompoundList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllUnlockCompoundList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureUnlockCompoundListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, unlockCompoundList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_compound_list = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUnlockCompoundList() {
|
|
unlockCompoundList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData> compoundQueDataList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureCompoundQueDataListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
compoundQueDataList_ = new java.util.ArrayList<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData>(compoundQueDataList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder> compoundQueDataListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData> getCompoundQueDataListList() {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(compoundQueDataList_);
|
|
} else {
|
|
return compoundQueDataListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public int getCompoundQueDataListCount() {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
return compoundQueDataList_.size();
|
|
} else {
|
|
return compoundQueDataListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData getCompoundQueDataList(int index) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
return compoundQueDataList_.get(index);
|
|
} else {
|
|
return compoundQueDataListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder setCompoundQueDataList(
|
|
int index, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData value) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder setCompoundQueDataList(
|
|
int index, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder builderForValue) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder addCompoundQueDataList(emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData value) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder addCompoundQueDataList(
|
|
int index, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData value) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder addCompoundQueDataList(
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder builderForValue) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder addCompoundQueDataList(
|
|
int index, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder builderForValue) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder addAllCompoundQueDataList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData> values) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
ensureCompoundQueDataListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, compoundQueDataList_);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder clearCompoundQueDataList() {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
compoundQueDataList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public Builder removeCompoundQueDataList(int index) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
ensureCompoundQueDataListIsMutable();
|
|
compoundQueDataList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
compoundQueDataListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder getCompoundQueDataListBuilder(
|
|
int index) {
|
|
return getCompoundQueDataListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder getCompoundQueDataListOrBuilder(
|
|
int index) {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
return compoundQueDataList_.get(index); } else {
|
|
return compoundQueDataListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder>
|
|
getCompoundQueDataListOrBuilderList() {
|
|
if (compoundQueDataListBuilder_ != null) {
|
|
return compoundQueDataListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(compoundQueDataList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder addCompoundQueDataListBuilder() {
|
|
return getCompoundQueDataListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder addCompoundQueDataListBuilder(
|
|
int index) {
|
|
return getCompoundQueDataListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .CompoundQueueData compound_que_data_list = 7;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder>
|
|
getCompoundQueDataListBuilderList() {
|
|
return getCompoundQueDataListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder>
|
|
getCompoundQueDataListFieldBuilder() {
|
|
if (compoundQueDataListBuilder_ == null) {
|
|
compoundQueDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueData.Builder, emu.grasscutter.net.proto.CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder>(
|
|
compoundQueDataList_,
|
|
((bitField0_ & 0x00000002) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
compoundQueDataList_ = null;
|
|
}
|
|
return compoundQueDataListBuilder_;
|
|
}
|
|
@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:GetCompoundDataRsp)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:GetCompoundDataRsp)
|
|
private static final emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<GetCompoundDataRsp>
|
|
PARSER = new com.google.protobuf.AbstractParser<GetCompoundDataRsp>() {
|
|
@java.lang.Override
|
|
public GetCompoundDataRsp parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new GetCompoundDataRsp(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<GetCompoundDataRsp> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<GetCompoundDataRsp> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetCompoundDataRspOuterClass.GetCompoundDataRsp getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GetCompoundDataRsp_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GetCompoundDataRsp_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\030GetCompoundDataRsp.proto\032\027CompoundQueu" +
|
|
"eData.proto\"w\n\022GetCompoundDataRsp\022\017\n\007ret" +
|
|
"code\030\003 \001(\005\022\034\n\024unlock_compound_list\030\013 \003(\r" +
|
|
"\0222\n\026compound_que_data_list\030\007 \003(\0132\022.Compo" +
|
|
"undQueueDataB\033\n\031emu.grasscutter.net.prot" +
|
|
"ob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_GetCompoundDataRsp_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_GetCompoundDataRsp_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GetCompoundDataRsp_descriptor,
|
|
new java.lang.String[] { "Retcode", "UnlockCompoundList", "CompoundQueDataList", });
|
|
emu.grasscutter.net.proto.CompoundQueueDataOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|