mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 05:29:50 +08:00
Add support for v3.5.0 (#2090)
* Fix Dvalin battle See https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/25. This is entirely untested and there's a 99% chance it's broken, I'm just submitting it as a draft PR so that I don't forget about its existence. Co-Authored-By: mjolsic <21289772+mjolsic@users.noreply.github.com> * Update protos * 3.4 protos * Fix Now builds successfully, don't have the time to check if I should have specified true instead of false for withChildQuests, or if this functions as intended. * Change from false to true Per what smileoflove has been told on Discord * 3.5 * Remove the Dvalin crap from this PR Git is so confusing * Update version * Apply README changes from `origin/development` * Remove unnecessary debugging information --------- Co-authored-by: mjolsic <21289772+mjolsic@users.noreply.github.com> Co-authored-by: KingRainbow44 <kobedo11@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
922f7bca51
commit
516e5975e1
+107
-230
@@ -19,11 +19,17 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
int getExpeditionInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
boolean containsExpeditionInfoMap(
|
||||
long key);
|
||||
@@ -34,31 +40,30 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
long key);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GKHLCPBLAID
|
||||
* CmdId: 1699
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
*/
|
||||
public static final class AvatarExpeditionStartRsp extends
|
||||
@@ -104,7 +109,12 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 58: {
|
||||
case 112: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
expeditionInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -117,11 +127,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
expeditionInfoMap__.getKey(), expeditionInfoMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -151,7 +156,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 15:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -166,138 +171,18 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.class, emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 14;
|
||||
private int retcode_;
|
||||
/**
|
||||
* Protobuf enum {@code AvatarExpeditionStartRsp.PGOGFJNPCBG}
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
public enum PGOGFJNPCBG
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1653;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1653),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final PGOGFJNPCBG DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1653;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1653;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static PGOGFJNPCBG valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static PGOGFJNPCBG forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1653: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<PGOGFJNPCBG>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
PGOGFJNPCBG> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<PGOGFJNPCBG>() {
|
||||
public PGOGFJNPCBG findValueByNumber(int number) {
|
||||
return PGOGFJNPCBG.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(index);
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final PGOGFJNPCBG[] VALUES = getStaticValuesArray();
|
||||
private static PGOGFJNPCBG[] getStaticValuesArray() {
|
||||
return new PGOGFJNPCBG[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static PGOGFJNPCBG valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int index;
|
||||
private final int value;
|
||||
|
||||
private PGOGFJNPCBG(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarExpeditionStartRsp.PGOGFJNPCBG)
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int EXPEDITIONINFOMAP_FIELD_NUMBER = 7;
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 15;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> defaultEntry =
|
||||
@@ -324,7 +209,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -342,7 +227,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -350,7 +235,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -363,7 +248,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -378,17 +263,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 10;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -403,15 +277,15 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(14, retcode_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeLongMapTo(
|
||||
output,
|
||||
internalGetExpeditionInfoMap(),
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry,
|
||||
7);
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(10, retcode_);
|
||||
}
|
||||
15);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -421,6 +295,10 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(14, retcode_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> entry
|
||||
: internalGetExpeditionInfoMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
@@ -429,11 +307,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(7, expeditionInfoMap__);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(10, retcode_);
|
||||
.computeMessageSize(15, expeditionInfoMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -450,10 +324,10 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other = (emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp) obj;
|
||||
|
||||
if (!internalGetExpeditionInfoMap().equals(
|
||||
other.internalGetExpeditionInfoMap())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!internalGetExpeditionInfoMap().equals(
|
||||
other.internalGetExpeditionInfoMap())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -465,12 +339,12 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (!internalGetExpeditionInfoMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + EXPEDITIONINFOMAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetExpeditionInfoMap().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (!internalGetExpeditionInfoMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + EXPEDITION_INFO_MAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetExpeditionInfoMap().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -567,6 +441,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GKHLCPBLAID
|
||||
* CmdId: 1699
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -582,7 +461,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 15:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -593,7 +472,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 7:
|
||||
case 15:
|
||||
return internalGetMutableExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -626,9 +505,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
retcode_ = 0;
|
||||
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -656,9 +535,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
public emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp result = new emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.retcode_ = retcode_;
|
||||
result.expeditionInfoMap_ = internalGetExpeditionInfoMap();
|
||||
result.expeditionInfoMap_.makeImmutable();
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -707,11 +586,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.getDefaultInstance()) return this;
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -742,6 +621,37 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> expeditionInfoMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
@@ -769,7 +679,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -787,7 +697,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -795,7 +705,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -808,7 +718,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -829,7 +739,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
public Builder removeExpeditionInfoMap(
|
||||
@@ -848,7 +758,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetMutableExpeditionInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
public Builder putExpeditionInfoMap(
|
||||
long key,
|
||||
@@ -860,7 +770,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 15;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllExpeditionInfoMap(
|
||||
@@ -869,37 +779,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -973,15 +852,13 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarExpeditionStartRsp.proto\032\032Avatar" +
|
||||
"ExpeditionInfo.proto\"\232\002\n\030AvatarExpeditio" +
|
||||
"nStartRsp\022K\n\021expeditionInfoMap\030\007 \003(\01320.A" +
|
||||
"vatarExpeditionStartRsp.ExpeditionInfoMa" +
|
||||
"pEntry\022\017\n\007retcode\030\n \001(\005\032O\n\026ExpeditionInf" +
|
||||
"oMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132\025." +
|
||||
"AvatarExpeditionInfo:\0028\001\"O\n\013PGOGFJNPCBG\022" +
|
||||
"\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\365\014\022\017\n\013DCDNILFDF" +
|
||||
"LB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
"ExpeditionInfo.proto\"\313\001\n\030AvatarExpeditio" +
|
||||
"nStartRsp\022\017\n\007retcode\030\016 \001(\005\022M\n\023expedition" +
|
||||
"_info_map\030\017 \003(\01320.AvatarExpeditionStartR" +
|
||||
"sp.ExpeditionInfoMapEntry\032O\n\026ExpeditionI" +
|
||||
"nfoMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132" +
|
||||
"\025.AvatarExpeditionInfo:\0028\001B\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -993,7 +870,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
internal_static_AvatarExpeditionStartRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor,
|
||||
new java.lang.String[] { "ExpeditionInfoMap", "Retcode", });
|
||||
new java.lang.String[] { "Retcode", "ExpeditionInfoMap", });
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_descriptor =
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_fieldAccessorTable = new
|
||||
|
||||
Reference in New Issue
Block a user