Update gc to 3.3 (#1981)

* replace the deprecated api

* update proto

* delete music game

* fixed codes

* fix costume switch

* fix mail bug

* Bump version number.

* Re-add max boss chest number

Co-authored-by: GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
This commit is contained in:
Simplxs
2022-12-24 05:12:02 +08:00
committed by GitHub
Unverified
parent 8b83dbf58c
commit 92fbaa8670
1142 changed files with 474411 additions and 169883 deletions
@@ -19,47 +19,51 @@ public final class GetInvestigationMonsterRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster>
getMonsterListList();
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index);
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
int getMonsterListCount();
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
getMonsterListOrBuilderList();
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
int index);
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
int getRetcode();
/**
* <code>bool Unk2700_DEMFDHNFBBJ = 2;</code>
* @return The unk2700DEMFDHNFBBJ.
* <code>bool is_for_mark = 11;</code>
* @return The isForMark.
*/
boolean getUnk2700DEMFDHNFBBJ();
boolean getIsForMark();
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster>
getMonsterListList();
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index);
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
int getMonsterListCount();
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
getMonsterListOrBuilderList();
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
int index);
}
/**
* <pre>
* CmdId: 1910
* EnetChannelId: 0
* EnetIsReliable: false
* IsAllowClient: true
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1901;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* IS_ALLOW_CLIENT = 1;
* }
* </pre>
*
* Protobuf type {@code GetInvestigationMonsterRsp}
@@ -108,17 +112,17 @@ public final class GetInvestigationMonsterRspOuterClass {
case 0:
done = true;
break;
case 8: {
case 88: {
isForMark_ = input.readBool();
break;
}
case 104: {
retcode_ = input.readInt32();
break;
}
case 16: {
unk2700DEMFDHNFBBJ_ = input.readBool();
break;
}
case 82: {
case 114: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
monsterList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster>();
mutable_bitField0_ |= 0x00000001;
@@ -162,50 +166,10 @@ public final class GetInvestigationMonsterRspOuterClass {
emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.class, emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.Builder.class);
}
public static final int MONSTER_LIST_FIELD_NUMBER = 10;
private java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> monsterList_;
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList() {
return monsterList_;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
getMonsterListOrBuilderList() {
return monsterList_;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
@java.lang.Override
public int getMonsterListCount() {
return monsterList_.size();
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index) {
return monsterList_.get(index);
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
int index) {
return monsterList_.get(index);
}
public static final int RETCODE_FIELD_NUMBER = 1;
public static final int RETCODE_FIELD_NUMBER = 13;
private int retcode_;
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -213,15 +177,55 @@ public final class GetInvestigationMonsterRspOuterClass {
return retcode_;
}
public static final int UNK2700_DEMFDHNFBBJ_FIELD_NUMBER = 2;
private boolean unk2700DEMFDHNFBBJ_;
public static final int IS_FOR_MARK_FIELD_NUMBER = 11;
private boolean isForMark_;
/**
* <code>bool Unk2700_DEMFDHNFBBJ = 2;</code>
* @return The unk2700DEMFDHNFBBJ.
* <code>bool is_for_mark = 11;</code>
* @return The isForMark.
*/
@java.lang.Override
public boolean getUnk2700DEMFDHNFBBJ() {
return unk2700DEMFDHNFBBJ_;
public boolean getIsForMark() {
return isForMark_;
}
public static final int MONSTER_LIST_FIELD_NUMBER = 14;
private java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> monsterList_;
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList() {
return monsterList_;
}
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
getMonsterListOrBuilderList() {
return monsterList_;
}
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
@java.lang.Override
public int getMonsterListCount() {
return monsterList_.size();
}
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index) {
return monsterList_.get(index);
}
/**
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
int index) {
return monsterList_.get(index);
}
private byte memoizedIsInitialized = -1;
@@ -238,14 +242,14 @@ public final class GetInvestigationMonsterRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (retcode_ != 0) {
output.writeInt32(1, retcode_);
if (isForMark_ != false) {
output.writeBool(11, isForMark_);
}
if (unk2700DEMFDHNFBBJ_ != false) {
output.writeBool(2, unk2700DEMFDHNFBBJ_);
if (retcode_ != 0) {
output.writeInt32(13, retcode_);
}
for (int i = 0; i < monsterList_.size(); i++) {
output.writeMessage(10, monsterList_.get(i));
output.writeMessage(14, monsterList_.get(i));
}
unknownFields.writeTo(output);
}
@@ -256,17 +260,17 @@ public final class GetInvestigationMonsterRspOuterClass {
if (size != -1) return size;
size = 0;
if (isForMark_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(11, isForMark_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, retcode_);
}
if (unk2700DEMFDHNFBBJ_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, unk2700DEMFDHNFBBJ_);
.computeInt32Size(13, retcode_);
}
for (int i = 0; i < monsterList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, monsterList_.get(i));
.computeMessageSize(14, monsterList_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -283,12 +287,12 @@ public final class GetInvestigationMonsterRspOuterClass {
}
emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp other = (emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp) obj;
if (!getMonsterListList()
.equals(other.getMonsterListList())) return false;
if (getRetcode()
!= other.getRetcode()) return false;
if (getUnk2700DEMFDHNFBBJ()
!= other.getUnk2700DEMFDHNFBBJ()) return false;
if (getIsForMark()
!= other.getIsForMark()) return false;
if (!getMonsterListList()
.equals(other.getMonsterListList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -300,15 +304,15 @@ public final class GetInvestigationMonsterRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + IS_FOR_MARK_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsForMark());
if (getMonsterListCount() > 0) {
hash = (37 * hash) + MONSTER_LIST_FIELD_NUMBER;
hash = (53 * hash) + getMonsterListList().hashCode();
}
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + UNK2700_DEMFDHNFBBJ_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getUnk2700DEMFDHNFBBJ());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -406,10 +410,14 @@ public final class GetInvestigationMonsterRspOuterClass {
}
/**
* <pre>
* CmdId: 1910
* EnetChannelId: 0
* EnetIsReliable: false
* IsAllowClient: true
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1901;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* IS_ALLOW_CLIENT = 1;
* }
* </pre>
*
* Protobuf type {@code GetInvestigationMonsterRsp}
@@ -450,16 +458,16 @@ public final class GetInvestigationMonsterRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
retcode_ = 0;
isForMark_ = false;
if (monsterListBuilder_ == null) {
monsterList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
monsterListBuilder_.clear();
}
retcode_ = 0;
unk2700DEMFDHNFBBJ_ = false;
return this;
}
@@ -487,6 +495,8 @@ public final class GetInvestigationMonsterRspOuterClass {
public emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp buildPartial() {
emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp result = new emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp(this);
int from_bitField0_ = bitField0_;
result.retcode_ = retcode_;
result.isForMark_ = isForMark_;
if (monsterListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
monsterList_ = java.util.Collections.unmodifiableList(monsterList_);
@@ -496,8 +506,6 @@ public final class GetInvestigationMonsterRspOuterClass {
} else {
result.monsterList_ = monsterListBuilder_.build();
}
result.retcode_ = retcode_;
result.unk2700DEMFDHNFBBJ_ = unk2700DEMFDHNFBBJ_;
onBuilt();
return result;
}
@@ -546,6 +554,12 @@ public final class GetInvestigationMonsterRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp other) {
if (other == emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.getDefaultInstance()) return this;
if (other.getRetcode() != 0) {
setRetcode(other.getRetcode());
}
if (other.getIsForMark() != false) {
setIsForMark(other.getIsForMark());
}
if (monsterListBuilder_ == null) {
if (!other.monsterList_.isEmpty()) {
if (monsterList_.isEmpty()) {
@@ -572,12 +586,6 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
}
if (other.getRetcode() != 0) {
setRetcode(other.getRetcode());
}
if (other.getUnk2700DEMFDHNFBBJ() != false) {
setUnk2700DEMFDHNFBBJ(other.getUnk2700DEMFDHNFBBJ());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -608,6 +616,68 @@ public final class GetInvestigationMonsterRspOuterClass {
}
private int bitField0_;
private int retcode_ ;
/**
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* <code>int32 retcode = 13;</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 = 13;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private boolean isForMark_ ;
/**
* <code>bool is_for_mark = 11;</code>
* @return The isForMark.
*/
@java.lang.Override
public boolean getIsForMark() {
return isForMark_;
}
/**
* <code>bool is_for_mark = 11;</code>
* @param value The isForMark to set.
* @return This builder for chaining.
*/
public Builder setIsForMark(boolean value) {
isForMark_ = value;
onChanged();
return this;
}
/**
* <code>bool is_for_mark = 11;</code>
* @return This builder for chaining.
*/
public Builder clearIsForMark() {
isForMark_ = false;
onChanged();
return this;
}
private java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> monsterList_ =
java.util.Collections.emptyList();
private void ensureMonsterListIsMutable() {
@@ -621,7 +691,7 @@ public final class GetInvestigationMonsterRspOuterClass {
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder> monsterListBuilder_;
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList() {
if (monsterListBuilder_ == null) {
@@ -631,7 +701,7 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public int getMonsterListCount() {
if (monsterListBuilder_ == null) {
@@ -641,7 +711,7 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index) {
if (monsterListBuilder_ == null) {
@@ -651,7 +721,7 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder setMonsterList(
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
@@ -668,7 +738,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder setMonsterList(
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
@@ -682,7 +752,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder addMonsterList(emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
if (monsterListBuilder_ == null) {
@@ -698,7 +768,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder addMonsterList(
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
@@ -715,7 +785,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder addMonsterList(
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
@@ -729,7 +799,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder addMonsterList(
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
@@ -743,7 +813,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder addAllMonsterList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> values) {
@@ -758,7 +828,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder clearMonsterList() {
if (monsterListBuilder_ == null) {
@@ -771,7 +841,7 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public Builder removeMonsterList(int index) {
if (monsterListBuilder_ == null) {
@@ -784,14 +854,14 @@ public final class GetInvestigationMonsterRspOuterClass {
return this;
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder getMonsterListBuilder(
int index) {
return getMonsterListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
int index) {
@@ -801,7 +871,7 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
getMonsterListOrBuilderList() {
@@ -812,14 +882,14 @@ public final class GetInvestigationMonsterRspOuterClass {
}
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder addMonsterListBuilder() {
return getMonsterListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.getDefaultInstance());
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder addMonsterListBuilder(
int index) {
@@ -827,7 +897,7 @@ public final class GetInvestigationMonsterRspOuterClass {
index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.getDefaultInstance());
}
/**
* <code>repeated .InvestigationMonster monster_list = 10;</code>
* <code>repeated .InvestigationMonster monster_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder>
getMonsterListBuilderList() {
@@ -847,68 +917,6 @@ public final class GetInvestigationMonsterRspOuterClass {
}
return monsterListBuilder_;
}
private int retcode_ ;
/**
* <code>int32 retcode = 1;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* <code>int32 retcode = 1;</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 = 1;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private boolean unk2700DEMFDHNFBBJ_ ;
/**
* <code>bool Unk2700_DEMFDHNFBBJ = 2;</code>
* @return The unk2700DEMFDHNFBBJ.
*/
@java.lang.Override
public boolean getUnk2700DEMFDHNFBBJ() {
return unk2700DEMFDHNFBBJ_;
}
/**
* <code>bool Unk2700_DEMFDHNFBBJ = 2;</code>
* @param value The unk2700DEMFDHNFBBJ to set.
* @return This builder for chaining.
*/
public Builder setUnk2700DEMFDHNFBBJ(boolean value) {
unk2700DEMFDHNFBBJ_ = value;
onChanged();
return this;
}
/**
* <code>bool Unk2700_DEMFDHNFBBJ = 2;</code>
* @return This builder for chaining.
*/
public Builder clearUnk2700DEMFDHNFBBJ() {
unk2700DEMFDHNFBBJ_ = false;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -977,11 +985,11 @@ public final class GetInvestigationMonsterRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n GetInvestigationMonsterRsp.proto\032\032Inve" +
"stigationMonster.proto\"w\n\032GetInvestigati" +
"onMonsterRsp\022+\n\014monster_list\030\n \003(\0132\025.Inv" +
"estigationMonster\022\017\n\007retcode\030\001 \001(\005\022\033\n\023Un" +
"k2700_DEMFDHNFBBJ\030\002 \001(\010B\033\n\031emu.grasscutt" +
"er.net.protob\006proto3"
"stigationMonster.proto\"o\n\032GetInvestigati" +
"onMonsterRsp\022\017\n\007retcode\030\r \001(\005\022\023\n\013is_for_" +
"mark\030\013 \001(\010\022+\n\014monster_list\030\016 \003(\0132\025.Inves" +
"tigationMonsterB\033\n\031emu.grasscutter.net.p" +
"rotob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -993,7 +1001,7 @@ public final class GetInvestigationMonsterRspOuterClass {
internal_static_GetInvestigationMonsterRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_GetInvestigationMonsterRsp_descriptor,
new java.lang.String[] { "MonsterList", "Retcode", "Unk2700DEMFDHNFBBJ", });
new java.lang.String[] { "Retcode", "IsForMark", "MonsterList", });
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.getDescriptor();
}