Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/HideAndSeekActivityDetailInfoOuterClass.java
Magix 71f6198361
Upgrade to REL3.7 (#2164)
* Remove hardcoded quest data

* Remove deprecated fields

* Try to fix packet

* Apply fix for token exchange

* Upgrade to REL3.7

* Add obfuscated protocol definitions

* Add missing enum (other protos too maybe)

* Re-add field setters and add note on removal
2023-05-27 00:29:02 -04:00

1629 lines
62 KiB
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HideAndSeekActivityDetailInfo.proto
package emu.grasscutter.net.proto;
public final class HideAndSeekActivityDetailInfoOuterClass {
private HideAndSeekActivityDetailInfoOuterClass() {}
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 HideAndSeekActivityDetailInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:HideAndSeekActivityDetailInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return A list containing the oFCDAFADFMD.
*/
java.util.List<java.lang.Integer> getOFCDAFADFMDList();
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return The count of oFCDAFADFMD.
*/
int getOFCDAFADFMDCount();
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param index The index of the element to return.
* @return The oFCDAFADFMD at the given index.
*/
int getOFCDAFADFMD(int index);
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return A list containing the oJOEODJPDKD.
*/
java.util.List<java.lang.Integer> getOJOEODJPDKDList();
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return The count of oJOEODJPDKD.
*/
int getOJOEODJPDKDCount();
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param index The index of the element to return.
* @return The oJOEODJPDKD at the given index.
*/
int getOJOEODJPDKD(int index);
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo>
getOpenMapInfoListList();
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList(int index);
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
int getOpenMapInfoListCount();
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder>
getOpenMapInfoListOrBuilderList();
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(
int index);
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return A list containing the kONDBPJKNLK.
*/
java.util.List<java.lang.Integer> getKONDBPJKNLKList();
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return The count of kONDBPJKNLK.
*/
int getKONDBPJKNLKCount();
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param index The index of the element to return.
* @return The kONDBPJKNLK at the given index.
*/
int getKONDBPJKNLK(int index);
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return A list containing the fCDJJELDDLI.
*/
java.util.List<java.lang.Integer> getFCDJJELDDLIList();
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return The count of fCDJJELDDLI.
*/
int getFCDJJELDDLICount();
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param index The index of the element to return.
* @return The fCDJJELDDLI at the given index.
*/
int getFCDJJELDDLI(int index);
}
/**
* <pre>
* Obf: PHNGEOHNGLH
* </pre>
*
* Protobuf type {@code HideAndSeekActivityDetailInfo}
*/
public static final class HideAndSeekActivityDetailInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:HideAndSeekActivityDetailInfo)
HideAndSeekActivityDetailInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use HideAndSeekActivityDetailInfo.newBuilder() to construct.
private HideAndSeekActivityDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private HideAndSeekActivityDetailInfo() {
oFCDAFADFMD_ = emptyIntList();
oJOEODJPDKD_ = emptyIntList();
openMapInfoList_ = java.util.Collections.emptyList();
kONDBPJKNLK_ = emptyIntList();
fCDJJELDDLI_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new HideAndSeekActivityDetailInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HideAndSeekActivityDetailInfo(
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_ & 0x00000010) != 0)) {
fCDJJELDDLI_ = newIntList();
mutable_bitField0_ |= 0x00000010;
}
fCDJJELDDLI_.addInt(input.readUInt32());
break;
}
case 10: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000010) != 0) && input.getBytesUntilLimit() > 0) {
fCDJJELDDLI_ = newIntList();
mutable_bitField0_ |= 0x00000010;
}
while (input.getBytesUntilLimit() > 0) {
fCDJJELDDLI_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 32: {
if (!((mutable_bitField0_ & 0x00000008) != 0)) {
kONDBPJKNLK_ = newIntList();
mutable_bitField0_ |= 0x00000008;
}
kONDBPJKNLK_.addInt(input.readUInt32());
break;
}
case 34: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) {
kONDBPJKNLK_ = newIntList();
mutable_bitField0_ |= 0x00000008;
}
while (input.getBytesUntilLimit() > 0) {
kONDBPJKNLK_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 88: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
oJOEODJPDKD_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
oJOEODJPDKD_.addInt(input.readUInt32());
break;
}
case 90: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
oJOEODJPDKD_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
oJOEODJPDKD_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 96: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
oFCDAFADFMD_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
oFCDAFADFMD_.addInt(input.readUInt32());
break;
}
case 98: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
oFCDAFADFMD_ = newIntList();
mutable_bitField0_ |= 0x00000001;
}
while (input.getBytesUntilLimit() > 0) {
oFCDAFADFMD_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 114: {
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
openMapInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo>();
mutable_bitField0_ |= 0x00000004;
}
openMapInfoList_.add(
input.readMessage(emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.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_ & 0x00000010) != 0)) {
fCDJJELDDLI_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000008) != 0)) {
kONDBPJKNLK_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
oJOEODJPDKD_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000001) != 0)) {
oFCDAFADFMD_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000004) != 0)) {
openMapInfoList_ = java.util.Collections.unmodifiableList(openMapInfoList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.internal_static_HideAndSeekActivityDetailInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.internal_static_HideAndSeekActivityDetailInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.class, emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.Builder.class);
}
public static final int OFCDAFADFMD_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.IntList oFCDAFADFMD_;
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return A list containing the oFCDAFADFMD.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getOFCDAFADFMDList() {
return oFCDAFADFMD_;
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return The count of oFCDAFADFMD.
*/
public int getOFCDAFADFMDCount() {
return oFCDAFADFMD_.size();
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param index The index of the element to return.
* @return The oFCDAFADFMD at the given index.
*/
public int getOFCDAFADFMD(int index) {
return oFCDAFADFMD_.getInt(index);
}
private int oFCDAFADFMDMemoizedSerializedSize = -1;
public static final int OJOEODJPDKD_FIELD_NUMBER = 11;
private com.google.protobuf.Internal.IntList oJOEODJPDKD_;
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return A list containing the oJOEODJPDKD.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getOJOEODJPDKDList() {
return oJOEODJPDKD_;
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return The count of oJOEODJPDKD.
*/
public int getOJOEODJPDKDCount() {
return oJOEODJPDKD_.size();
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param index The index of the element to return.
* @return The oJOEODJPDKD at the given index.
*/
public int getOJOEODJPDKD(int index) {
return oJOEODJPDKD_.getInt(index);
}
private int oJOEODJPDKDMemoizedSerializedSize = -1;
public static final int OPEN_MAP_INFO_LIST_FIELD_NUMBER = 14;
private java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> openMapInfoList_;
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> getOpenMapInfoListList() {
return openMapInfoList_;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder>
getOpenMapInfoListOrBuilderList() {
return openMapInfoList_;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
@java.lang.Override
public int getOpenMapInfoListCount() {
return openMapInfoList_.size();
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList(int index) {
return openMapInfoList_.get(index);
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(
int index) {
return openMapInfoList_.get(index);
}
public static final int KONDBPJKNLK_FIELD_NUMBER = 4;
private com.google.protobuf.Internal.IntList kONDBPJKNLK_;
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return A list containing the kONDBPJKNLK.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getKONDBPJKNLKList() {
return kONDBPJKNLK_;
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return The count of kONDBPJKNLK.
*/
public int getKONDBPJKNLKCount() {
return kONDBPJKNLK_.size();
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param index The index of the element to return.
* @return The kONDBPJKNLK at the given index.
*/
public int getKONDBPJKNLK(int index) {
return kONDBPJKNLK_.getInt(index);
}
private int kONDBPJKNLKMemoizedSerializedSize = -1;
public static final int FCDJJELDDLI_FIELD_NUMBER = 1;
private com.google.protobuf.Internal.IntList fCDJJELDDLI_;
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return A list containing the fCDJJELDDLI.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getFCDJJELDDLIList() {
return fCDJJELDDLI_;
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return The count of fCDJJELDDLI.
*/
public int getFCDJJELDDLICount() {
return fCDJJELDDLI_.size();
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param index The index of the element to return.
* @return The fCDJJELDDLI at the given index.
*/
public int getFCDJJELDDLI(int index) {
return fCDJJELDDLI_.getInt(index);
}
private int fCDJJELDDLIMemoizedSerializedSize = -1;
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (getFCDJJELDDLIList().size() > 0) {
output.writeUInt32NoTag(10);
output.writeUInt32NoTag(fCDJJELDDLIMemoizedSerializedSize);
}
for (int i = 0; i < fCDJJELDDLI_.size(); i++) {
output.writeUInt32NoTag(fCDJJELDDLI_.getInt(i));
}
if (getKONDBPJKNLKList().size() > 0) {
output.writeUInt32NoTag(34);
output.writeUInt32NoTag(kONDBPJKNLKMemoizedSerializedSize);
}
for (int i = 0; i < kONDBPJKNLK_.size(); i++) {
output.writeUInt32NoTag(kONDBPJKNLK_.getInt(i));
}
if (getOJOEODJPDKDList().size() > 0) {
output.writeUInt32NoTag(90);
output.writeUInt32NoTag(oJOEODJPDKDMemoizedSerializedSize);
}
for (int i = 0; i < oJOEODJPDKD_.size(); i++) {
output.writeUInt32NoTag(oJOEODJPDKD_.getInt(i));
}
if (getOFCDAFADFMDList().size() > 0) {
output.writeUInt32NoTag(98);
output.writeUInt32NoTag(oFCDAFADFMDMemoizedSerializedSize);
}
for (int i = 0; i < oFCDAFADFMD_.size(); i++) {
output.writeUInt32NoTag(oFCDAFADFMD_.getInt(i));
}
for (int i = 0; i < openMapInfoList_.size(); i++) {
output.writeMessage(14, openMapInfoList_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < fCDJJELDDLI_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(fCDJJELDDLI_.getInt(i));
}
size += dataSize;
if (!getFCDJJELDDLIList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
fCDJJELDDLIMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < kONDBPJKNLK_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(kONDBPJKNLK_.getInt(i));
}
size += dataSize;
if (!getKONDBPJKNLKList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
kONDBPJKNLKMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < oJOEODJPDKD_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(oJOEODJPDKD_.getInt(i));
}
size += dataSize;
if (!getOJOEODJPDKDList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
oJOEODJPDKDMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < oFCDAFADFMD_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(oFCDAFADFMD_.getInt(i));
}
size += dataSize;
if (!getOFCDAFADFMDList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
oFCDAFADFMDMemoizedSerializedSize = dataSize;
}
for (int i = 0; i < openMapInfoList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(14, openMapInfoList_.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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo other = (emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo) obj;
if (!getOFCDAFADFMDList()
.equals(other.getOFCDAFADFMDList())) return false;
if (!getOJOEODJPDKDList()
.equals(other.getOJOEODJPDKDList())) return false;
if (!getOpenMapInfoListList()
.equals(other.getOpenMapInfoListList())) return false;
if (!getKONDBPJKNLKList()
.equals(other.getKONDBPJKNLKList())) return false;
if (!getFCDJJELDDLIList()
.equals(other.getFCDJJELDDLIList())) 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 (getOFCDAFADFMDCount() > 0) {
hash = (37 * hash) + OFCDAFADFMD_FIELD_NUMBER;
hash = (53 * hash) + getOFCDAFADFMDList().hashCode();
}
if (getOJOEODJPDKDCount() > 0) {
hash = (37 * hash) + OJOEODJPDKD_FIELD_NUMBER;
hash = (53 * hash) + getOJOEODJPDKDList().hashCode();
}
if (getOpenMapInfoListCount() > 0) {
hash = (37 * hash) + OPEN_MAP_INFO_LIST_FIELD_NUMBER;
hash = (53 * hash) + getOpenMapInfoListList().hashCode();
}
if (getKONDBPJKNLKCount() > 0) {
hash = (37 * hash) + KONDBPJKNLK_FIELD_NUMBER;
hash = (53 * hash) + getKONDBPJKNLKList().hashCode();
}
if (getFCDJJELDDLICount() > 0) {
hash = (37 * hash) + FCDJJELDDLI_FIELD_NUMBER;
hash = (53 * hash) + getFCDJJELDDLIList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo 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>
* Obf: PHNGEOHNGLH
* </pre>
*
* Protobuf type {@code HideAndSeekActivityDetailInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:HideAndSeekActivityDetailInfo)
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.internal_static_HideAndSeekActivityDetailInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.internal_static_HideAndSeekActivityDetailInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.class, emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getOpenMapInfoListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
oFCDAFADFMD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
oJOEODJPDKD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
if (openMapInfoListBuilder_ == null) {
openMapInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
} else {
openMapInfoListBuilder_.clear();
}
kONDBPJKNLK_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000008);
fCDJJELDDLI_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000010);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.internal_static_HideAndSeekActivityDetailInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo build() {
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo buildPartial() {
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo result = new emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
oFCDAFADFMD_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.oFCDAFADFMD_ = oFCDAFADFMD_;
if (((bitField0_ & 0x00000002) != 0)) {
oJOEODJPDKD_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.oJOEODJPDKD_ = oJOEODJPDKD_;
if (openMapInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0)) {
openMapInfoList_ = java.util.Collections.unmodifiableList(openMapInfoList_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.openMapInfoList_ = openMapInfoList_;
} else {
result.openMapInfoList_ = openMapInfoListBuilder_.build();
}
if (((bitField0_ & 0x00000008) != 0)) {
kONDBPJKNLK_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000008);
}
result.kONDBPJKNLK_ = kONDBPJKNLK_;
if (((bitField0_ & 0x00000010) != 0)) {
fCDJJELDDLI_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000010);
}
result.fCDJJELDDLI_ = fCDJJELDDLI_;
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.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo) {
return mergeFrom((emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo other) {
if (other == emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo.getDefaultInstance()) return this;
if (!other.oFCDAFADFMD_.isEmpty()) {
if (oFCDAFADFMD_.isEmpty()) {
oFCDAFADFMD_ = other.oFCDAFADFMD_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureOFCDAFADFMDIsMutable();
oFCDAFADFMD_.addAll(other.oFCDAFADFMD_);
}
onChanged();
}
if (!other.oJOEODJPDKD_.isEmpty()) {
if (oJOEODJPDKD_.isEmpty()) {
oJOEODJPDKD_ = other.oJOEODJPDKD_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureOJOEODJPDKDIsMutable();
oJOEODJPDKD_.addAll(other.oJOEODJPDKD_);
}
onChanged();
}
if (openMapInfoListBuilder_ == null) {
if (!other.openMapInfoList_.isEmpty()) {
if (openMapInfoList_.isEmpty()) {
openMapInfoList_ = other.openMapInfoList_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureOpenMapInfoListIsMutable();
openMapInfoList_.addAll(other.openMapInfoList_);
}
onChanged();
}
} else {
if (!other.openMapInfoList_.isEmpty()) {
if (openMapInfoListBuilder_.isEmpty()) {
openMapInfoListBuilder_.dispose();
openMapInfoListBuilder_ = null;
openMapInfoList_ = other.openMapInfoList_;
bitField0_ = (bitField0_ & ~0x00000004);
openMapInfoListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getOpenMapInfoListFieldBuilder() : null;
} else {
openMapInfoListBuilder_.addAllMessages(other.openMapInfoList_);
}
}
}
if (!other.kONDBPJKNLK_.isEmpty()) {
if (kONDBPJKNLK_.isEmpty()) {
kONDBPJKNLK_ = other.kONDBPJKNLK_;
bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensureKONDBPJKNLKIsMutable();
kONDBPJKNLK_.addAll(other.kONDBPJKNLK_);
}
onChanged();
}
if (!other.fCDJJELDDLI_.isEmpty()) {
if (fCDJJELDDLI_.isEmpty()) {
fCDJJELDDLI_ = other.fCDJJELDDLI_;
bitField0_ = (bitField0_ & ~0x00000010);
} else {
ensureFCDJJELDDLIIsMutable();
fCDJJELDDLI_.addAll(other.fCDJJELDDLI_);
}
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.Internal.IntList oFCDAFADFMD_ = emptyIntList();
private void ensureOFCDAFADFMDIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
oFCDAFADFMD_ = mutableCopy(oFCDAFADFMD_);
bitField0_ |= 0x00000001;
}
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return A list containing the oFCDAFADFMD.
*/
public java.util.List<java.lang.Integer>
getOFCDAFADFMDList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(oFCDAFADFMD_) : oFCDAFADFMD_;
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return The count of oFCDAFADFMD.
*/
public int getOFCDAFADFMDCount() {
return oFCDAFADFMD_.size();
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param index The index of the element to return.
* @return The oFCDAFADFMD at the given index.
*/
public int getOFCDAFADFMD(int index) {
return oFCDAFADFMD_.getInt(index);
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param index The index to set the value at.
* @param value The oFCDAFADFMD to set.
* @return This builder for chaining.
*/
public Builder setOFCDAFADFMD(
int index, int value) {
ensureOFCDAFADFMDIsMutable();
oFCDAFADFMD_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param value The oFCDAFADFMD to add.
* @return This builder for chaining.
*/
public Builder addOFCDAFADFMD(int value) {
ensureOFCDAFADFMDIsMutable();
oFCDAFADFMD_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @param values The oFCDAFADFMD to add.
* @return This builder for chaining.
*/
public Builder addAllOFCDAFADFMD(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureOFCDAFADFMDIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, oFCDAFADFMD_);
onChanged();
return this;
}
/**
* <code>repeated uint32 OFCDAFADFMD = 12;</code>
* @return This builder for chaining.
*/
public Builder clearOFCDAFADFMD() {
oFCDAFADFMD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList oJOEODJPDKD_ = emptyIntList();
private void ensureOJOEODJPDKDIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
oJOEODJPDKD_ = mutableCopy(oJOEODJPDKD_);
bitField0_ |= 0x00000002;
}
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return A list containing the oJOEODJPDKD.
*/
public java.util.List<java.lang.Integer>
getOJOEODJPDKDList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(oJOEODJPDKD_) : oJOEODJPDKD_;
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return The count of oJOEODJPDKD.
*/
public int getOJOEODJPDKDCount() {
return oJOEODJPDKD_.size();
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param index The index of the element to return.
* @return The oJOEODJPDKD at the given index.
*/
public int getOJOEODJPDKD(int index) {
return oJOEODJPDKD_.getInt(index);
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param index The index to set the value at.
* @param value The oJOEODJPDKD to set.
* @return This builder for chaining.
*/
public Builder setOJOEODJPDKD(
int index, int value) {
ensureOJOEODJPDKDIsMutable();
oJOEODJPDKD_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param value The oJOEODJPDKD to add.
* @return This builder for chaining.
*/
public Builder addOJOEODJPDKD(int value) {
ensureOJOEODJPDKDIsMutable();
oJOEODJPDKD_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @param values The oJOEODJPDKD to add.
* @return This builder for chaining.
*/
public Builder addAllOJOEODJPDKD(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureOJOEODJPDKDIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, oJOEODJPDKD_);
onChanged();
return this;
}
/**
* <code>repeated uint32 OJOEODJPDKD = 11;</code>
* @return This builder for chaining.
*/
public Builder clearOJOEODJPDKD() {
oJOEODJPDKD_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> openMapInfoList_ =
java.util.Collections.emptyList();
private void ensureOpenMapInfoListIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
openMapInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo>(openMapInfoList_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder> openMapInfoListBuilder_;
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> getOpenMapInfoListList() {
if (openMapInfoListBuilder_ == null) {
return java.util.Collections.unmodifiableList(openMapInfoList_);
} else {
return openMapInfoListBuilder_.getMessageList();
}
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public int getOpenMapInfoListCount() {
if (openMapInfoListBuilder_ == null) {
return openMapInfoList_.size();
} else {
return openMapInfoListBuilder_.getCount();
}
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList(int index) {
if (openMapInfoListBuilder_ == null) {
return openMapInfoList_.get(index);
} else {
return openMapInfoListBuilder_.getMessage(index);
}
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder setOpenMapInfoList(
int index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo value) {
if (openMapInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOpenMapInfoListIsMutable();
openMapInfoList_.set(index, value);
onChanged();
} else {
openMapInfoListBuilder_.setMessage(index, value);
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder setOpenMapInfoList(
int index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder builderForValue) {
if (openMapInfoListBuilder_ == null) {
ensureOpenMapInfoListIsMutable();
openMapInfoList_.set(index, builderForValue.build());
onChanged();
} else {
openMapInfoListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder addOpenMapInfoList(emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo value) {
if (openMapInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOpenMapInfoListIsMutable();
openMapInfoList_.add(value);
onChanged();
} else {
openMapInfoListBuilder_.addMessage(value);
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder addOpenMapInfoList(
int index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo value) {
if (openMapInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureOpenMapInfoListIsMutable();
openMapInfoList_.add(index, value);
onChanged();
} else {
openMapInfoListBuilder_.addMessage(index, value);
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder addOpenMapInfoList(
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder builderForValue) {
if (openMapInfoListBuilder_ == null) {
ensureOpenMapInfoListIsMutable();
openMapInfoList_.add(builderForValue.build());
onChanged();
} else {
openMapInfoListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder addOpenMapInfoList(
int index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder builderForValue) {
if (openMapInfoListBuilder_ == null) {
ensureOpenMapInfoListIsMutable();
openMapInfoList_.add(index, builderForValue.build());
onChanged();
} else {
openMapInfoListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder addAllOpenMapInfoList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> values) {
if (openMapInfoListBuilder_ == null) {
ensureOpenMapInfoListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, openMapInfoList_);
onChanged();
} else {
openMapInfoListBuilder_.addAllMessages(values);
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder clearOpenMapInfoList() {
if (openMapInfoListBuilder_ == null) {
openMapInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
openMapInfoListBuilder_.clear();
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public Builder removeOpenMapInfoList(int index) {
if (openMapInfoListBuilder_ == null) {
ensureOpenMapInfoListIsMutable();
openMapInfoList_.remove(index);
onChanged();
} else {
openMapInfoListBuilder_.remove(index);
}
return this;
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder getOpenMapInfoListBuilder(
int index) {
return getOpenMapInfoListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(
int index) {
if (openMapInfoListBuilder_ == null) {
return openMapInfoList_.get(index); } else {
return openMapInfoListBuilder_.getMessageOrBuilder(index);
}
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder>
getOpenMapInfoListOrBuilderList() {
if (openMapInfoListBuilder_ != null) {
return openMapInfoListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(openMapInfoList_);
}
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder addOpenMapInfoListBuilder() {
return getOpenMapInfoListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.getDefaultInstance());
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder addOpenMapInfoListBuilder(
int index) {
return getOpenMapInfoListFieldBuilder().addBuilder(
index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.getDefaultInstance());
}
/**
* <code>repeated .HideAndSeekMapInfo open_map_info_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder>
getOpenMapInfoListBuilderList() {
return getOpenMapInfoListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder>
getOpenMapInfoListFieldBuilder() {
if (openMapInfoListBuilder_ == null) {
openMapInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder>(
openMapInfoList_,
((bitField0_ & 0x00000004) != 0),
getParentForChildren(),
isClean());
openMapInfoList_ = null;
}
return openMapInfoListBuilder_;
}
private com.google.protobuf.Internal.IntList kONDBPJKNLK_ = emptyIntList();
private void ensureKONDBPJKNLKIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
kONDBPJKNLK_ = mutableCopy(kONDBPJKNLK_);
bitField0_ |= 0x00000008;
}
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return A list containing the kONDBPJKNLK.
*/
public java.util.List<java.lang.Integer>
getKONDBPJKNLKList() {
return ((bitField0_ & 0x00000008) != 0) ?
java.util.Collections.unmodifiableList(kONDBPJKNLK_) : kONDBPJKNLK_;
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return The count of kONDBPJKNLK.
*/
public int getKONDBPJKNLKCount() {
return kONDBPJKNLK_.size();
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param index The index of the element to return.
* @return The kONDBPJKNLK at the given index.
*/
public int getKONDBPJKNLK(int index) {
return kONDBPJKNLK_.getInt(index);
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param index The index to set the value at.
* @param value The kONDBPJKNLK to set.
* @return This builder for chaining.
*/
public Builder setKONDBPJKNLK(
int index, int value) {
ensureKONDBPJKNLKIsMutable();
kONDBPJKNLK_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param value The kONDBPJKNLK to add.
* @return This builder for chaining.
*/
public Builder addKONDBPJKNLK(int value) {
ensureKONDBPJKNLKIsMutable();
kONDBPJKNLK_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @param values The kONDBPJKNLK to add.
* @return This builder for chaining.
*/
public Builder addAllKONDBPJKNLK(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureKONDBPJKNLKIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, kONDBPJKNLK_);
onChanged();
return this;
}
/**
* <code>repeated uint32 KONDBPJKNLK = 4;</code>
* @return This builder for chaining.
*/
public Builder clearKONDBPJKNLK() {
kONDBPJKNLK_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList fCDJJELDDLI_ = emptyIntList();
private void ensureFCDJJELDDLIIsMutable() {
if (!((bitField0_ & 0x00000010) != 0)) {
fCDJJELDDLI_ = mutableCopy(fCDJJELDDLI_);
bitField0_ |= 0x00000010;
}
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return A list containing the fCDJJELDDLI.
*/
public java.util.List<java.lang.Integer>
getFCDJJELDDLIList() {
return ((bitField0_ & 0x00000010) != 0) ?
java.util.Collections.unmodifiableList(fCDJJELDDLI_) : fCDJJELDDLI_;
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return The count of fCDJJELDDLI.
*/
public int getFCDJJELDDLICount() {
return fCDJJELDDLI_.size();
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param index The index of the element to return.
* @return The fCDJJELDDLI at the given index.
*/
public int getFCDJJELDDLI(int index) {
return fCDJJELDDLI_.getInt(index);
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param index The index to set the value at.
* @param value The fCDJJELDDLI to set.
* @return This builder for chaining.
*/
public Builder setFCDJJELDDLI(
int index, int value) {
ensureFCDJJELDDLIIsMutable();
fCDJJELDDLI_.setInt(index, value);
onChanged();
return this;
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param value The fCDJJELDDLI to add.
* @return This builder for chaining.
*/
public Builder addFCDJJELDDLI(int value) {
ensureFCDJJELDDLIIsMutable();
fCDJJELDDLI_.addInt(value);
onChanged();
return this;
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @param values The fCDJJELDDLI to add.
* @return This builder for chaining.
*/
public Builder addAllFCDJJELDDLI(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureFCDJJELDDLIIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, fCDJJELDDLI_);
onChanged();
return this;
}
/**
* <code>repeated uint32 FCDJJELDDLI = 1;</code>
* @return This builder for chaining.
*/
public Builder clearFCDJJELDDLI() {
fCDJJELDDLI_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:HideAndSeekActivityDetailInfo)
}
// @@protoc_insertion_point(class_scope:HideAndSeekActivityDetailInfo)
private static final emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo();
}
public static emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<HideAndSeekActivityDetailInfo>
PARSER = new com.google.protobuf.AbstractParser<HideAndSeekActivityDetailInfo>() {
@java.lang.Override
public HideAndSeekActivityDetailInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new HideAndSeekActivityDetailInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<HideAndSeekActivityDetailInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<HideAndSeekActivityDetailInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass.HideAndSeekActivityDetailInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_HideAndSeekActivityDetailInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_HideAndSeekActivityDetailInfo_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#HideAndSeekActivityDetailInfo.proto\032\030H" +
"ideAndSeekMapInfo.proto\"\244\001\n\035HideAndSeekA" +
"ctivityDetailInfo\022\023\n\013OFCDAFADFMD\030\014 \003(\r\022\023" +
"\n\013OJOEODJPDKD\030\013 \003(\r\022/\n\022open_map_info_lis" +
"t\030\016 \003(\0132\023.HideAndSeekMapInfo\022\023\n\013KONDBPJK" +
"NLK\030\004 \003(\r\022\023\n\013FCDJJELDDLI\030\001 \003(\rB\033\n\031emu.gr" +
"asscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.getDescriptor(),
});
internal_static_HideAndSeekActivityDetailInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_HideAndSeekActivityDetailInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_HideAndSeekActivityDetailInfo_descriptor,
new java.lang.String[] { "OFCDAFADFMD", "OJOEODJPDKD", "OpenMapInfoList", "KONDBPJKNLK", "FCDJJELDDLI", });
emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}