// 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 { /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ java.util.List getOpenMapInfoListList(); /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList( int index); /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ int getOpenMapInfoListCount(); /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ java.util.List< ? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder> getOpenMapInfoListOrBuilderList(); /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(int index); /** * repeated uint32 COGIIPOBNCN = 15; * * @return A list containing the cOGIIPOBNCN. */ java.util.List getCOGIIPOBNCNList(); /** * repeated uint32 COGIIPOBNCN = 15; * * @return The count of cOGIIPOBNCN. */ int getCOGIIPOBNCNCount(); /** * repeated uint32 COGIIPOBNCN = 15; * * @param index The index of the element to return. * @return The cOGIIPOBNCN at the given index. */ int getCOGIIPOBNCN(int index); /** * repeated uint32 KLBGALDPIJK = 4; * * @return A list containing the kLBGALDPIJK. */ java.util.List getKLBGALDPIJKList(); /** * repeated uint32 KLBGALDPIJK = 4; * * @return The count of kLBGALDPIJK. */ int getKLBGALDPIJKCount(); /** * repeated uint32 KLBGALDPIJK = 4; * * @param index The index of the element to return. * @return The kLBGALDPIJK at the given index. */ int getKLBGALDPIJK(int index); /** * repeated uint32 HBGNHHJEENH = 12; * * @return A list containing the hBGNHHJEENH. */ java.util.List getHBGNHHJEENHList(); /** * repeated uint32 HBGNHHJEENH = 12; * * @return The count of hBGNHHJEENH. */ int getHBGNHHJEENHCount(); /** * repeated uint32 HBGNHHJEENH = 12; * * @param index The index of the element to return. * @return The hBGNHHJEENH at the given index. */ int getHBGNHHJEENH(int index); /** * repeated uint32 EOICLHOPHNL = 11; * * @return A list containing the eOICLHOPHNL. */ java.util.List getEOICLHOPHNLList(); /** * repeated uint32 EOICLHOPHNL = 11; * * @return The count of eOICLHOPHNL. */ int getEOICLHOPHNLCount(); /** * repeated uint32 EOICLHOPHNL = 11; * * @param index The index of the element to return. * @return The eOICLHOPHNL at the given index. */ int getEOICLHOPHNL(int index); } /** * * *
     * Name: EOHHMLMKABI
     * 
* * 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() { openMapInfoList_ = java.util.Collections.emptyList(); cOGIIPOBNCN_ = emptyIntList(); kLBGALDPIJK_ = emptyIntList(); hBGNHHJEENH_ = emptyIntList(); eOICLHOPHNL_ = 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 32: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { kLBGALDPIJK_ = newIntList(); mutable_bitField0_ |= 0x00000004; } kLBGALDPIJK_.addInt(input.readUInt32()); break; } case 34: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { kLBGALDPIJK_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { kLBGALDPIJK_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 42: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { openMapInfoList_ = new java.util.ArrayList< emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass .HideAndSeekMapInfo>(); mutable_bitField0_ |= 0x00000001; } openMapInfoList_.add( input.readMessage( emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo .parser(), extensionRegistry)); break; } case 88: { if (!((mutable_bitField0_ & 0x00000010) != 0)) { eOICLHOPHNL_ = newIntList(); mutable_bitField0_ |= 0x00000010; } eOICLHOPHNL_.addInt(input.readUInt32()); break; } case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000010) != 0) && input.getBytesUntilLimit() > 0) { eOICLHOPHNL_ = newIntList(); mutable_bitField0_ |= 0x00000010; } while (input.getBytesUntilLimit() > 0) { eOICLHOPHNL_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 96: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { hBGNHHJEENH_ = newIntList(); mutable_bitField0_ |= 0x00000008; } hBGNHHJEENH_.addInt(input.readUInt32()); break; } case 98: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) { hBGNHHJEENH_ = newIntList(); mutable_bitField0_ |= 0x00000008; } while (input.getBytesUntilLimit() > 0) { hBGNHHJEENH_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 120: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { cOGIIPOBNCN_ = newIntList(); mutable_bitField0_ |= 0x00000002; } cOGIIPOBNCN_.addInt(input.readUInt32()); break; } case 122: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { cOGIIPOBNCN_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { cOGIIPOBNCN_.addInt(input.readUInt32()); } input.popLimit(limit); break; } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) != 0)) { kLBGALDPIJK_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { openMapInfoList_ = java.util.Collections.unmodifiableList(openMapInfoList_); } if (((mutable_bitField0_ & 0x00000010) != 0)) { eOICLHOPHNL_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000008) != 0)) { hBGNHHJEENH_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000002) != 0)) { cOGIIPOBNCN_.makeImmutable(); // C } 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 OPEN_MAP_INFO_LIST_FIELD_NUMBER = 5; private java.util.List< emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> openMapInfoList_; /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ @java.lang.Override public java.util.List getOpenMapInfoListList() { return openMapInfoList_; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ @java.lang.Override public java.util.List< ? extends emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder> getOpenMapInfoListOrBuilderList() { return openMapInfoList_; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ @java.lang.Override public int getOpenMapInfoListCount() { return openMapInfoList_.size(); } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ @java.lang.Override public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList(int index) { return openMapInfoList_.get(index); } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ @java.lang.Override public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(int index) { return openMapInfoList_.get(index); } public static final int COGIIPOBNCN_FIELD_NUMBER = 15; private com.google.protobuf.Internal.IntList cOGIIPOBNCN_; /** * repeated uint32 COGIIPOBNCN = 15; * * @return A list containing the cOGIIPOBNCN. */ @java.lang.Override public java.util.List getCOGIIPOBNCNList() { return cOGIIPOBNCN_; } /** * repeated uint32 COGIIPOBNCN = 15; * * @return The count of cOGIIPOBNCN. */ public int getCOGIIPOBNCNCount() { return cOGIIPOBNCN_.size(); } /** * repeated uint32 COGIIPOBNCN = 15; * * @param index The index of the element to return. * @return The cOGIIPOBNCN at the given index. */ public int getCOGIIPOBNCN(int index) { return cOGIIPOBNCN_.getInt(index); } private int cOGIIPOBNCNMemoizedSerializedSize = -1; public static final int KLBGALDPIJK_FIELD_NUMBER = 4; private com.google.protobuf.Internal.IntList kLBGALDPIJK_; /** * repeated uint32 KLBGALDPIJK = 4; * * @return A list containing the kLBGALDPIJK. */ @java.lang.Override public java.util.List getKLBGALDPIJKList() { return kLBGALDPIJK_; } /** * repeated uint32 KLBGALDPIJK = 4; * * @return The count of kLBGALDPIJK. */ public int getKLBGALDPIJKCount() { return kLBGALDPIJK_.size(); } /** * repeated uint32 KLBGALDPIJK = 4; * * @param index The index of the element to return. * @return The kLBGALDPIJK at the given index. */ public int getKLBGALDPIJK(int index) { return kLBGALDPIJK_.getInt(index); } private int kLBGALDPIJKMemoizedSerializedSize = -1; public static final int HBGNHHJEENH_FIELD_NUMBER = 12; private com.google.protobuf.Internal.IntList hBGNHHJEENH_; /** * repeated uint32 HBGNHHJEENH = 12; * * @return A list containing the hBGNHHJEENH. */ @java.lang.Override public java.util.List getHBGNHHJEENHList() { return hBGNHHJEENH_; } /** * repeated uint32 HBGNHHJEENH = 12; * * @return The count of hBGNHHJEENH. */ public int getHBGNHHJEENHCount() { return hBGNHHJEENH_.size(); } /** * repeated uint32 HBGNHHJEENH = 12; * * @param index The index of the element to return. * @return The hBGNHHJEENH at the given index. */ public int getHBGNHHJEENH(int index) { return hBGNHHJEENH_.getInt(index); } private int hBGNHHJEENHMemoizedSerializedSize = -1; public static final int EOICLHOPHNL_FIELD_NUMBER = 11; private com.google.protobuf.Internal.IntList eOICLHOPHNL_; /** * repeated uint32 EOICLHOPHNL = 11; * * @return A list containing the eOICLHOPHNL. */ @java.lang.Override public java.util.List getEOICLHOPHNLList() { return eOICLHOPHNL_; } /** * repeated uint32 EOICLHOPHNL = 11; * * @return The count of eOICLHOPHNL. */ public int getEOICLHOPHNLCount() { return eOICLHOPHNL_.size(); } /** * repeated uint32 EOICLHOPHNL = 11; * * @param index The index of the element to return. * @return The eOICLHOPHNL at the given index. */ public int getEOICLHOPHNL(int index) { return eOICLHOPHNL_.getInt(index); } private int eOICLHOPHNLMemoizedSerializedSize = -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 (getKLBGALDPIJKList().size() > 0) { output.writeUInt32NoTag(34); output.writeUInt32NoTag(kLBGALDPIJKMemoizedSerializedSize); } for (int i = 0; i < kLBGALDPIJK_.size(); i++) { output.writeUInt32NoTag(kLBGALDPIJK_.getInt(i)); } for (int i = 0; i < openMapInfoList_.size(); i++) { output.writeMessage(5, openMapInfoList_.get(i)); } if (getEOICLHOPHNLList().size() > 0) { output.writeUInt32NoTag(90); output.writeUInt32NoTag(eOICLHOPHNLMemoizedSerializedSize); } for (int i = 0; i < eOICLHOPHNL_.size(); i++) { output.writeUInt32NoTag(eOICLHOPHNL_.getInt(i)); } if (getHBGNHHJEENHList().size() > 0) { output.writeUInt32NoTag(98); output.writeUInt32NoTag(hBGNHHJEENHMemoizedSerializedSize); } for (int i = 0; i < hBGNHHJEENH_.size(); i++) { output.writeUInt32NoTag(hBGNHHJEENH_.getInt(i)); } if (getCOGIIPOBNCNList().size() > 0) { output.writeUInt32NoTag(122); output.writeUInt32NoTag(cOGIIPOBNCNMemoizedSerializedSize); } for (int i = 0; i < cOGIIPOBNCN_.size(); i++) { output.writeUInt32NoTag(cOGIIPOBNCN_.getInt(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < kLBGALDPIJK_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(kLBGALDPIJK_.getInt(i)); } size += dataSize; if (!getKLBGALDPIJKList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } kLBGALDPIJKMemoizedSerializedSize = dataSize; } for (int i = 0; i < openMapInfoList_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, openMapInfoList_.get(i)); } { int dataSize = 0; for (int i = 0; i < eOICLHOPHNL_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(eOICLHOPHNL_.getInt(i)); } size += dataSize; if (!getEOICLHOPHNLList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } eOICLHOPHNLMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < hBGNHHJEENH_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(hBGNHHJEENH_.getInt(i)); } size += dataSize; if (!getHBGNHHJEENHList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } hBGNHHJEENHMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < cOGIIPOBNCN_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(cOGIIPOBNCN_.getInt(i)); } size += dataSize; if (!getCOGIIPOBNCNList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } cOGIIPOBNCNMemoizedSerializedSize = dataSize; } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass .HideAndSeekActivityDetailInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass .HideAndSeekActivityDetailInfo other = (emu.grasscutter.net.proto.HideAndSeekActivityDetailInfoOuterClass .HideAndSeekActivityDetailInfo) obj; if (!getOpenMapInfoListList().equals(other.getOpenMapInfoListList())) return false; if (!getCOGIIPOBNCNList().equals(other.getCOGIIPOBNCNList())) return false; if (!getKLBGALDPIJKList().equals(other.getKLBGALDPIJKList())) return false; if (!getHBGNHHJEENHList().equals(other.getHBGNHHJEENHList())) return false; if (!getEOICLHOPHNLList().equals(other.getEOICLHOPHNLList())) 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 (getOpenMapInfoListCount() > 0) { hash = (37 * hash) + OPEN_MAP_INFO_LIST_FIELD_NUMBER; hash = (53 * hash) + getOpenMapInfoListList().hashCode(); } if (getCOGIIPOBNCNCount() > 0) { hash = (37 * hash) + COGIIPOBNCN_FIELD_NUMBER; hash = (53 * hash) + getCOGIIPOBNCNList().hashCode(); } if (getKLBGALDPIJKCount() > 0) { hash = (37 * hash) + KLBGALDPIJK_FIELD_NUMBER; hash = (53 * hash) + getKLBGALDPIJKList().hashCode(); } if (getHBGNHHJEENHCount() > 0) { hash = (37 * hash) + HBGNHHJEENH_FIELD_NUMBER; hash = (53 * hash) + getHBGNHHJEENHList().hashCode(); } if (getEOICLHOPHNLCount() > 0) { hash = (37 * hash) + EOICLHOPHNL_FIELD_NUMBER; hash = (53 * hash) + getEOICLHOPHNLList().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; } /** * * *
         * Name: EOHHMLMKABI
         * 
* * Protobuf type {@code HideAndSeekActivityDetailInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.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(); if (openMapInfoListBuilder_ == null) { openMapInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { openMapInfoListBuilder_.clear(); } cOGIIPOBNCN_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); kLBGALDPIJK_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); hBGNHHJEENH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); eOICLHOPHNL_ = 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 (openMapInfoListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { openMapInfoList_ = java.util.Collections.unmodifiableList(openMapInfoList_); bitField0_ = (bitField0_ & ~0x00000001); } result.openMapInfoList_ = openMapInfoList_; } else { result.openMapInfoList_ = openMapInfoListBuilder_.build(); } if (((bitField0_ & 0x00000002) != 0)) { cOGIIPOBNCN_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.cOGIIPOBNCN_ = cOGIIPOBNCN_; if (((bitField0_ & 0x00000004) != 0)) { kLBGALDPIJK_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000004); } result.kLBGALDPIJK_ = kLBGALDPIJK_; if (((bitField0_ & 0x00000008) != 0)) { hBGNHHJEENH_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000008); } result.hBGNHHJEENH_ = hBGNHHJEENH_; if (((bitField0_ & 0x00000010) != 0)) { eOICLHOPHNL_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000010); } result.eOICLHOPHNL_ = eOICLHOPHNL_; 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 (openMapInfoListBuilder_ == null) { if (!other.openMapInfoList_.isEmpty()) { if (openMapInfoList_.isEmpty()) { openMapInfoList_ = other.openMapInfoList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureOpenMapInfoListIsMutable(); openMapInfoList_.addAll(other.openMapInfoList_); } onChanged(); } } else { if (!other.openMapInfoList_.isEmpty()) { if (openMapInfoListBuilder_.isEmpty()) { openMapInfoListBuilder_.dispose(); openMapInfoListBuilder_ = null; openMapInfoList_ = other.openMapInfoList_; bitField0_ = (bitField0_ & ~0x00000001); openMapInfoListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getOpenMapInfoListFieldBuilder() : null; } else { openMapInfoListBuilder_.addAllMessages(other.openMapInfoList_); } } } if (!other.cOGIIPOBNCN_.isEmpty()) { if (cOGIIPOBNCN_.isEmpty()) { cOGIIPOBNCN_ = other.cOGIIPOBNCN_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureCOGIIPOBNCNIsMutable(); cOGIIPOBNCN_.addAll(other.cOGIIPOBNCN_); } onChanged(); } if (!other.kLBGALDPIJK_.isEmpty()) { if (kLBGALDPIJK_.isEmpty()) { kLBGALDPIJK_ = other.kLBGALDPIJK_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureKLBGALDPIJKIsMutable(); kLBGALDPIJK_.addAll(other.kLBGALDPIJK_); } onChanged(); } if (!other.hBGNHHJEENH_.isEmpty()) { if (hBGNHHJEENH_.isEmpty()) { hBGNHHJEENH_ = other.hBGNHHJEENH_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureHBGNHHJEENHIsMutable(); hBGNHHJEENH_.addAll(other.hBGNHHJEENH_); } onChanged(); } if (!other.eOICLHOPHNL_.isEmpty()) { if (eOICLHOPHNL_.isEmpty()) { eOICLHOPHNL_ = other.eOICLHOPHNL_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureEOICLHOPHNLIsMutable(); eOICLHOPHNL_.addAll(other.eOICLHOPHNL_); } 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 java.util.List< emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> openMapInfoList_ = java.util.Collections.emptyList(); private void ensureOpenMapInfoListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { openMapInfoList_ = new java.util.ArrayList< emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo>( openMapInfoList_); bitField0_ |= 0x00000001; } } 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_; /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public java.util.List< emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo> getOpenMapInfoListList() { if (openMapInfoListBuilder_ == null) { return java.util.Collections.unmodifiableList(openMapInfoList_); } else { return openMapInfoListBuilder_.getMessageList(); } } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public int getOpenMapInfoListCount() { if (openMapInfoListBuilder_ == null) { return openMapInfoList_.size(); } else { return openMapInfoListBuilder_.getCount(); } } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo getOpenMapInfoList(int index) { if (openMapInfoListBuilder_ == null) { return openMapInfoList_.get(index); } else { return openMapInfoListBuilder_.getMessage(index); } } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public Builder clearOpenMapInfoList() { if (openMapInfoListBuilder_ == null) { openMapInfoList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { openMapInfoListBuilder_.clear(); } return this; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public Builder removeOpenMapInfoList(int index) { if (openMapInfoListBuilder_ == null) { ensureOpenMapInfoListIsMutable(); openMapInfoList_.remove(index); onChanged(); } else { openMapInfoListBuilder_.remove(index); } return this; } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder getOpenMapInfoListBuilder(int index) { return getOpenMapInfoListFieldBuilder().getBuilder(index); } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder getOpenMapInfoListOrBuilder(int index) { if (openMapInfoListBuilder_ == null) { return openMapInfoList_.get(index); } else { return openMapInfoListBuilder_.getMessageOrBuilder(index); } } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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_); } } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder addOpenMapInfoListBuilder() { return getOpenMapInfoListFieldBuilder() .addBuilder( emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo .getDefaultInstance()); } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ public emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder addOpenMapInfoListBuilder(int index) { return getOpenMapInfoListFieldBuilder() .addBuilder( index, emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo .getDefaultInstance()); } /** repeated .HideAndSeekMapInfo open_map_info_list = 5; */ 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_ & 0x00000001) != 0), getParentForChildren(), isClean()); openMapInfoList_ = null; } return openMapInfoListBuilder_; } private com.google.protobuf.Internal.IntList cOGIIPOBNCN_ = emptyIntList(); private void ensureCOGIIPOBNCNIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { cOGIIPOBNCN_ = mutableCopy(cOGIIPOBNCN_); bitField0_ |= 0x00000002; } } /** * repeated uint32 COGIIPOBNCN = 15; * * @return A list containing the cOGIIPOBNCN. */ public java.util.List getCOGIIPOBNCNList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(cOGIIPOBNCN_) : cOGIIPOBNCN_; } /** * repeated uint32 COGIIPOBNCN = 15; * * @return The count of cOGIIPOBNCN. */ public int getCOGIIPOBNCNCount() { return cOGIIPOBNCN_.size(); } /** * repeated uint32 COGIIPOBNCN = 15; * * @param index The index of the element to return. * @return The cOGIIPOBNCN at the given index. */ public int getCOGIIPOBNCN(int index) { return cOGIIPOBNCN_.getInt(index); } /** * repeated uint32 COGIIPOBNCN = 15; * * @param index The index to set the value at. * @param value The cOGIIPOBNCN to set. * @return This builder for chaining. */ public Builder setCOGIIPOBNCN(int index, int value) { ensureCOGIIPOBNCNIsMutable(); cOGIIPOBNCN_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 COGIIPOBNCN = 15; * * @param value The cOGIIPOBNCN to add. * @return This builder for chaining. */ public Builder addCOGIIPOBNCN(int value) { ensureCOGIIPOBNCNIsMutable(); cOGIIPOBNCN_.addInt(value); onChanged(); return this; } /** * repeated uint32 COGIIPOBNCN = 15; * * @param values The cOGIIPOBNCN to add. * @return This builder for chaining. */ public Builder addAllCOGIIPOBNCN(java.lang.Iterable values) { ensureCOGIIPOBNCNIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, cOGIIPOBNCN_); onChanged(); return this; } /** * repeated uint32 COGIIPOBNCN = 15; * * @return This builder for chaining. */ public Builder clearCOGIIPOBNCN() { cOGIIPOBNCN_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.IntList kLBGALDPIJK_ = emptyIntList(); private void ensureKLBGALDPIJKIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { kLBGALDPIJK_ = mutableCopy(kLBGALDPIJK_); bitField0_ |= 0x00000004; } } /** * repeated uint32 KLBGALDPIJK = 4; * * @return A list containing the kLBGALDPIJK. */ public java.util.List getKLBGALDPIJKList() { return ((bitField0_ & 0x00000004) != 0) ? java.util.Collections.unmodifiableList(kLBGALDPIJK_) : kLBGALDPIJK_; } /** * repeated uint32 KLBGALDPIJK = 4; * * @return The count of kLBGALDPIJK. */ public int getKLBGALDPIJKCount() { return kLBGALDPIJK_.size(); } /** * repeated uint32 KLBGALDPIJK = 4; * * @param index The index of the element to return. * @return The kLBGALDPIJK at the given index. */ public int getKLBGALDPIJK(int index) { return kLBGALDPIJK_.getInt(index); } /** * repeated uint32 KLBGALDPIJK = 4; * * @param index The index to set the value at. * @param value The kLBGALDPIJK to set. * @return This builder for chaining. */ public Builder setKLBGALDPIJK(int index, int value) { ensureKLBGALDPIJKIsMutable(); kLBGALDPIJK_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 KLBGALDPIJK = 4; * * @param value The kLBGALDPIJK to add. * @return This builder for chaining. */ public Builder addKLBGALDPIJK(int value) { ensureKLBGALDPIJKIsMutable(); kLBGALDPIJK_.addInt(value); onChanged(); return this; } /** * repeated uint32 KLBGALDPIJK = 4; * * @param values The kLBGALDPIJK to add. * @return This builder for chaining. */ public Builder addAllKLBGALDPIJK(java.lang.Iterable values) { ensureKLBGALDPIJKIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, kLBGALDPIJK_); onChanged(); return this; } /** * repeated uint32 KLBGALDPIJK = 4; * * @return This builder for chaining. */ public Builder clearKLBGALDPIJK() { kLBGALDPIJK_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } private com.google.protobuf.Internal.IntList hBGNHHJEENH_ = emptyIntList(); private void ensureHBGNHHJEENHIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { hBGNHHJEENH_ = mutableCopy(hBGNHHJEENH_); bitField0_ |= 0x00000008; } } /** * repeated uint32 HBGNHHJEENH = 12; * * @return A list containing the hBGNHHJEENH. */ public java.util.List getHBGNHHJEENHList() { return ((bitField0_ & 0x00000008) != 0) ? java.util.Collections.unmodifiableList(hBGNHHJEENH_) : hBGNHHJEENH_; } /** * repeated uint32 HBGNHHJEENH = 12; * * @return The count of hBGNHHJEENH. */ public int getHBGNHHJEENHCount() { return hBGNHHJEENH_.size(); } /** * repeated uint32 HBGNHHJEENH = 12; * * @param index The index of the element to return. * @return The hBGNHHJEENH at the given index. */ public int getHBGNHHJEENH(int index) { return hBGNHHJEENH_.getInt(index); } /** * repeated uint32 HBGNHHJEENH = 12; * * @param index The index to set the value at. * @param value The hBGNHHJEENH to set. * @return This builder for chaining. */ public Builder setHBGNHHJEENH(int index, int value) { ensureHBGNHHJEENHIsMutable(); hBGNHHJEENH_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 HBGNHHJEENH = 12; * * @param value The hBGNHHJEENH to add. * @return This builder for chaining. */ public Builder addHBGNHHJEENH(int value) { ensureHBGNHHJEENHIsMutable(); hBGNHHJEENH_.addInt(value); onChanged(); return this; } /** * repeated uint32 HBGNHHJEENH = 12; * * @param values The hBGNHHJEENH to add. * @return This builder for chaining. */ public Builder addAllHBGNHHJEENH(java.lang.Iterable values) { ensureHBGNHHJEENHIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, hBGNHHJEENH_); onChanged(); return this; } /** * repeated uint32 HBGNHHJEENH = 12; * * @return This builder for chaining. */ public Builder clearHBGNHHJEENH() { hBGNHHJEENH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } private com.google.protobuf.Internal.IntList eOICLHOPHNL_ = emptyIntList(); private void ensureEOICLHOPHNLIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { eOICLHOPHNL_ = mutableCopy(eOICLHOPHNL_); bitField0_ |= 0x00000010; } } /** * repeated uint32 EOICLHOPHNL = 11; * * @return A list containing the eOICLHOPHNL. */ public java.util.List getEOICLHOPHNLList() { return ((bitField0_ & 0x00000010) != 0) ? java.util.Collections.unmodifiableList(eOICLHOPHNL_) : eOICLHOPHNL_; } /** * repeated uint32 EOICLHOPHNL = 11; * * @return The count of eOICLHOPHNL. */ public int getEOICLHOPHNLCount() { return eOICLHOPHNL_.size(); } /** * repeated uint32 EOICLHOPHNL = 11; * * @param index The index of the element to return. * @return The eOICLHOPHNL at the given index. */ public int getEOICLHOPHNL(int index) { return eOICLHOPHNL_.getInt(index); } /** * repeated uint32 EOICLHOPHNL = 11; * * @param index The index to set the value at. * @param value The eOICLHOPHNL to set. * @return This builder for chaining. */ public Builder setEOICLHOPHNL(int index, int value) { ensureEOICLHOPHNLIsMutable(); eOICLHOPHNL_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 EOICLHOPHNL = 11; * * @param value The eOICLHOPHNL to add. * @return This builder for chaining. */ public Builder addEOICLHOPHNL(int value) { ensureEOICLHOPHNLIsMutable(); eOICLHOPHNL_.addInt(value); onChanged(); return this; } /** * repeated uint32 EOICLHOPHNL = 11; * * @param values The eOICLHOPHNL to add. * @return This builder for chaining. */ public Builder addAllEOICLHOPHNL(java.lang.Iterable values) { ensureEOICLHOPHNLIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, eOICLHOPHNL_); onChanged(); return this; } /** * repeated uint32 EOICLHOPHNL = 11; * * @return This builder for chaining. */ public Builder clearEOICLHOPHNL() { eOICLHOPHNL_ = 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 PARSER = new com.google.protobuf.AbstractParser() { @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 parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser 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/\n\022open_map_info_list\030" + "\005 \003(\0132\023.HideAndSeekMapInfo\022\023\n\013COGIIPOBNC" + "N\030\017 \003(\r\022\023\n\013KLBGALDPIJK\030\004 \003(\r\022\023\n\013HBGNHHJE" + "ENH\030\014 \003(\r\022\023\n\013EOICLHOPHNL\030\013 \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[] { "OpenMapInfoList", "COGIIPOBNCN", "KLBGALDPIJK", "HBGNHHJEENH", "EOICLHOPHNL", }); emu.grasscutter.net.proto.HideAndSeekMapInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }