Add new protocol definitions

This commit is contained in:
KingRainbow44
2023-08-14 18:57:07 -04:00
Unverified
parent 1bcb79840c
commit ceeaf3748a
3772 changed files with 448618 additions and 1108926 deletions
@@ -19,57 +19,57 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation>
getInvestigationListList();
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index);
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
int getInvestigationListCount();
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
getInvestigationListOrBuilderList();
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
int index);
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget>
getInvestigationTargetListList();
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index);
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
int getInvestigationTargetListCount();
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
getInvestigationTargetListOrBuilderList();
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
int index);
}
/**
* <pre>
* CmdId: 1919
* Obf: CHGDBPOCDKC
* CmdId: 23777
* Obf: AOFKNKKENHJ
* </pre>
*
* Protobuf type {@code PlayerInvestigationAllInfoNotify}
@@ -119,7 +119,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
case 0:
done = true;
break;
case 90: {
case 42: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
investigationList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation>();
mutable_bitField0_ |= 0x00000001;
@@ -128,7 +128,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
input.readMessage(emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.parser(), extensionRegistry));
break;
}
case 98: {
case 114: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
investigationTargetList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget>();
mutable_bitField0_ |= 0x00000002;
@@ -175,17 +175,17 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.class, emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.Builder.class);
}
public static final int INVESTIGATION_LIST_FIELD_NUMBER = 11;
public static final int INVESTIGATION_LIST_FIELD_NUMBER = 5;
private java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> investigationList_;
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> getInvestigationListList() {
return investigationList_;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
@@ -193,21 +193,21 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return investigationList_;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
@java.lang.Override
public int getInvestigationListCount() {
return investigationList_.size();
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index) {
return investigationList_.get(index);
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
@@ -215,17 +215,17 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return investigationList_.get(index);
}
public static final int INVESTIGATION_TARGET_LIST_FIELD_NUMBER = 12;
public static final int INVESTIGATION_TARGET_LIST_FIELD_NUMBER = 14;
private java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> investigationTargetList_;
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList() {
return investigationTargetList_;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
@@ -233,21 +233,21 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return investigationTargetList_;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
@java.lang.Override
public int getInvestigationTargetListCount() {
return investigationTargetList_.size();
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index) {
return investigationTargetList_.get(index);
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
@@ -270,10 +270,10 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < investigationList_.size(); i++) {
output.writeMessage(11, investigationList_.get(i));
output.writeMessage(5, investigationList_.get(i));
}
for (int i = 0; i < investigationTargetList_.size(); i++) {
output.writeMessage(12, investigationTargetList_.get(i));
output.writeMessage(14, investigationTargetList_.get(i));
}
unknownFields.writeTo(output);
}
@@ -286,11 +286,11 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
size = 0;
for (int i = 0; i < investigationList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(11, investigationList_.get(i));
.computeMessageSize(5, investigationList_.get(i));
}
for (int i = 0; i < investigationTargetList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, investigationTargetList_.get(i));
.computeMessageSize(14, investigationTargetList_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -427,8 +427,8 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
/**
* <pre>
* CmdId: 1919
* Obf: CHGDBPOCDKC
* CmdId: 23777
* Obf: AOFKNKKENHJ
* </pre>
*
* Protobuf type {@code PlayerInvestigationAllInfoNotify}
@@ -670,7 +670,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder, emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder> investigationListBuilder_;
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> getInvestigationListList() {
if (investigationListBuilder_ == null) {
@@ -680,7 +680,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public int getInvestigationListCount() {
if (investigationListBuilder_ == null) {
@@ -690,7 +690,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index) {
if (investigationListBuilder_ == null) {
@@ -700,7 +700,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder setInvestigationList(
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
@@ -717,7 +717,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder setInvestigationList(
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
@@ -731,7 +731,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder addInvestigationList(emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
if (investigationListBuilder_ == null) {
@@ -747,7 +747,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder addInvestigationList(
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
@@ -764,7 +764,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder addInvestigationList(
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
@@ -778,7 +778,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder addInvestigationList(
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
@@ -792,7 +792,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder addAllInvestigationList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> values) {
@@ -807,7 +807,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder clearInvestigationList() {
if (investigationListBuilder_ == null) {
@@ -820,7 +820,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public Builder removeInvestigationList(int index) {
if (investigationListBuilder_ == null) {
@@ -833,14 +833,14 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder getInvestigationListBuilder(
int index) {
return getInvestigationListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
int index) {
@@ -850,7 +850,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
getInvestigationListOrBuilderList() {
@@ -861,14 +861,14 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder addInvestigationListBuilder() {
return getInvestigationListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.getDefaultInstance());
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder addInvestigationListBuilder(
int index) {
@@ -876,7 +876,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.getDefaultInstance());
}
/**
* <code>repeated .Investigation investigation_list = 11;</code>
* <code>repeated .Investigation investigation_list = 5;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder>
getInvestigationListBuilderList() {
@@ -910,7 +910,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder> investigationTargetListBuilder_;
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList() {
if (investigationTargetListBuilder_ == null) {
@@ -920,7 +920,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public int getInvestigationTargetListCount() {
if (investigationTargetListBuilder_ == null) {
@@ -930,7 +930,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index) {
if (investigationTargetListBuilder_ == null) {
@@ -940,7 +940,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder setInvestigationTargetList(
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
@@ -957,7 +957,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder setInvestigationTargetList(
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
@@ -971,7 +971,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder addInvestigationTargetList(emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
if (investigationTargetListBuilder_ == null) {
@@ -987,7 +987,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder addInvestigationTargetList(
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
@@ -1004,7 +1004,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder addInvestigationTargetList(
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
@@ -1018,7 +1018,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder addInvestigationTargetList(
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
@@ -1032,7 +1032,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder addAllInvestigationTargetList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> values) {
@@ -1047,7 +1047,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder clearInvestigationTargetList() {
if (investigationTargetListBuilder_ == null) {
@@ -1060,7 +1060,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public Builder removeInvestigationTargetList(int index) {
if (investigationTargetListBuilder_ == null) {
@@ -1073,14 +1073,14 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
return this;
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder getInvestigationTargetListBuilder(
int index) {
return getInvestigationTargetListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
int index) {
@@ -1090,7 +1090,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
getInvestigationTargetListOrBuilderList() {
@@ -1101,14 +1101,14 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
}
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder addInvestigationTargetListBuilder() {
return getInvestigationTargetListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.getDefaultInstance());
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder addInvestigationTargetListBuilder(
int index) {
@@ -1116,7 +1116,7 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.getDefaultInstance());
}
/**
* <code>repeated .InvestigationTarget investigation_target_list = 12;</code>
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
*/
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder>
getInvestigationTargetListBuilderList() {
@@ -1206,8 +1206,8 @@ public final class PlayerInvestigationAllInfoNotifyOuterClass {
"\n&PlayerInvestigationAllInfoNotify.proto" +
"\032\023Investigation.proto\032\031InvestigationTarg" +
"et.proto\"\207\001\n PlayerInvestigationAllInfoN" +
"otify\022*\n\022investigation_list\030\013 \003(\0132\016.Inve" +
"stigation\0227\n\031investigation_target_list\030\014" +
"otify\022*\n\022investigation_list\030\005 \003(\0132\016.Inve" +
"stigation\0227\n\031investigation_target_list\030\016" +
" \003(\0132\024.InvestigationTargetB\033\n\031emu.grassc" +
"utter.net.protob\006proto3"
};