emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IrodoriChessMysteryInfo.proto
package emu.grasscutter.net.proto;
public final class IrodoriChessMysteryInfoOuterClass {
private IrodoriChessMysteryInfoOuterClass() {}
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 IrodoriChessMysteryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:IrodoriChessMysteryInfo)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint32 exit_point_id_list = 1;
* @return A list containing the exitPointIdList.
*/
java.util.List getExitPointIdListList();
/**
* repeated uint32 exit_point_id_list = 1;
* @return The count of exitPointIdList.
*/
int getExitPointIdListCount();
/**
* repeated uint32 exit_point_id_list = 1;
* @param index The index of the element to return.
* @return The exitPointIdList at the given index.
*/
int getExitPointIdList(int index);
/**
* repeated uint32 entrance_point_id_list = 11;
* @return A list containing the entrancePointIdList.
*/
java.util.List getEntrancePointIdListList();
/**
* repeated uint32 entrance_point_id_list = 11;
* @return The count of entrancePointIdList.
*/
int getEntrancePointIdListCount();
/**
* repeated uint32 entrance_point_id_list = 11;
* @param index The index of the element to return.
* @return The entrancePointIdList at the given index.
*/
int getEntrancePointIdList(int index);
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return Whether the entranceDetailInfo field is set.
*/
boolean hasEntranceDetailInfo();
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return The entranceDetailInfo.
*/
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo getEntranceDetailInfo();
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder getEntranceDetailInfoOrBuilder();
}
/**
*
* Obf: NHCKIFIGBNE
*
*
* Protobuf type {@code IrodoriChessMysteryInfo}
*/
public static final class IrodoriChessMysteryInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:IrodoriChessMysteryInfo)
IrodoriChessMysteryInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use IrodoriChessMysteryInfo.newBuilder() to construct.
private IrodoriChessMysteryInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private IrodoriChessMysteryInfo() {
exitPointIdList_ = emptyIntList();
entrancePointIdList_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new IrodoriChessMysteryInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private IrodoriChessMysteryInfo(
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_ & 0x00000001) != 0)) {
exitPointIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
exitPointIdList_.addInt(input.readUInt32());
break;
}
case 10: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
exitPointIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
exitPointIdList_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 88: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
entrancePointIdList_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
entrancePointIdList_.addInt(input.readUInt32());
break;
}
case 90: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
entrancePointIdList_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
entrancePointIdList_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 98: {
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder subBuilder = null;
if (entranceDetailInfo_ != null) {
subBuilder = entranceDetailInfo_.toBuilder();
}
entranceDetailInfo_ = input.readMessage(emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(entranceDetailInfo_);
entranceDetailInfo_ = subBuilder.buildPartial();
}
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)) {
exitPointIdList_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
entrancePointIdList_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.internal_static_IrodoriChessMysteryInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.internal_static_IrodoriChessMysteryInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.class, emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.Builder.class);
}
public static final int EXIT_POINT_ID_LIST_FIELD_NUMBER = 1;
private com.google.protobuf.Internal.IntList exitPointIdList_;
/**
* repeated uint32 exit_point_id_list = 1;
* @return A list containing the exitPointIdList.
*/
@java.lang.Override
public java.util.List
getExitPointIdListList() {
return exitPointIdList_;
}
/**
* repeated uint32 exit_point_id_list = 1;
* @return The count of exitPointIdList.
*/
public int getExitPointIdListCount() {
return exitPointIdList_.size();
}
/**
* repeated uint32 exit_point_id_list = 1;
* @param index The index of the element to return.
* @return The exitPointIdList at the given index.
*/
public int getExitPointIdList(int index) {
return exitPointIdList_.getInt(index);
}
private int exitPointIdListMemoizedSerializedSize = -1;
public static final int ENTRANCE_POINT_ID_LIST_FIELD_NUMBER = 11;
private com.google.protobuf.Internal.IntList entrancePointIdList_;
/**
* repeated uint32 entrance_point_id_list = 11;
* @return A list containing the entrancePointIdList.
*/
@java.lang.Override
public java.util.List
getEntrancePointIdListList() {
return entrancePointIdList_;
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @return The count of entrancePointIdList.
*/
public int getEntrancePointIdListCount() {
return entrancePointIdList_.size();
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @param index The index of the element to return.
* @return The entrancePointIdList at the given index.
*/
public int getEntrancePointIdList(int index) {
return entrancePointIdList_.getInt(index);
}
private int entrancePointIdListMemoizedSerializedSize = -1;
public static final int ENTRANCE_DETAIL_INFO_FIELD_NUMBER = 12;
private emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo entranceDetailInfo_;
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return Whether the entranceDetailInfo field is set.
*/
@java.lang.Override
public boolean hasEntranceDetailInfo() {
return entranceDetailInfo_ != null;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return The entranceDetailInfo.
*/
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo getEntranceDetailInfo() {
return entranceDetailInfo_ == null ? emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.getDefaultInstance() : entranceDetailInfo_;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder getEntranceDetailInfoOrBuilder() {
return getEntranceDetailInfo();
}
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 (getExitPointIdListList().size() > 0) {
output.writeUInt32NoTag(10);
output.writeUInt32NoTag(exitPointIdListMemoizedSerializedSize);
}
for (int i = 0; i < exitPointIdList_.size(); i++) {
output.writeUInt32NoTag(exitPointIdList_.getInt(i));
}
if (getEntrancePointIdListList().size() > 0) {
output.writeUInt32NoTag(90);
output.writeUInt32NoTag(entrancePointIdListMemoizedSerializedSize);
}
for (int i = 0; i < entrancePointIdList_.size(); i++) {
output.writeUInt32NoTag(entrancePointIdList_.getInt(i));
}
if (entranceDetailInfo_ != null) {
output.writeMessage(12, getEntranceDetailInfo());
}
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 < exitPointIdList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(exitPointIdList_.getInt(i));
}
size += dataSize;
if (!getExitPointIdListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
exitPointIdListMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < entrancePointIdList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(entrancePointIdList_.getInt(i));
}
size += dataSize;
if (!getEntrancePointIdListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
entrancePointIdListMemoizedSerializedSize = dataSize;
}
if (entranceDetailInfo_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, getEntranceDetailInfo());
}
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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo other = (emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo) obj;
if (!getExitPointIdListList()
.equals(other.getExitPointIdListList())) return false;
if (!getEntrancePointIdListList()
.equals(other.getEntrancePointIdListList())) return false;
if (hasEntranceDetailInfo() != other.hasEntranceDetailInfo()) return false;
if (hasEntranceDetailInfo()) {
if (!getEntranceDetailInfo()
.equals(other.getEntranceDetailInfo())) 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 (getExitPointIdListCount() > 0) {
hash = (37 * hash) + EXIT_POINT_ID_LIST_FIELD_NUMBER;
hash = (53 * hash) + getExitPointIdListList().hashCode();
}
if (getEntrancePointIdListCount() > 0) {
hash = (37 * hash) + ENTRANCE_POINT_ID_LIST_FIELD_NUMBER;
hash = (53 * hash) + getEntrancePointIdListList().hashCode();
}
if (hasEntranceDetailInfo()) {
hash = (37 * hash) + ENTRANCE_DETAIL_INFO_FIELD_NUMBER;
hash = (53 * hash) + getEntranceDetailInfo().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo 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;
}
/**
*
* Obf: NHCKIFIGBNE
*
*
* Protobuf type {@code IrodoriChessMysteryInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:IrodoriChessMysteryInfo)
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.internal_static_IrodoriChessMysteryInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.internal_static_IrodoriChessMysteryInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.class, emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
exitPointIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
entrancePointIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
if (entranceDetailInfoBuilder_ == null) {
entranceDetailInfo_ = null;
} else {
entranceDetailInfo_ = null;
entranceDetailInfoBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.internal_static_IrodoriChessMysteryInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo build() {
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo buildPartial() {
emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo result = new emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
exitPointIdList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.exitPointIdList_ = exitPointIdList_;
if (((bitField0_ & 0x00000002) != 0)) {
entrancePointIdList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.entrancePointIdList_ = entrancePointIdList_;
if (entranceDetailInfoBuilder_ == null) {
result.entranceDetailInfo_ = entranceDetailInfo_;
} else {
result.entranceDetailInfo_ = entranceDetailInfoBuilder_.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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo) {
return mergeFrom((emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo other) {
if (other == emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.getDefaultInstance()) return this;
if (!other.exitPointIdList_.isEmpty()) {
if (exitPointIdList_.isEmpty()) {
exitPointIdList_ = other.exitPointIdList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureExitPointIdListIsMutable();
exitPointIdList_.addAll(other.exitPointIdList_);
}
onChanged();
}
if (!other.entrancePointIdList_.isEmpty()) {
if (entrancePointIdList_.isEmpty()) {
entrancePointIdList_ = other.entrancePointIdList_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureEntrancePointIdListIsMutable();
entrancePointIdList_.addAll(other.entrancePointIdList_);
}
onChanged();
}
if (other.hasEntranceDetailInfo()) {
mergeEntranceDetailInfo(other.getEntranceDetailInfo());
}
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.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.Internal.IntList exitPointIdList_ = emptyIntList();
private void ensureExitPointIdListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
exitPointIdList_ = mutableCopy(exitPointIdList_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated uint32 exit_point_id_list = 1;
* @return A list containing the exitPointIdList.
*/
public java.util.List
getExitPointIdListList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(exitPointIdList_) : exitPointIdList_;
}
/**
* repeated uint32 exit_point_id_list = 1;
* @return The count of exitPointIdList.
*/
public int getExitPointIdListCount() {
return exitPointIdList_.size();
}
/**
* repeated uint32 exit_point_id_list = 1;
* @param index The index of the element to return.
* @return The exitPointIdList at the given index.
*/
public int getExitPointIdList(int index) {
return exitPointIdList_.getInt(index);
}
/**
* repeated uint32 exit_point_id_list = 1;
* @param index The index to set the value at.
* @param value The exitPointIdList to set.
* @return This builder for chaining.
*/
public Builder setExitPointIdList(
int index, int value) {
ensureExitPointIdListIsMutable();
exitPointIdList_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 exit_point_id_list = 1;
* @param value The exitPointIdList to add.
* @return This builder for chaining.
*/
public Builder addExitPointIdList(int value) {
ensureExitPointIdListIsMutable();
exitPointIdList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 exit_point_id_list = 1;
* @param values The exitPointIdList to add.
* @return This builder for chaining.
*/
public Builder addAllExitPointIdList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureExitPointIdListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, exitPointIdList_);
onChanged();
return this;
}
/**
* repeated uint32 exit_point_id_list = 1;
* @return This builder for chaining.
*/
public Builder clearExitPointIdList() {
exitPointIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList entrancePointIdList_ = emptyIntList();
private void ensureEntrancePointIdListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
entrancePointIdList_ = mutableCopy(entrancePointIdList_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @return A list containing the entrancePointIdList.
*/
public java.util.List
getEntrancePointIdListList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(entrancePointIdList_) : entrancePointIdList_;
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @return The count of entrancePointIdList.
*/
public int getEntrancePointIdListCount() {
return entrancePointIdList_.size();
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @param index The index of the element to return.
* @return The entrancePointIdList at the given index.
*/
public int getEntrancePointIdList(int index) {
return entrancePointIdList_.getInt(index);
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @param index The index to set the value at.
* @param value The entrancePointIdList to set.
* @return This builder for chaining.
*/
public Builder setEntrancePointIdList(
int index, int value) {
ensureEntrancePointIdListIsMutable();
entrancePointIdList_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @param value The entrancePointIdList to add.
* @return This builder for chaining.
*/
public Builder addEntrancePointIdList(int value) {
ensureEntrancePointIdListIsMutable();
entrancePointIdList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @param values The entrancePointIdList to add.
* @return This builder for chaining.
*/
public Builder addAllEntrancePointIdList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureEntrancePointIdListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, entrancePointIdList_);
onChanged();
return this;
}
/**
* repeated uint32 entrance_point_id_list = 11;
* @return This builder for chaining.
*/
public Builder clearEntrancePointIdList() {
entrancePointIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo entranceDetailInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder> entranceDetailInfoBuilder_;
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return Whether the entranceDetailInfo field is set.
*/
public boolean hasEntranceDetailInfo() {
return entranceDetailInfoBuilder_ != null || entranceDetailInfo_ != null;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
* @return The entranceDetailInfo.
*/
public emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo getEntranceDetailInfo() {
if (entranceDetailInfoBuilder_ == null) {
return entranceDetailInfo_ == null ? emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.getDefaultInstance() : entranceDetailInfo_;
} else {
return entranceDetailInfoBuilder_.getMessage();
}
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public Builder setEntranceDetailInfo(emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo value) {
if (entranceDetailInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
entranceDetailInfo_ = value;
onChanged();
} else {
entranceDetailInfoBuilder_.setMessage(value);
}
return this;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public Builder setEntranceDetailInfo(
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder builderForValue) {
if (entranceDetailInfoBuilder_ == null) {
entranceDetailInfo_ = builderForValue.build();
onChanged();
} else {
entranceDetailInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public Builder mergeEntranceDetailInfo(emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo value) {
if (entranceDetailInfoBuilder_ == null) {
if (entranceDetailInfo_ != null) {
entranceDetailInfo_ =
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.newBuilder(entranceDetailInfo_).mergeFrom(value).buildPartial();
} else {
entranceDetailInfo_ = value;
}
onChanged();
} else {
entranceDetailInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public Builder clearEntranceDetailInfo() {
if (entranceDetailInfoBuilder_ == null) {
entranceDetailInfo_ = null;
onChanged();
} else {
entranceDetailInfo_ = null;
entranceDetailInfoBuilder_ = null;
}
return this;
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder getEntranceDetailInfoBuilder() {
onChanged();
return getEntranceDetailInfoFieldBuilder().getBuilder();
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
public emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder getEntranceDetailInfoOrBuilder() {
if (entranceDetailInfoBuilder_ != null) {
return entranceDetailInfoBuilder_.getMessageOrBuilder();
} else {
return entranceDetailInfo_ == null ?
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.getDefaultInstance() : entranceDetailInfo_;
}
}
/**
* .IrodoriChessEntranceDetailInfo entrance_detail_info = 12;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder>
getEntranceDetailInfoFieldBuilder() {
if (entranceDetailInfoBuilder_ == null) {
entranceDetailInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder, emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder>(
getEntranceDetailInfo(),
getParentForChildren(),
isClean());
entranceDetailInfo_ = null;
}
return entranceDetailInfoBuilder_;
}
@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:IrodoriChessMysteryInfo)
}
// @@protoc_insertion_point(class_scope:IrodoriChessMysteryInfo)
private static final emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo();
}
public static emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public IrodoriChessMysteryInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new IrodoriChessMysteryInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_IrodoriChessMysteryInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_IrodoriChessMysteryInfo_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\035IrodoriChessMysteryInfo.proto\032$Irodori" +
"ChessEntranceDetailInfo.proto\"\224\001\n\027Irodor" +
"iChessMysteryInfo\022\032\n\022exit_point_id_list\030" +
"\001 \003(\r\022\036\n\026entrance_point_id_list\030\013 \003(\r\022=\n" +
"\024entrance_detail_info\030\014 \001(\0132\037.IrodoriChe" +
"ssEntranceDetailInfoB\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.IrodoriChessEntranceDetailInfoOuterClass.getDescriptor(),
});
internal_static_IrodoriChessMysteryInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_IrodoriChessMysteryInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_IrodoriChessMysteryInfo_descriptor,
new java.lang.String[] { "ExitPointIdList", "EntrancePointIdList", "EntranceDetailInfo", });
emu.grasscutter.net.proto.IrodoriChessEntranceDetailInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}