// Generated by the protocol buffer compiler. DO NOT EDIT! // source: FungusTrainingProgressDetail.proto package emu.grasscutter.net.proto; public final class FungusTrainingProgressDetailOuterClass { private FungusTrainingProgressDetailOuterClass() {} 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 FungusTrainingProgressDetailOrBuilder extends // @@protoc_insertion_point(interface_extends:FungusTrainingProgressDetail) com.google.protobuf.MessageOrBuilder { /** * uint32 cur_round = 3; * @return The curRound. */ int getCurRound(); /** * repeated uint32 LAKDMPGKFND = 8; * @return A list containing the lAKDMPGKFND. */ java.util.List getLAKDMPGKFNDList(); /** * repeated uint32 LAKDMPGKFND = 8; * @return The count of lAKDMPGKFND. */ int getLAKDMPGKFNDCount(); /** * repeated uint32 LAKDMPGKFND = 8; * @param index The index of the element to return. * @return The lAKDMPGKFND at the given index. */ int getLAKDMPGKFND(int index); /** * uint32 dungeon_id = 12; * @return The dungeonId. */ int getDungeonId(); /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ java.util.List getMonsterPoolPreviewListList(); /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail getMonsterPoolPreviewList(int index); /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ int getMonsterPoolPreviewListCount(); /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ java.util.List getMonsterPoolPreviewListOrBuilderList(); /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder getMonsterPoolPreviewListOrBuilder( int index); /** * uint32 total_used_time = 2; * @return The totalUsedTime. */ int getTotalUsedTime(); /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ java.util.List getMonsterDetailListList(); /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail getMonsterDetailList(int index); /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ int getMonsterDetailListCount(); /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ java.util.List getMonsterDetailListOrBuilderList(); /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder getMonsterDetailListOrBuilder( int index); /** * repeated uint32 HGDEOIPKFAJ = 14; * @return A list containing the hGDEOIPKFAJ. */ java.util.List getHGDEOIPKFAJList(); /** * repeated uint32 HGDEOIPKFAJ = 14; * @return The count of hGDEOIPKFAJ. */ int getHGDEOIPKFAJCount(); /** * repeated uint32 HGDEOIPKFAJ = 14; * @param index The index of the element to return. * @return The hGDEOIPKFAJ at the given index. */ int getHGDEOIPKFAJ(int index); } /** *
   * Obf: KDGIFHLHDLK
   * 
* * Protobuf type {@code FungusTrainingProgressDetail} */ public static final class FungusTrainingProgressDetail extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:FungusTrainingProgressDetail) FungusTrainingProgressDetailOrBuilder { private static final long serialVersionUID = 0L; // Use FungusTrainingProgressDetail.newBuilder() to construct. private FungusTrainingProgressDetail(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FungusTrainingProgressDetail() { lAKDMPGKFND_ = emptyIntList(); monsterPoolPreviewList_ = java.util.Collections.emptyList(); monsterDetailList_ = java.util.Collections.emptyList(); hGDEOIPKFAJ_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FungusTrainingProgressDetail(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FungusTrainingProgressDetail( 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 16: { totalUsedTime_ = input.readUInt32(); break; } case 24: { curRound_ = input.readUInt32(); break; } case 50: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { monsterPoolPreviewList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } monsterPoolPreviewList_.add( input.readMessage(emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.parser(), extensionRegistry)); break; } case 64: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { lAKDMPGKFND_ = newIntList(); mutable_bitField0_ |= 0x00000001; } lAKDMPGKFND_.addInt(input.readUInt32()); break; } case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { lAKDMPGKFND_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { lAKDMPGKFND_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 96: { dungeonId_ = input.readUInt32(); break; } case 106: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { monsterDetailList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } monsterDetailList_.add( input.readMessage(emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.parser(), extensionRegistry)); break; } case 112: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { hGDEOIPKFAJ_ = newIntList(); mutable_bitField0_ |= 0x00000008; } hGDEOIPKFAJ_.addInt(input.readUInt32()); break; } case 114: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) { hGDEOIPKFAJ_ = newIntList(); mutable_bitField0_ |= 0x00000008; } while (input.getBytesUntilLimit() > 0) { hGDEOIPKFAJ_.addInt(input.readUInt32()); } input.popLimit(limit); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) != 0)) { monsterPoolPreviewList_ = java.util.Collections.unmodifiableList(monsterPoolPreviewList_); } if (((mutable_bitField0_ & 0x00000001) != 0)) { lAKDMPGKFND_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000004) != 0)) { monsterDetailList_ = java.util.Collections.unmodifiableList(monsterDetailList_); } if (((mutable_bitField0_ & 0x00000008) != 0)) { hGDEOIPKFAJ_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.internal_static_FungusTrainingProgressDetail_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.internal_static_FungusTrainingProgressDetail_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.class, emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.Builder.class); } public static final int CUR_ROUND_FIELD_NUMBER = 3; private int curRound_; /** * uint32 cur_round = 3; * @return The curRound. */ @java.lang.Override public int getCurRound() { return curRound_; } public static final int LAKDMPGKFND_FIELD_NUMBER = 8; private com.google.protobuf.Internal.IntList lAKDMPGKFND_; /** * repeated uint32 LAKDMPGKFND = 8; * @return A list containing the lAKDMPGKFND. */ @java.lang.Override public java.util.List getLAKDMPGKFNDList() { return lAKDMPGKFND_; } /** * repeated uint32 LAKDMPGKFND = 8; * @return The count of lAKDMPGKFND. */ public int getLAKDMPGKFNDCount() { return lAKDMPGKFND_.size(); } /** * repeated uint32 LAKDMPGKFND = 8; * @param index The index of the element to return. * @return The lAKDMPGKFND at the given index. */ public int getLAKDMPGKFND(int index) { return lAKDMPGKFND_.getInt(index); } private int lAKDMPGKFNDMemoizedSerializedSize = -1; public static final int DUNGEON_ID_FIELD_NUMBER = 12; private int dungeonId_; /** * uint32 dungeon_id = 12; * @return The dungeonId. */ @java.lang.Override public int getDungeonId() { return dungeonId_; } public static final int MONSTER_POOL_PREVIEW_LIST_FIELD_NUMBER = 6; private java.util.List monsterPoolPreviewList_; /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ @java.lang.Override public java.util.List getMonsterPoolPreviewListList() { return monsterPoolPreviewList_; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ @java.lang.Override public java.util.List getMonsterPoolPreviewListOrBuilderList() { return monsterPoolPreviewList_; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ @java.lang.Override public int getMonsterPoolPreviewListCount() { return monsterPoolPreviewList_.size(); } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ @java.lang.Override public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail getMonsterPoolPreviewList(int index) { return monsterPoolPreviewList_.get(index); } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ @java.lang.Override public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder getMonsterPoolPreviewListOrBuilder( int index) { return monsterPoolPreviewList_.get(index); } public static final int TOTAL_USED_TIME_FIELD_NUMBER = 2; private int totalUsedTime_; /** * uint32 total_used_time = 2; * @return The totalUsedTime. */ @java.lang.Override public int getTotalUsedTime() { return totalUsedTime_; } public static final int MONSTER_DETAIL_LIST_FIELD_NUMBER = 13; private java.util.List monsterDetailList_; /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ @java.lang.Override public java.util.List getMonsterDetailListList() { return monsterDetailList_; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ @java.lang.Override public java.util.List getMonsterDetailListOrBuilderList() { return monsterDetailList_; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ @java.lang.Override public int getMonsterDetailListCount() { return monsterDetailList_.size(); } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ @java.lang.Override public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail getMonsterDetailList(int index) { return monsterDetailList_.get(index); } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ @java.lang.Override public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder getMonsterDetailListOrBuilder( int index) { return monsterDetailList_.get(index); } public static final int HGDEOIPKFAJ_FIELD_NUMBER = 14; private com.google.protobuf.Internal.IntList hGDEOIPKFAJ_; /** * repeated uint32 HGDEOIPKFAJ = 14; * @return A list containing the hGDEOIPKFAJ. */ @java.lang.Override public java.util.List getHGDEOIPKFAJList() { return hGDEOIPKFAJ_; } /** * repeated uint32 HGDEOIPKFAJ = 14; * @return The count of hGDEOIPKFAJ. */ public int getHGDEOIPKFAJCount() { return hGDEOIPKFAJ_.size(); } /** * repeated uint32 HGDEOIPKFAJ = 14; * @param index The index of the element to return. * @return The hGDEOIPKFAJ at the given index. */ public int getHGDEOIPKFAJ(int index) { return hGDEOIPKFAJ_.getInt(index); } private int hGDEOIPKFAJMemoizedSerializedSize = -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 (totalUsedTime_ != 0) { output.writeUInt32(2, totalUsedTime_); } if (curRound_ != 0) { output.writeUInt32(3, curRound_); } for (int i = 0; i < monsterPoolPreviewList_.size(); i++) { output.writeMessage(6, monsterPoolPreviewList_.get(i)); } if (getLAKDMPGKFNDList().size() > 0) { output.writeUInt32NoTag(66); output.writeUInt32NoTag(lAKDMPGKFNDMemoizedSerializedSize); } for (int i = 0; i < lAKDMPGKFND_.size(); i++) { output.writeUInt32NoTag(lAKDMPGKFND_.getInt(i)); } if (dungeonId_ != 0) { output.writeUInt32(12, dungeonId_); } for (int i = 0; i < monsterDetailList_.size(); i++) { output.writeMessage(13, monsterDetailList_.get(i)); } if (getHGDEOIPKFAJList().size() > 0) { output.writeUInt32NoTag(114); output.writeUInt32NoTag(hGDEOIPKFAJMemoizedSerializedSize); } for (int i = 0; i < hGDEOIPKFAJ_.size(); i++) { output.writeUInt32NoTag(hGDEOIPKFAJ_.getInt(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (totalUsedTime_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, totalUsedTime_); } if (curRound_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, curRound_); } for (int i = 0; i < monsterPoolPreviewList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, monsterPoolPreviewList_.get(i)); } { int dataSize = 0; for (int i = 0; i < lAKDMPGKFND_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(lAKDMPGKFND_.getInt(i)); } size += dataSize; if (!getLAKDMPGKFNDList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } lAKDMPGKFNDMemoizedSerializedSize = dataSize; } if (dungeonId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, dungeonId_); } for (int i = 0; i < monsterDetailList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, monsterDetailList_.get(i)); } { int dataSize = 0; for (int i = 0; i < hGDEOIPKFAJ_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(hGDEOIPKFAJ_.getInt(i)); } size += dataSize; if (!getHGDEOIPKFAJList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } hGDEOIPKFAJMemoizedSerializedSize = 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail)) { return super.equals(obj); } emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail other = (emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail) obj; if (getCurRound() != other.getCurRound()) return false; if (!getLAKDMPGKFNDList() .equals(other.getLAKDMPGKFNDList())) return false; if (getDungeonId() != other.getDungeonId()) return false; if (!getMonsterPoolPreviewListList() .equals(other.getMonsterPoolPreviewListList())) return false; if (getTotalUsedTime() != other.getTotalUsedTime()) return false; if (!getMonsterDetailListList() .equals(other.getMonsterDetailListList())) return false; if (!getHGDEOIPKFAJList() .equals(other.getHGDEOIPKFAJList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CUR_ROUND_FIELD_NUMBER; hash = (53 * hash) + getCurRound(); if (getLAKDMPGKFNDCount() > 0) { hash = (37 * hash) + LAKDMPGKFND_FIELD_NUMBER; hash = (53 * hash) + getLAKDMPGKFNDList().hashCode(); } hash = (37 * hash) + DUNGEON_ID_FIELD_NUMBER; hash = (53 * hash) + getDungeonId(); if (getMonsterPoolPreviewListCount() > 0) { hash = (37 * hash) + MONSTER_POOL_PREVIEW_LIST_FIELD_NUMBER; hash = (53 * hash) + getMonsterPoolPreviewListList().hashCode(); } hash = (37 * hash) + TOTAL_USED_TIME_FIELD_NUMBER; hash = (53 * hash) + getTotalUsedTime(); if (getMonsterDetailListCount() > 0) { hash = (37 * hash) + MONSTER_DETAIL_LIST_FIELD_NUMBER; hash = (53 * hash) + getMonsterDetailListList().hashCode(); } if (getHGDEOIPKFAJCount() > 0) { hash = (37 * hash) + HGDEOIPKFAJ_FIELD_NUMBER; hash = (53 * hash) + getHGDEOIPKFAJList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Obf: KDGIFHLHDLK
     * 
* * Protobuf type {@code FungusTrainingProgressDetail} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:FungusTrainingProgressDetail) emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetailOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.internal_static_FungusTrainingProgressDetail_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.internal_static_FungusTrainingProgressDetail_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.class, emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.Builder.class); } // Construct using emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMonsterPoolPreviewListFieldBuilder(); getMonsterDetailListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); curRound_ = 0; lAKDMPGKFND_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); dungeonId_ = 0; if (monsterPoolPreviewListBuilder_ == null) { monsterPoolPreviewList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { monsterPoolPreviewListBuilder_.clear(); } totalUsedTime_ = 0; if (monsterDetailListBuilder_ == null) { monsterDetailList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { monsterDetailListBuilder_.clear(); } hGDEOIPKFAJ_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.internal_static_FungusTrainingProgressDetail_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail getDefaultInstanceForType() { return emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail build() { emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail buildPartial() { emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail result = new emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail(this); int from_bitField0_ = bitField0_; result.curRound_ = curRound_; if (((bitField0_ & 0x00000001) != 0)) { lAKDMPGKFND_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } result.lAKDMPGKFND_ = lAKDMPGKFND_; result.dungeonId_ = dungeonId_; if (monsterPoolPreviewListBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { monsterPoolPreviewList_ = java.util.Collections.unmodifiableList(monsterPoolPreviewList_); bitField0_ = (bitField0_ & ~0x00000002); } result.monsterPoolPreviewList_ = monsterPoolPreviewList_; } else { result.monsterPoolPreviewList_ = monsterPoolPreviewListBuilder_.build(); } result.totalUsedTime_ = totalUsedTime_; if (monsterDetailListBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { monsterDetailList_ = java.util.Collections.unmodifiableList(monsterDetailList_); bitField0_ = (bitField0_ & ~0x00000004); } result.monsterDetailList_ = monsterDetailList_; } else { result.monsterDetailList_ = monsterDetailListBuilder_.build(); } if (((bitField0_ & 0x00000008) != 0)) { hGDEOIPKFAJ_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000008); } result.hGDEOIPKFAJ_ = hGDEOIPKFAJ_; 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail) { return mergeFrom((emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail other) { if (other == emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail.getDefaultInstance()) return this; if (other.getCurRound() != 0) { setCurRound(other.getCurRound()); } if (!other.lAKDMPGKFND_.isEmpty()) { if (lAKDMPGKFND_.isEmpty()) { lAKDMPGKFND_ = other.lAKDMPGKFND_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureLAKDMPGKFNDIsMutable(); lAKDMPGKFND_.addAll(other.lAKDMPGKFND_); } onChanged(); } if (other.getDungeonId() != 0) { setDungeonId(other.getDungeonId()); } if (monsterPoolPreviewListBuilder_ == null) { if (!other.monsterPoolPreviewList_.isEmpty()) { if (monsterPoolPreviewList_.isEmpty()) { monsterPoolPreviewList_ = other.monsterPoolPreviewList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.addAll(other.monsterPoolPreviewList_); } onChanged(); } } else { if (!other.monsterPoolPreviewList_.isEmpty()) { if (monsterPoolPreviewListBuilder_.isEmpty()) { monsterPoolPreviewListBuilder_.dispose(); monsterPoolPreviewListBuilder_ = null; monsterPoolPreviewList_ = other.monsterPoolPreviewList_; bitField0_ = (bitField0_ & ~0x00000002); monsterPoolPreviewListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMonsterPoolPreviewListFieldBuilder() : null; } else { monsterPoolPreviewListBuilder_.addAllMessages(other.monsterPoolPreviewList_); } } } if (other.getTotalUsedTime() != 0) { setTotalUsedTime(other.getTotalUsedTime()); } if (monsterDetailListBuilder_ == null) { if (!other.monsterDetailList_.isEmpty()) { if (monsterDetailList_.isEmpty()) { monsterDetailList_ = other.monsterDetailList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureMonsterDetailListIsMutable(); monsterDetailList_.addAll(other.monsterDetailList_); } onChanged(); } } else { if (!other.monsterDetailList_.isEmpty()) { if (monsterDetailListBuilder_.isEmpty()) { monsterDetailListBuilder_.dispose(); monsterDetailListBuilder_ = null; monsterDetailList_ = other.monsterDetailList_; bitField0_ = (bitField0_ & ~0x00000004); monsterDetailListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMonsterDetailListFieldBuilder() : null; } else { monsterDetailListBuilder_.addAllMessages(other.monsterDetailList_); } } } if (!other.hGDEOIPKFAJ_.isEmpty()) { if (hGDEOIPKFAJ_.isEmpty()) { hGDEOIPKFAJ_ = other.hGDEOIPKFAJ_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureHGDEOIPKFAJIsMutable(); hGDEOIPKFAJ_.addAll(other.hGDEOIPKFAJ_); } 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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int curRound_ ; /** * uint32 cur_round = 3; * @return The curRound. */ @java.lang.Override public int getCurRound() { return curRound_; } /** * uint32 cur_round = 3; * @param value The curRound to set. * @return This builder for chaining. */ public Builder setCurRound(int value) { curRound_ = value; onChanged(); return this; } /** * uint32 cur_round = 3; * @return This builder for chaining. */ public Builder clearCurRound() { curRound_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.IntList lAKDMPGKFND_ = emptyIntList(); private void ensureLAKDMPGKFNDIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { lAKDMPGKFND_ = mutableCopy(lAKDMPGKFND_); bitField0_ |= 0x00000001; } } /** * repeated uint32 LAKDMPGKFND = 8; * @return A list containing the lAKDMPGKFND. */ public java.util.List getLAKDMPGKFNDList() { return ((bitField0_ & 0x00000001) != 0) ? java.util.Collections.unmodifiableList(lAKDMPGKFND_) : lAKDMPGKFND_; } /** * repeated uint32 LAKDMPGKFND = 8; * @return The count of lAKDMPGKFND. */ public int getLAKDMPGKFNDCount() { return lAKDMPGKFND_.size(); } /** * repeated uint32 LAKDMPGKFND = 8; * @param index The index of the element to return. * @return The lAKDMPGKFND at the given index. */ public int getLAKDMPGKFND(int index) { return lAKDMPGKFND_.getInt(index); } /** * repeated uint32 LAKDMPGKFND = 8; * @param index The index to set the value at. * @param value The lAKDMPGKFND to set. * @return This builder for chaining. */ public Builder setLAKDMPGKFND( int index, int value) { ensureLAKDMPGKFNDIsMutable(); lAKDMPGKFND_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 LAKDMPGKFND = 8; * @param value The lAKDMPGKFND to add. * @return This builder for chaining. */ public Builder addLAKDMPGKFND(int value) { ensureLAKDMPGKFNDIsMutable(); lAKDMPGKFND_.addInt(value); onChanged(); return this; } /** * repeated uint32 LAKDMPGKFND = 8; * @param values The lAKDMPGKFND to add. * @return This builder for chaining. */ public Builder addAllLAKDMPGKFND( java.lang.Iterable values) { ensureLAKDMPGKFNDIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, lAKDMPGKFND_); onChanged(); return this; } /** * repeated uint32 LAKDMPGKFND = 8; * @return This builder for chaining. */ public Builder clearLAKDMPGKFND() { lAKDMPGKFND_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private int dungeonId_ ; /** * uint32 dungeon_id = 12; * @return The dungeonId. */ @java.lang.Override public int getDungeonId() { return dungeonId_; } /** * uint32 dungeon_id = 12; * @param value The dungeonId to set. * @return This builder for chaining. */ public Builder setDungeonId(int value) { dungeonId_ = value; onChanged(); return this; } /** * uint32 dungeon_id = 12; * @return This builder for chaining. */ public Builder clearDungeonId() { dungeonId_ = 0; onChanged(); return this; } private java.util.List monsterPoolPreviewList_ = java.util.Collections.emptyList(); private void ensureMonsterPoolPreviewListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { monsterPoolPreviewList_ = new java.util.ArrayList(monsterPoolPreviewList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder> monsterPoolPreviewListBuilder_; /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public java.util.List getMonsterPoolPreviewListList() { if (monsterPoolPreviewListBuilder_ == null) { return java.util.Collections.unmodifiableList(monsterPoolPreviewList_); } else { return monsterPoolPreviewListBuilder_.getMessageList(); } } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public int getMonsterPoolPreviewListCount() { if (monsterPoolPreviewListBuilder_ == null) { return monsterPoolPreviewList_.size(); } else { return monsterPoolPreviewListBuilder_.getCount(); } } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail getMonsterPoolPreviewList(int index) { if (monsterPoolPreviewListBuilder_ == null) { return monsterPoolPreviewList_.get(index); } else { return monsterPoolPreviewListBuilder_.getMessage(index); } } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder setMonsterPoolPreviewList( int index, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail value) { if (monsterPoolPreviewListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.set(index, value); onChanged(); } else { monsterPoolPreviewListBuilder_.setMessage(index, value); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder setMonsterPoolPreviewList( int index, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder builderForValue) { if (monsterPoolPreviewListBuilder_ == null) { ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.set(index, builderForValue.build()); onChanged(); } else { monsterPoolPreviewListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder addMonsterPoolPreviewList(emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail value) { if (monsterPoolPreviewListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.add(value); onChanged(); } else { monsterPoolPreviewListBuilder_.addMessage(value); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder addMonsterPoolPreviewList( int index, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail value) { if (monsterPoolPreviewListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.add(index, value); onChanged(); } else { monsterPoolPreviewListBuilder_.addMessage(index, value); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder addMonsterPoolPreviewList( emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder builderForValue) { if (monsterPoolPreviewListBuilder_ == null) { ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.add(builderForValue.build()); onChanged(); } else { monsterPoolPreviewListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder addMonsterPoolPreviewList( int index, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder builderForValue) { if (monsterPoolPreviewListBuilder_ == null) { ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.add(index, builderForValue.build()); onChanged(); } else { monsterPoolPreviewListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder addAllMonsterPoolPreviewList( java.lang.Iterable values) { if (monsterPoolPreviewListBuilder_ == null) { ensureMonsterPoolPreviewListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, monsterPoolPreviewList_); onChanged(); } else { monsterPoolPreviewListBuilder_.addAllMessages(values); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder clearMonsterPoolPreviewList() { if (monsterPoolPreviewListBuilder_ == null) { monsterPoolPreviewList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { monsterPoolPreviewListBuilder_.clear(); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public Builder removeMonsterPoolPreviewList(int index) { if (monsterPoolPreviewListBuilder_ == null) { ensureMonsterPoolPreviewListIsMutable(); monsterPoolPreviewList_.remove(index); onChanged(); } else { monsterPoolPreviewListBuilder_.remove(index); } return this; } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder getMonsterPoolPreviewListBuilder( int index) { return getMonsterPoolPreviewListFieldBuilder().getBuilder(index); } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder getMonsterPoolPreviewListOrBuilder( int index) { if (monsterPoolPreviewListBuilder_ == null) { return monsterPoolPreviewList_.get(index); } else { return monsterPoolPreviewListBuilder_.getMessageOrBuilder(index); } } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public java.util.List getMonsterPoolPreviewListOrBuilderList() { if (monsterPoolPreviewListBuilder_ != null) { return monsterPoolPreviewListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(monsterPoolPreviewList_); } } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder addMonsterPoolPreviewListBuilder() { return getMonsterPoolPreviewListFieldBuilder().addBuilder( emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.getDefaultInstance()); } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder addMonsterPoolPreviewListBuilder( int index) { return getMonsterPoolPreviewListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.getDefaultInstance()); } /** * repeated .FungusTrainingPoolPreviewDetail monster_pool_preview_list = 6; */ public java.util.List getMonsterPoolPreviewListBuilderList() { return getMonsterPoolPreviewListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder> getMonsterPoolPreviewListFieldBuilder() { if (monsterPoolPreviewListBuilder_ == null) { monsterPoolPreviewListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetail.Builder, emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.FungusTrainingPoolPreviewDetailOrBuilder>( monsterPoolPreviewList_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); monsterPoolPreviewList_ = null; } return monsterPoolPreviewListBuilder_; } private int totalUsedTime_ ; /** * uint32 total_used_time = 2; * @return The totalUsedTime. */ @java.lang.Override public int getTotalUsedTime() { return totalUsedTime_; } /** * uint32 total_used_time = 2; * @param value The totalUsedTime to set. * @return This builder for chaining. */ public Builder setTotalUsedTime(int value) { totalUsedTime_ = value; onChanged(); return this; } /** * uint32 total_used_time = 2; * @return This builder for chaining. */ public Builder clearTotalUsedTime() { totalUsedTime_ = 0; onChanged(); return this; } private java.util.List monsterDetailList_ = java.util.Collections.emptyList(); private void ensureMonsterDetailListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { monsterDetailList_ = new java.util.ArrayList(monsterDetailList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder> monsterDetailListBuilder_; /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public java.util.List getMonsterDetailListList() { if (monsterDetailListBuilder_ == null) { return java.util.Collections.unmodifiableList(monsterDetailList_); } else { return monsterDetailListBuilder_.getMessageList(); } } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public int getMonsterDetailListCount() { if (monsterDetailListBuilder_ == null) { return monsterDetailList_.size(); } else { return monsterDetailListBuilder_.getCount(); } } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail getMonsterDetailList(int index) { if (monsterDetailListBuilder_ == null) { return monsterDetailList_.get(index); } else { return monsterDetailListBuilder_.getMessage(index); } } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder setMonsterDetailList( int index, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail value) { if (monsterDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterDetailListIsMutable(); monsterDetailList_.set(index, value); onChanged(); } else { monsterDetailListBuilder_.setMessage(index, value); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder setMonsterDetailList( int index, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder builderForValue) { if (monsterDetailListBuilder_ == null) { ensureMonsterDetailListIsMutable(); monsterDetailList_.set(index, builderForValue.build()); onChanged(); } else { monsterDetailListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder addMonsterDetailList(emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail value) { if (monsterDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterDetailListIsMutable(); monsterDetailList_.add(value); onChanged(); } else { monsterDetailListBuilder_.addMessage(value); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder addMonsterDetailList( int index, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail value) { if (monsterDetailListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMonsterDetailListIsMutable(); monsterDetailList_.add(index, value); onChanged(); } else { monsterDetailListBuilder_.addMessage(index, value); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder addMonsterDetailList( emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder builderForValue) { if (monsterDetailListBuilder_ == null) { ensureMonsterDetailListIsMutable(); monsterDetailList_.add(builderForValue.build()); onChanged(); } else { monsterDetailListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder addMonsterDetailList( int index, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder builderForValue) { if (monsterDetailListBuilder_ == null) { ensureMonsterDetailListIsMutable(); monsterDetailList_.add(index, builderForValue.build()); onChanged(); } else { monsterDetailListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder addAllMonsterDetailList( java.lang.Iterable values) { if (monsterDetailListBuilder_ == null) { ensureMonsterDetailListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, monsterDetailList_); onChanged(); } else { monsterDetailListBuilder_.addAllMessages(values); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder clearMonsterDetailList() { if (monsterDetailListBuilder_ == null) { monsterDetailList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { monsterDetailListBuilder_.clear(); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public Builder removeMonsterDetailList(int index) { if (monsterDetailListBuilder_ == null) { ensureMonsterDetailListIsMutable(); monsterDetailList_.remove(index); onChanged(); } else { monsterDetailListBuilder_.remove(index); } return this; } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder getMonsterDetailListBuilder( int index) { return getMonsterDetailListFieldBuilder().getBuilder(index); } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder getMonsterDetailListOrBuilder( int index) { if (monsterDetailListBuilder_ == null) { return monsterDetailList_.get(index); } else { return monsterDetailListBuilder_.getMessageOrBuilder(index); } } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public java.util.List getMonsterDetailListOrBuilderList() { if (monsterDetailListBuilder_ != null) { return monsterDetailListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(monsterDetailList_); } } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder addMonsterDetailListBuilder() { return getMonsterDetailListFieldBuilder().addBuilder( emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.getDefaultInstance()); } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder addMonsterDetailListBuilder( int index) { return getMonsterDetailListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.getDefaultInstance()); } /** * repeated .FungusFighterMonsterDetail monster_detail_list = 13; */ public java.util.List getMonsterDetailListBuilderList() { return getMonsterDetailListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder> getMonsterDetailListFieldBuilder() { if (monsterDetailListBuilder_ == null) { monsterDetailListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetail.Builder, emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder>( monsterDetailList_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); monsterDetailList_ = null; } return monsterDetailListBuilder_; } private com.google.protobuf.Internal.IntList hGDEOIPKFAJ_ = emptyIntList(); private void ensureHGDEOIPKFAJIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { hGDEOIPKFAJ_ = mutableCopy(hGDEOIPKFAJ_); bitField0_ |= 0x00000008; } } /** * repeated uint32 HGDEOIPKFAJ = 14; * @return A list containing the hGDEOIPKFAJ. */ public java.util.List getHGDEOIPKFAJList() { return ((bitField0_ & 0x00000008) != 0) ? java.util.Collections.unmodifiableList(hGDEOIPKFAJ_) : hGDEOIPKFAJ_; } /** * repeated uint32 HGDEOIPKFAJ = 14; * @return The count of hGDEOIPKFAJ. */ public int getHGDEOIPKFAJCount() { return hGDEOIPKFAJ_.size(); } /** * repeated uint32 HGDEOIPKFAJ = 14; * @param index The index of the element to return. * @return The hGDEOIPKFAJ at the given index. */ public int getHGDEOIPKFAJ(int index) { return hGDEOIPKFAJ_.getInt(index); } /** * repeated uint32 HGDEOIPKFAJ = 14; * @param index The index to set the value at. * @param value The hGDEOIPKFAJ to set. * @return This builder for chaining. */ public Builder setHGDEOIPKFAJ( int index, int value) { ensureHGDEOIPKFAJIsMutable(); hGDEOIPKFAJ_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 HGDEOIPKFAJ = 14; * @param value The hGDEOIPKFAJ to add. * @return This builder for chaining. */ public Builder addHGDEOIPKFAJ(int value) { ensureHGDEOIPKFAJIsMutable(); hGDEOIPKFAJ_.addInt(value); onChanged(); return this; } /** * repeated uint32 HGDEOIPKFAJ = 14; * @param values The hGDEOIPKFAJ to add. * @return This builder for chaining. */ public Builder addAllHGDEOIPKFAJ( java.lang.Iterable values) { ensureHGDEOIPKFAJIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, hGDEOIPKFAJ_); onChanged(); return this; } /** * repeated uint32 HGDEOIPKFAJ = 14; * @return This builder for chaining. */ public Builder clearHGDEOIPKFAJ() { hGDEOIPKFAJ_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000008); 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:FungusTrainingProgressDetail) } // @@protoc_insertion_point(class_scope:FungusTrainingProgressDetail) private static final emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail(); } public static emu.grasscutter.net.proto.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FungusTrainingProgressDetail parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new FungusTrainingProgressDetail(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.FungusTrainingProgressDetailOuterClass.FungusTrainingProgressDetail getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_FungusTrainingProgressDetail_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_FungusTrainingProgressDetail_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\"FungusTrainingProgressDetail.proto\032%Fu" + "ngusTrainingPoolPreviewDetail.proto\032 Fun" + "gusFighterMonsterDetail.proto\"\207\002\n\034Fungus" + "TrainingProgressDetail\022\021\n\tcur_round\030\003 \001(" + "\r\022\023\n\013LAKDMPGKFND\030\010 \003(\r\022\022\n\ndungeon_id\030\014 \001" + "(\r\022C\n\031monster_pool_preview_list\030\006 \003(\0132 ." + "FungusTrainingPoolPreviewDetail\022\027\n\017total" + "_used_time\030\002 \001(\r\0228\n\023monster_detail_list\030" + "\r \003(\0132\033.FungusFighterMonsterDetail\022\023\n\013HG" + "DEOIPKFAJ\030\016 \003(\rB\033\n\031emu.grasscutter.net.p" + "rotob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.getDescriptor(), emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.getDescriptor(), }); internal_static_FungusTrainingProgressDetail_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_FungusTrainingProgressDetail_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FungusTrainingProgressDetail_descriptor, new java.lang.String[] { "CurRound", "LAKDMPGKFND", "DungeonId", "MonsterPoolPreviewList", "TotalUsedTime", "MonsterDetailList", "HGDEOIPKFAJ", }); emu.grasscutter.net.proto.FungusTrainingPoolPreviewDetailOuterClass.getDescriptor(); emu.grasscutter.net.proto.FungusFighterMonsterDetailOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }