1
0
mirror of https://github.com/Grasscutters/Grasscutter.git synced 2025-03-14 22:57:18 +08:00
Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/CustomDungeonResultInfoOuterClass.java
2023-03-31 22:32:25 -04:00

1505 lines
64 KiB
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CustomDungeonResultInfo.proto
package emu.grasscutter.net.proto;
public final class CustomDungeonResultInfoOuterClass {
private CustomDungeonResultInfoOuterClass() {}
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 CustomDungeonResultInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:CustomDungeonResultInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>bool EBDMFAMBJNG = 9;</code>
*
* @return The eBDMFAMBJNG.
*/
boolean getEBDMFAMBJNG();
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The enum numeric value on the wire for finishType.
*/
int getFinishTypeValue();
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The finishType.
*/
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
getFinishType();
/**
* <code>uint32 got_coin_num = 2;</code>
*
* @return The gotCoinNum.
*/
int getGotCoinNum();
/**
* <code>bool is_arrive_finish = 12;</code>
*
* @return The isArriveFinish.
*/
boolean getIsArriveFinish();
/**
* <code>bool JNDPMPEBPIK = 8;</code>
*
* @return The jNDPMPEBPIK.
*/
boolean getJNDPMPEBPIK();
/**
* <code>uint32 time_cost = 13;</code>
*
* @return The timeCost.
*/
int getTimeCost();
/**
* <code>uint64 dungeon_guid = 14;</code>
*
* @return The dungeonGuid.
*/
long getDungeonGuid();
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
java.util.List<emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
getChildChallengeListList();
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief getChildChallengeList(
int index);
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
int getChildChallengeListCount();
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
java.util.List<
? extends emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>
getChildChallengeListOrBuilderList();
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder
getChildChallengeListOrBuilder(int index);
}
/**
*
*
* <pre>
* Name: KFPODEKAIIB
* </pre>
*
* Protobuf type {@code CustomDungeonResultInfo}
*/
public static final class CustomDungeonResultInfo extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:CustomDungeonResultInfo)
CustomDungeonResultInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use CustomDungeonResultInfo.newBuilder() to construct.
private CustomDungeonResultInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private CustomDungeonResultInfo() {
finishType_ = 0;
childChallengeList_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new CustomDungeonResultInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private CustomDungeonResultInfo(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8:
{
int rawValue = input.readEnum();
finishType_ = rawValue;
break;
}
case 16:
{
gotCoinNum_ = input.readUInt32();
break;
}
case 64:
{
jNDPMPEBPIK_ = input.readBool();
break;
}
case 72:
{
eBDMFAMBJNG_ = input.readBool();
break;
}
case 96:
{
isArriveFinish_ = input.readBool();
break;
}
case 104:
{
timeCost_ = input.readUInt32();
break;
}
case 112:
{
dungeonGuid_ = input.readUInt64();
break;
}
case 122:
{
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
childChallengeList_ =
new java.util.ArrayList<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>();
mutable_bitField0_ |= 0x00000001;
}
childChallengeList_.add(
input.readMessage(
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.parser(),
extensionRegistry));
break;
}
default:
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
childChallengeList_ = java.util.Collections.unmodifiableList(childChallengeList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.internal_static_CustomDungeonResultInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.internal_static_CustomDungeonResultInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.class,
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.Builder.class);
}
public static final int EBDMFAMBJNG_FIELD_NUMBER = 9;
private boolean eBDMFAMBJNG_;
/**
* <code>bool EBDMFAMBJNG = 9;</code>
*
* @return The eBDMFAMBJNG.
*/
@java.lang.Override
public boolean getEBDMFAMBJNG() {
return eBDMFAMBJNG_;
}
public static final int FINISH_TYPE_FIELD_NUMBER = 1;
private int finishType_;
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The enum numeric value on the wire for finishType.
*/
@java.lang.Override
public int getFinishTypeValue() {
return finishType_;
}
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The finishType.
*/
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
getFinishType() {
@SuppressWarnings("deprecation")
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType result =
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.valueOf(finishType_);
return result == null
? emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.UNRECOGNIZED
: result;
}
public static final int GOT_COIN_NUM_FIELD_NUMBER = 2;
private int gotCoinNum_;
/**
* <code>uint32 got_coin_num = 2;</code>
*
* @return The gotCoinNum.
*/
@java.lang.Override
public int getGotCoinNum() {
return gotCoinNum_;
}
public static final int IS_ARRIVE_FINISH_FIELD_NUMBER = 12;
private boolean isArriveFinish_;
/**
* <code>bool is_arrive_finish = 12;</code>
*
* @return The isArriveFinish.
*/
@java.lang.Override
public boolean getIsArriveFinish() {
return isArriveFinish_;
}
public static final int JNDPMPEBPIK_FIELD_NUMBER = 8;
private boolean jNDPMPEBPIK_;
/**
* <code>bool JNDPMPEBPIK = 8;</code>
*
* @return The jNDPMPEBPIK.
*/
@java.lang.Override
public boolean getJNDPMPEBPIK() {
return jNDPMPEBPIK_;
}
public static final int TIME_COST_FIELD_NUMBER = 13;
private int timeCost_;
/**
* <code>uint32 time_cost = 13;</code>
*
* @return The timeCost.
*/
@java.lang.Override
public int getTimeCost() {
return timeCost_;
}
public static final int DUNGEON_GUID_FIELD_NUMBER = 14;
private long dungeonGuid_;
/**
* <code>uint64 dungeon_guid = 14;</code>
*
* @return The dungeonGuid.
*/
@java.lang.Override
public long getDungeonGuid() {
return dungeonGuid_;
}
public static final int CHILD_CHALLENGE_LIST_FIELD_NUMBER = 15;
private java.util.List<emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
childChallengeList_;
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
getChildChallengeListList() {
return childChallengeList_;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
@java.lang.Override
public java.util.List<
? extends emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>
getChildChallengeListOrBuilderList() {
return childChallengeList_;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
@java.lang.Override
public int getChildChallengeListCount() {
return childChallengeList_.size();
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
@java.lang.Override
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief getChildChallengeList(
int index) {
return childChallengeList_.get(index);
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
@java.lang.Override
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder
getChildChallengeListOrBuilder(int index) {
return childChallengeList_.get(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (finishType_
!= emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.CUSTOM_DUNGEON_FINISH_PLAY_NORMAL
.getNumber()) {
output.writeEnum(1, finishType_);
}
if (gotCoinNum_ != 0) {
output.writeUInt32(2, gotCoinNum_);
}
if (jNDPMPEBPIK_ != false) {
output.writeBool(8, jNDPMPEBPIK_);
}
if (eBDMFAMBJNG_ != false) {
output.writeBool(9, eBDMFAMBJNG_);
}
if (isArriveFinish_ != false) {
output.writeBool(12, isArriveFinish_);
}
if (timeCost_ != 0) {
output.writeUInt32(13, timeCost_);
}
if (dungeonGuid_ != 0L) {
output.writeUInt64(14, dungeonGuid_);
}
for (int i = 0; i < childChallengeList_.size(); i++) {
output.writeMessage(15, childChallengeList_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (finishType_
!= emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.CUSTOM_DUNGEON_FINISH_PLAY_NORMAL
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, finishType_);
}
if (gotCoinNum_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, gotCoinNum_);
}
if (jNDPMPEBPIK_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(8, jNDPMPEBPIK_);
}
if (eBDMFAMBJNG_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(9, eBDMFAMBJNG_);
}
if (isArriveFinish_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(12, isArriveFinish_);
}
if (timeCost_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, timeCost_);
}
if (dungeonGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeUInt64Size(14, dungeonGuid_);
}
for (int i = 0; i < childChallengeList_.size(); i++) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
15, childChallengeList_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj
instanceof
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo other =
(emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo) obj;
if (getEBDMFAMBJNG() != other.getEBDMFAMBJNG()) return false;
if (finishType_ != other.finishType_) return false;
if (getGotCoinNum() != other.getGotCoinNum()) return false;
if (getIsArriveFinish() != other.getIsArriveFinish()) return false;
if (getJNDPMPEBPIK() != other.getJNDPMPEBPIK()) return false;
if (getTimeCost() != other.getTimeCost()) return false;
if (getDungeonGuid() != other.getDungeonGuid()) return false;
if (!getChildChallengeListList().equals(other.getChildChallengeListList())) 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) + EBDMFAMBJNG_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEBDMFAMBJNG());
hash = (37 * hash) + FINISH_TYPE_FIELD_NUMBER;
hash = (53 * hash) + finishType_;
hash = (37 * hash) + GOT_COIN_NUM_FIELD_NUMBER;
hash = (53 * hash) + getGotCoinNum();
hash = (37 * hash) + IS_ARRIVE_FINISH_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsArriveFinish());
hash = (37 * hash) + JNDPMPEBPIK_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getJNDPMPEBPIK());
hash = (37 * hash) + TIME_COST_FIELD_NUMBER;
hash = (53 * hash) + getTimeCost();
hash = (37 * hash) + DUNGEON_GUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getDungeonGuid());
if (getChildChallengeListCount() > 0) {
hash = (37 * hash) + CHILD_CHALLENGE_LIST_FIELD_NUMBER;
hash = (53 * hash) + getChildChallengeListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
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.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
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.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
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.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
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.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
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.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
* <pre>
* Name: KFPODEKAIIB
* </pre>
*
* Protobuf type {@code CustomDungeonResultInfo}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
implements
// @@protoc_insertion_point(builder_implements:CustomDungeonResultInfo)
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.internal_static_CustomDungeonResultInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.internal_static_CustomDungeonResultInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.class,
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.Builder.class);
}
// Construct using
// emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getChildChallengeListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
eBDMFAMBJNG_ = false;
finishType_ = 0;
gotCoinNum_ = 0;
isArriveFinish_ = false;
jNDPMPEBPIK_ = false;
timeCost_ = 0;
dungeonGuid_ = 0L;
if (childChallengeListBuilder_ == null) {
childChallengeList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
childChallengeListBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.internal_static_CustomDungeonResultInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
getDefaultInstanceForType() {
return emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
build() {
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo result =
buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
buildPartial() {
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo result =
new emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo(
this);
int from_bitField0_ = bitField0_;
result.eBDMFAMBJNG_ = eBDMFAMBJNG_;
result.finishType_ = finishType_;
result.gotCoinNum_ = gotCoinNum_;
result.isArriveFinish_ = isArriveFinish_;
result.jNDPMPEBPIK_ = jNDPMPEBPIK_;
result.timeCost_ = timeCost_;
result.dungeonGuid_ = dungeonGuid_;
if (childChallengeListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
childChallengeList_ = java.util.Collections.unmodifiableList(childChallengeList_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.childChallengeList_ = childChallengeList_;
} else {
result.childChallengeList_ = childChallengeListBuilder_.build();
}
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other
instanceof
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo) {
return mergeFrom(
(emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo)
other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(
emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
other) {
if (other
== emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
.getDefaultInstance()) return this;
if (other.getEBDMFAMBJNG() != false) {
setEBDMFAMBJNG(other.getEBDMFAMBJNG());
}
if (other.finishType_ != 0) {
setFinishTypeValue(other.getFinishTypeValue());
}
if (other.getGotCoinNum() != 0) {
setGotCoinNum(other.getGotCoinNum());
}
if (other.getIsArriveFinish() != false) {
setIsArriveFinish(other.getIsArriveFinish());
}
if (other.getJNDPMPEBPIK() != false) {
setJNDPMPEBPIK(other.getJNDPMPEBPIK());
}
if (other.getTimeCost() != 0) {
setTimeCost(other.getTimeCost());
}
if (other.getDungeonGuid() != 0L) {
setDungeonGuid(other.getDungeonGuid());
}
if (childChallengeListBuilder_ == null) {
if (!other.childChallengeList_.isEmpty()) {
if (childChallengeList_.isEmpty()) {
childChallengeList_ = other.childChallengeList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureChildChallengeListIsMutable();
childChallengeList_.addAll(other.childChallengeList_);
}
onChanged();
}
} else {
if (!other.childChallengeList_.isEmpty()) {
if (childChallengeListBuilder_.isEmpty()) {
childChallengeListBuilder_.dispose();
childChallengeListBuilder_ = null;
childChallengeList_ = other.childChallengeList_;
bitField0_ = (bitField0_ & ~0x00000001);
childChallengeListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getChildChallengeListFieldBuilder()
: null;
} else {
childChallengeListBuilder_.addAllMessages(other.childChallengeList_);
}
}
}
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.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage =
(emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo)
e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private boolean eBDMFAMBJNG_;
/**
* <code>bool EBDMFAMBJNG = 9;</code>
*
* @return The eBDMFAMBJNG.
*/
@java.lang.Override
public boolean getEBDMFAMBJNG() {
return eBDMFAMBJNG_;
}
/**
* <code>bool EBDMFAMBJNG = 9;</code>
*
* @param value The eBDMFAMBJNG to set.
* @return This builder for chaining.
*/
public Builder setEBDMFAMBJNG(boolean value) {
eBDMFAMBJNG_ = value;
onChanged();
return this;
}
/**
* <code>bool EBDMFAMBJNG = 9;</code>
*
* @return This builder for chaining.
*/
public Builder clearEBDMFAMBJNG() {
eBDMFAMBJNG_ = false;
onChanged();
return this;
}
private int finishType_ = 0;
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The enum numeric value on the wire for finishType.
*/
@java.lang.Override
public int getFinishTypeValue() {
return finishType_;
}
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @param value The enum numeric value on the wire for finishType to set.
* @return This builder for chaining.
*/
public Builder setFinishTypeValue(int value) {
finishType_ = value;
onChanged();
return this;
}
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return The finishType.
*/
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
getFinishType() {
@SuppressWarnings("deprecation")
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType result =
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.valueOf(finishType_);
return result == null
? emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
.UNRECOGNIZED
: result;
}
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @param value The finishType to set.
* @return This builder for chaining.
*/
public Builder setFinishType(
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.CustomDungeonFinishType
value) {
if (value == null) {
throw new NullPointerException();
}
finishType_ = value.getNumber();
onChanged();
return this;
}
/**
* <code>.CustomDungeonFinishType finish_type = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearFinishType() {
finishType_ = 0;
onChanged();
return this;
}
private int gotCoinNum_;
/**
* <code>uint32 got_coin_num = 2;</code>
*
* @return The gotCoinNum.
*/
@java.lang.Override
public int getGotCoinNum() {
return gotCoinNum_;
}
/**
* <code>uint32 got_coin_num = 2;</code>
*
* @param value The gotCoinNum to set.
* @return This builder for chaining.
*/
public Builder setGotCoinNum(int value) {
gotCoinNum_ = value;
onChanged();
return this;
}
/**
* <code>uint32 got_coin_num = 2;</code>
*
* @return This builder for chaining.
*/
public Builder clearGotCoinNum() {
gotCoinNum_ = 0;
onChanged();
return this;
}
private boolean isArriveFinish_;
/**
* <code>bool is_arrive_finish = 12;</code>
*
* @return The isArriveFinish.
*/
@java.lang.Override
public boolean getIsArriveFinish() {
return isArriveFinish_;
}
/**
* <code>bool is_arrive_finish = 12;</code>
*
* @param value The isArriveFinish to set.
* @return This builder for chaining.
*/
public Builder setIsArriveFinish(boolean value) {
isArriveFinish_ = value;
onChanged();
return this;
}
/**
* <code>bool is_arrive_finish = 12;</code>
*
* @return This builder for chaining.
*/
public Builder clearIsArriveFinish() {
isArriveFinish_ = false;
onChanged();
return this;
}
private boolean jNDPMPEBPIK_;
/**
* <code>bool JNDPMPEBPIK = 8;</code>
*
* @return The jNDPMPEBPIK.
*/
@java.lang.Override
public boolean getJNDPMPEBPIK() {
return jNDPMPEBPIK_;
}
/**
* <code>bool JNDPMPEBPIK = 8;</code>
*
* @param value The jNDPMPEBPIK to set.
* @return This builder for chaining.
*/
public Builder setJNDPMPEBPIK(boolean value) {
jNDPMPEBPIK_ = value;
onChanged();
return this;
}
/**
* <code>bool JNDPMPEBPIK = 8;</code>
*
* @return This builder for chaining.
*/
public Builder clearJNDPMPEBPIK() {
jNDPMPEBPIK_ = false;
onChanged();
return this;
}
private int timeCost_;
/**
* <code>uint32 time_cost = 13;</code>
*
* @return The timeCost.
*/
@java.lang.Override
public int getTimeCost() {
return timeCost_;
}
/**
* <code>uint32 time_cost = 13;</code>
*
* @param value The timeCost to set.
* @return This builder for chaining.
*/
public Builder setTimeCost(int value) {
timeCost_ = value;
onChanged();
return this;
}
/**
* <code>uint32 time_cost = 13;</code>
*
* @return This builder for chaining.
*/
public Builder clearTimeCost() {
timeCost_ = 0;
onChanged();
return this;
}
private long dungeonGuid_;
/**
* <code>uint64 dungeon_guid = 14;</code>
*
* @return The dungeonGuid.
*/
@java.lang.Override
public long getDungeonGuid() {
return dungeonGuid_;
}
/**
* <code>uint64 dungeon_guid = 14;</code>
*
* @param value The dungeonGuid to set.
* @return This builder for chaining.
*/
public Builder setDungeonGuid(long value) {
dungeonGuid_ = value;
onChanged();
return this;
}
/**
* <code>uint64 dungeon_guid = 14;</code>
*
* @return This builder for chaining.
*/
public Builder clearDungeonGuid() {
dungeonGuid_ = 0L;
onChanged();
return this;
}
private java.util.List<emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
childChallengeList_ = java.util.Collections.emptyList();
private void ensureChildChallengeListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
childChallengeList_ =
new java.util.ArrayList<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>(
childChallengeList_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>
childChallengeListBuilder_;
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public java.util.List<emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
getChildChallengeListList() {
if (childChallengeListBuilder_ == null) {
return java.util.Collections.unmodifiableList(childChallengeList_);
} else {
return childChallengeListBuilder_.getMessageList();
}
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public int getChildChallengeListCount() {
if (childChallengeListBuilder_ == null) {
return childChallengeList_.size();
} else {
return childChallengeListBuilder_.getCount();
}
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief
getChildChallengeList(int index) {
if (childChallengeListBuilder_ == null) {
return childChallengeList_.get(index);
} else {
return childChallengeListBuilder_.getMessage(index);
}
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder setChildChallengeList(
int index, emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief value) {
if (childChallengeListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildChallengeListIsMutable();
childChallengeList_.set(index, value);
onChanged();
} else {
childChallengeListBuilder_.setMessage(index, value);
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder setChildChallengeList(
int index,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
builderForValue) {
if (childChallengeListBuilder_ == null) {
ensureChildChallengeListIsMutable();
childChallengeList_.set(index, builderForValue.build());
onChanged();
} else {
childChallengeListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder addChildChallengeList(
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief value) {
if (childChallengeListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildChallengeListIsMutable();
childChallengeList_.add(value);
onChanged();
} else {
childChallengeListBuilder_.addMessage(value);
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder addChildChallengeList(
int index, emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief value) {
if (childChallengeListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureChildChallengeListIsMutable();
childChallengeList_.add(index, value);
onChanged();
} else {
childChallengeListBuilder_.addMessage(index, value);
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder addChildChallengeList(
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
builderForValue) {
if (childChallengeListBuilder_ == null) {
ensureChildChallengeListIsMutable();
childChallengeList_.add(builderForValue.build());
onChanged();
} else {
childChallengeListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder addChildChallengeList(
int index,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
builderForValue) {
if (childChallengeListBuilder_ == null) {
ensureChildChallengeListIsMutable();
childChallengeList_.add(index, builderForValue.build());
onChanged();
} else {
childChallengeListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder addAllChildChallengeList(
java.lang.Iterable<
? extends emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief>
values) {
if (childChallengeListBuilder_ == null) {
ensureChildChallengeListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, childChallengeList_);
onChanged();
} else {
childChallengeListBuilder_.addAllMessages(values);
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder clearChildChallengeList() {
if (childChallengeListBuilder_ == null) {
childChallengeList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
childChallengeListBuilder_.clear();
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public Builder removeChildChallengeList(int index) {
if (childChallengeListBuilder_ == null) {
ensureChildChallengeListIsMutable();
childChallengeList_.remove(index);
onChanged();
} else {
childChallengeListBuilder_.remove(index);
}
return this;
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
getChildChallengeListBuilder(int index) {
return getChildChallengeListFieldBuilder().getBuilder(index);
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder
getChildChallengeListOrBuilder(int index) {
if (childChallengeListBuilder_ == null) {
return childChallengeList_.get(index);
} else {
return childChallengeListBuilder_.getMessageOrBuilder(index);
}
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public java.util.List<
? extends emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>
getChildChallengeListOrBuilderList() {
if (childChallengeListBuilder_ != null) {
return childChallengeListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(childChallengeList_);
}
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
addChildChallengeListBuilder() {
return getChildChallengeListFieldBuilder()
.addBuilder(
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief
.getDefaultInstance());
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder
addChildChallengeListBuilder(int index) {
return getChildChallengeListFieldBuilder()
.addBuilder(
index,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief
.getDefaultInstance());
}
/** <code>repeated .ChallengeBrief child_challenge_list = 15;</code> */
public java.util.List<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder>
getChildChallengeListBuilderList() {
return getChildChallengeListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>
getChildChallengeListFieldBuilder() {
if (childChallengeListBuilder_ == null) {
childChallengeListBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBrief.Builder,
emu.grasscutter.net.proto.ChallengeBriefOuterClass.ChallengeBriefOrBuilder>(
childChallengeList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
childChallengeList_ = null;
}
return childChallengeListBuilder_;
}
@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:CustomDungeonResultInfo)
}
// @@protoc_insertion_point(class_scope:CustomDungeonResultInfo)
private static final emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo();
}
public static emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass
.CustomDungeonResultInfo
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<CustomDungeonResultInfo> PARSER =
new com.google.protobuf.AbstractParser<CustomDungeonResultInfo>() {
@java.lang.Override
public CustomDungeonResultInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CustomDungeonResultInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<CustomDungeonResultInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<CustomDungeonResultInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.CustomDungeonResultInfoOuterClass.CustomDungeonResultInfo
getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CustomDungeonResultInfo_descriptor;
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_CustomDungeonResultInfo_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\035CustomDungeonResultInfo.proto\032\024Challen"
+ "geBrief.proto\032\035CustomDungeonFinishType.p"
+ "roto\"\372\001\n\027CustomDungeonResultInfo\022\023\n\013EBDM"
+ "FAMBJNG\030\t \001(\010\022-\n\013finish_type\030\001 \001(\0162\030.Cus"
+ "tomDungeonFinishType\022\024\n\014got_coin_num\030\002 \001"
+ "(\r\022\030\n\020is_arrive_finish\030\014 \001(\010\022\023\n\013JNDPMPEB"
+ "PIK\030\010 \001(\010\022\021\n\ttime_cost\030\r \001(\r\022\024\n\014dungeon_"
+ "guid\030\016 \001(\004\022-\n\024child_challenge_list\030\017 \003(\013"
+ "2\017.ChallengeBriefB\033\n\031emu.grasscutter.net"
+ ".protob\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.ChallengeBriefOuterClass.getDescriptor(),
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.getDescriptor(),
});
internal_static_CustomDungeonResultInfo_descriptor = getDescriptor().getMessageTypes().get(0);
internal_static_CustomDungeonResultInfo_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_CustomDungeonResultInfo_descriptor,
new java.lang.String[] {
"EBDMFAMBJNG",
"FinishType",
"GotCoinNum",
"IsArriveFinish",
"JNDPMPEBPIK",
"TimeCost",
"DungeonGuid",
"ChildChallengeList",
});
emu.grasscutter.net.proto.ChallengeBriefOuterClass.getDescriptor();
emu.grasscutter.net.proto.CustomDungeonFinishTypeOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}