mirror of
https://github.com/Grasscutters/Grasscutter
synced 2025-08-25 11:28:01 +00:00
855 lines
32 KiB
Java
855 lines
32 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ViewCodexReq.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class ViewCodexReqOuterClass {
|
|
private ViewCodexReqOuterClass() {}
|
|
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 ViewCodexReqOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:ViewCodexReq)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData>
|
|
getTypeDataListList();
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index);
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
int getTypeDataListCount();
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
|
|
getTypeDataListOrBuilderList();
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
|
|
int index);
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 25133
|
|
* Obf: PIGGOMFNBFK
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code ViewCodexReq}
|
|
*/
|
|
public static final class ViewCodexReq extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:ViewCodexReq)
|
|
ViewCodexReqOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use ViewCodexReq.newBuilder() to construct.
|
|
private ViewCodexReq(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private ViewCodexReq() {
|
|
typeDataList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new ViewCodexReq();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private ViewCodexReq(
|
|
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 82: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
typeDataList_ = new java.util.ArrayList<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
typeDataList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.parser(), extensionRegistry));
|
|
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_ & 0x00000001) != 0)) {
|
|
typeDataList_ = java.util.Collections.unmodifiableList(typeDataList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.internal_static_ViewCodexReq_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.internal_static_ViewCodexReq_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.class, emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.Builder.class);
|
|
}
|
|
|
|
public static final int TYPE_DATA_LIST_FIELD_NUMBER = 10;
|
|
private java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> typeDataList_;
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> getTypeDataListList() {
|
|
return typeDataList_;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
|
|
getTypeDataListOrBuilderList() {
|
|
return typeDataList_;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getTypeDataListCount() {
|
|
return typeDataList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index) {
|
|
return typeDataList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
|
|
int index) {
|
|
return typeDataList_.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 {
|
|
for (int i = 0; i < typeDataList_.size(); i++) {
|
|
output.writeMessage(10, typeDataList_.get(i));
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
for (int i = 0; i < typeDataList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(10, typeDataList_.get(i));
|
|
}
|
|
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.ViewCodexReqOuterClass.ViewCodexReq)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq other = (emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq) obj;
|
|
|
|
if (!getTypeDataListList()
|
|
.equals(other.getTypeDataListList())) 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 (getTypeDataListCount() > 0) {
|
|
hash = (37 * hash) + TYPE_DATA_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTypeDataListList().hashCode();
|
|
}
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq 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.ViewCodexReqOuterClass.ViewCodexReq parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq 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.ViewCodexReqOuterClass.ViewCodexReq parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq 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.ViewCodexReqOuterClass.ViewCodexReq parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq 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.ViewCodexReqOuterClass.ViewCodexReq parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq 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.ViewCodexReqOuterClass.ViewCodexReq 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: 25133
|
|
* Obf: PIGGOMFNBFK
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code ViewCodexReq}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:ViewCodexReq)
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReqOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.internal_static_ViewCodexReq_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.internal_static_ViewCodexReq_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.class, emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getTypeDataListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
if (typeDataListBuilder_ == null) {
|
|
typeDataList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
typeDataListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.internal_static_ViewCodexReq_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq build() {
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq buildPartial() {
|
|
emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq result = new emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (typeDataListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
typeDataList_ = java.util.Collections.unmodifiableList(typeDataList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.typeDataList_ = typeDataList_;
|
|
} else {
|
|
result.typeDataList_ = typeDataListBuilder_.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.ViewCodexReqOuterClass.ViewCodexReq) {
|
|
return mergeFrom((emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq other) {
|
|
if (other == emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq.getDefaultInstance()) return this;
|
|
if (typeDataListBuilder_ == null) {
|
|
if (!other.typeDataList_.isEmpty()) {
|
|
if (typeDataList_.isEmpty()) {
|
|
typeDataList_ = other.typeDataList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.addAll(other.typeDataList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.typeDataList_.isEmpty()) {
|
|
if (typeDataListBuilder_.isEmpty()) {
|
|
typeDataListBuilder_.dispose();
|
|
typeDataListBuilder_ = null;
|
|
typeDataList_ = other.typeDataList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
typeDataListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getTypeDataListFieldBuilder() : null;
|
|
} else {
|
|
typeDataListBuilder_.addAllMessages(other.typeDataList_);
|
|
}
|
|
}
|
|
}
|
|
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.ViewCodexReqOuterClass.ViewCodexReq parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> typeDataList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureTypeDataListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
typeDataList_ = new java.util.ArrayList<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData>(typeDataList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder> typeDataListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> getTypeDataListList() {
|
|
if (typeDataListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(typeDataList_);
|
|
} else {
|
|
return typeDataListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public int getTypeDataListCount() {
|
|
if (typeDataListBuilder_ == null) {
|
|
return typeDataList_.size();
|
|
} else {
|
|
return typeDataListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index) {
|
|
if (typeDataListBuilder_ == null) {
|
|
return typeDataList_.get(index);
|
|
} else {
|
|
return typeDataListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder setTypeDataList(
|
|
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
|
|
if (typeDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder setTypeDataList(
|
|
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
|
|
if (typeDataListBuilder_ == null) {
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder addTypeDataList(emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
|
|
if (typeDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder addTypeDataList(
|
|
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
|
|
if (typeDataListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder addTypeDataList(
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
|
|
if (typeDataListBuilder_ == null) {
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder addTypeDataList(
|
|
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
|
|
if (typeDataListBuilder_ == null) {
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder addAllTypeDataList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> values) {
|
|
if (typeDataListBuilder_ == null) {
|
|
ensureTypeDataListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, typeDataList_);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder clearTypeDataList() {
|
|
if (typeDataListBuilder_ == null) {
|
|
typeDataList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public Builder removeTypeDataList(int index) {
|
|
if (typeDataListBuilder_ == null) {
|
|
ensureTypeDataListIsMutable();
|
|
typeDataList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
typeDataListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder getTypeDataListBuilder(
|
|
int index) {
|
|
return getTypeDataListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
|
|
int index) {
|
|
if (typeDataListBuilder_ == null) {
|
|
return typeDataList_.get(index); } else {
|
|
return typeDataListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
|
|
getTypeDataListOrBuilderList() {
|
|
if (typeDataListBuilder_ != null) {
|
|
return typeDataListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(typeDataList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder addTypeDataListBuilder() {
|
|
return getTypeDataListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder addTypeDataListBuilder(
|
|
int index) {
|
|
return getTypeDataListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .CodexTypeData type_data_list = 10;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder>
|
|
getTypeDataListBuilderList() {
|
|
return getTypeDataListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
|
|
getTypeDataListFieldBuilder() {
|
|
if (typeDataListBuilder_ == null) {
|
|
typeDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>(
|
|
typeDataList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
typeDataList_ = null;
|
|
}
|
|
return typeDataListBuilder_;
|
|
}
|
|
@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:ViewCodexReq)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:ViewCodexReq)
|
|
private static final emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<ViewCodexReq>
|
|
PARSER = new com.google.protobuf.AbstractParser<ViewCodexReq>() {
|
|
@java.lang.Override
|
|
public ViewCodexReq parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new ViewCodexReq(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<ViewCodexReq> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<ViewCodexReq> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ViewCodexReqOuterClass.ViewCodexReq getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_ViewCodexReq_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_ViewCodexReq_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\022ViewCodexReq.proto\032\023CodexTypeData.prot" +
|
|
"o\"6\n\014ViewCodexReq\022&\n\016type_data_list\030\n \003(" +
|
|
"\0132\016.CodexTypeDataB\033\n\031emu.grasscutter.net" +
|
|
".protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_ViewCodexReq_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_ViewCodexReq_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_ViewCodexReq_descriptor,
|
|
new java.lang.String[] { "TypeDataList", });
|
|
emu.grasscutter.net.proto.CodexTypeDataOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|