mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 05:43:33 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+263
-144
@@ -19,53 +19,42 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>bool is_for_mark = 11;</code>
|
||||
* @return The isForMark.
|
||||
*/
|
||||
boolean getIsForMark();
|
||||
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster>
|
||||
getMonsterListList();
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index);
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
int getMonsterListCount();
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
|
||||
getMonsterListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>bool isForMark = 11;</code>
|
||||
* @return The isForMark.
|
||||
*/
|
||||
boolean getIsForMark();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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}
|
||||
*/
|
||||
public static final class GetInvestigationMonsterRsp extends
|
||||
@@ -112,17 +101,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 88: {
|
||||
|
||||
isForMark_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 18: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
monsterList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -131,6 +110,16 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
isForMark_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -166,10 +155,149 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.class, emu.grasscutter.net.proto.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 13;
|
||||
/**
|
||||
* Protobuf enum {@code GetInvestigationMonsterRsp.ONMJIJLGELG}
|
||||
*/
|
||||
public enum ONMJIJLGELG
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1927;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1927),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final ONMJIJLGELG DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final ONMJIJLGELG EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1927;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1927;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final int EAJIABGAOCI_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 ONMJIJLGELG 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 ONMJIJLGELG forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1927: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<ONMJIJLGELG>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
ONMJIJLGELG> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<ONMJIJLGELG>() {
|
||||
public ONMJIJLGELG findValueByNumber(int number) {
|
||||
return ONMJIJLGELG.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.GetInvestigationMonsterRspOuterClass.GetInvestigationMonsterRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final ONMJIJLGELG[] VALUES = getStaticValuesArray();
|
||||
private static ONMJIJLGELG[] getStaticValuesArray() {
|
||||
return new ONMJIJLGELG[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static ONMJIJLGELG 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 ONMJIJLGELG(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:GetInvestigationMonsterRsp.ONMJIJLGELG)
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 6;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -177,28 +305,17 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int IS_FOR_MARK_FIELD_NUMBER = 11;
|
||||
private boolean isForMark_;
|
||||
/**
|
||||
* <code>bool is_for_mark = 11;</code>
|
||||
* @return The isForMark.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsForMark() {
|
||||
return isForMark_;
|
||||
}
|
||||
|
||||
public static final int MONSTER_LIST_FIELD_NUMBER = 14;
|
||||
public static final int MONSTERLIST_FIELD_NUMBER = 2;
|
||||
private java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> monsterList_;
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList() {
|
||||
return monsterList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
|
||||
@@ -206,21 +323,21 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return monsterList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getMonsterListCount() {
|
||||
return monsterList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</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>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
|
||||
@@ -228,6 +345,17 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return monsterList_.get(index);
|
||||
}
|
||||
|
||||
public static final int ISFORMARK_FIELD_NUMBER = 11;
|
||||
private boolean isForMark_;
|
||||
/**
|
||||
* <code>bool isForMark = 11;</code>
|
||||
* @return The isForMark.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsForMark() {
|
||||
return isForMark_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -242,14 +370,14 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isForMark_ != false) {
|
||||
output.writeBool(11, isForMark_);
|
||||
for (int i = 0; i < monsterList_.size(); i++) {
|
||||
output.writeMessage(2, monsterList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(13, retcode_);
|
||||
output.writeInt32(6, retcode_);
|
||||
}
|
||||
for (int i = 0; i < monsterList_.size(); i++) {
|
||||
output.writeMessage(14, monsterList_.get(i));
|
||||
if (isForMark_ != false) {
|
||||
output.writeBool(11, isForMark_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -260,17 +388,17 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (isForMark_ != false) {
|
||||
for (int i = 0; i < monsterList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(11, isForMark_);
|
||||
.computeMessageSize(2, monsterList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, retcode_);
|
||||
.computeInt32Size(6, retcode_);
|
||||
}
|
||||
for (int i = 0; i < monsterList_.size(); i++) {
|
||||
if (isForMark_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(14, monsterList_.get(i));
|
||||
.computeBoolSize(11, isForMark_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -289,10 +417,10 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getIsForMark()
|
||||
!= other.getIsForMark()) return false;
|
||||
if (!getMonsterListList()
|
||||
.equals(other.getMonsterListList())) return false;
|
||||
if (getIsForMark()
|
||||
!= other.getIsForMark()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -306,13 +434,13 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
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 = (37 * hash) + MONSTERLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMonsterListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + ISFORMARK_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsForMark());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -409,17 +537,6 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -460,14 +577,14 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
|
||||
isForMark_ = false;
|
||||
|
||||
if (monsterListBuilder_ == null) {
|
||||
monsterList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
monsterListBuilder_.clear();
|
||||
}
|
||||
isForMark_ = false;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -496,7 +613,6 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
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_);
|
||||
@@ -506,6 +622,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
} else {
|
||||
result.monsterList_ = monsterListBuilder_.build();
|
||||
}
|
||||
result.isForMark_ = isForMark_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -557,9 +674,6 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getIsForMark() != false) {
|
||||
setIsForMark(other.getIsForMark());
|
||||
}
|
||||
if (monsterListBuilder_ == null) {
|
||||
if (!other.monsterList_.isEmpty()) {
|
||||
if (monsterList_.isEmpty()) {
|
||||
@@ -586,6 +700,9 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (other.getIsForMark() != false) {
|
||||
setIsForMark(other.getIsForMark());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -618,7 +735,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -626,7 +743,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -637,7 +754,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -647,37 +764,6 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
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() {
|
||||
@@ -691,7 +777,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 = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> getMonsterListList() {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -701,7 +787,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public int getMonsterListCount() {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -711,7 +797,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster getMonsterList(int index) {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -721,7 +807,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder setMonsterList(
|
||||
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
|
||||
@@ -738,7 +824,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder setMonsterList(
|
||||
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
|
||||
@@ -752,7 +838,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder addMonsterList(emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -768,7 +854,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder addMonsterList(
|
||||
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster value) {
|
||||
@@ -785,7 +871,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder addMonsterList(
|
||||
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
|
||||
@@ -799,7 +885,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder addMonsterList(
|
||||
int index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder builderForValue) {
|
||||
@@ -813,7 +899,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder addAllMonsterList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster> values) {
|
||||
@@ -828,7 +914,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder clearMonsterList() {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -841,7 +927,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public Builder removeMonsterList(int index) {
|
||||
if (monsterListBuilder_ == null) {
|
||||
@@ -854,14 +940,14 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder getMonsterListBuilder(
|
||||
int index) {
|
||||
return getMonsterListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getMonsterListOrBuilder(
|
||||
int index) {
|
||||
@@ -871,7 +957,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder>
|
||||
getMonsterListOrBuilderList() {
|
||||
@@ -882,14 +968,14 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</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 = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder addMonsterListBuilder(
|
||||
int index) {
|
||||
@@ -897,7 +983,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
index, emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .InvestigationMonster monster_list = 14;</code>
|
||||
* <code>repeated .InvestigationMonster monsterList = 2;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.InvestigationMonsterOuterClass.InvestigationMonster.Builder>
|
||||
getMonsterListBuilderList() {
|
||||
@@ -917,6 +1003,37 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
}
|
||||
return monsterListBuilder_;
|
||||
}
|
||||
|
||||
private boolean isForMark_ ;
|
||||
/**
|
||||
* <code>bool isForMark = 11;</code>
|
||||
* @return The isForMark.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsForMark() {
|
||||
return isForMark_;
|
||||
}
|
||||
/**
|
||||
* <code>bool isForMark = 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 isForMark = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsForMark() {
|
||||
|
||||
isForMark_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -985,11 +1102,13 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n GetInvestigationMonsterRsp.proto\032\032Inve" +
|
||||
"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"
|
||||
"stigationMonster.proto\"\316\001\n\032GetInvestigat" +
|
||||
"ionMonsterRsp\022\017\n\007retcode\030\006 \001(\005\022*\n\013monste" +
|
||||
"rList\030\002 \003(\0132\025.InvestigationMonster\022\021\n\tis" +
|
||||
"ForMark\030\013 \001(\010\"`\n\013ONMJIJLGELG\022\010\n\004NONE\020\000\022\020" +
|
||||
"\n\013PEPPOHPHJOJ\020\207\017\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNB" +
|
||||
"KOLMPOEA\020\001\022\017\n\013EAJIABGAOCI\020\001\032\002\020\001B\033\n\031emu.g" +
|
||||
"rasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -1001,7 +1120,7 @@ public final class GetInvestigationMonsterRspOuterClass {
|
||||
internal_static_GetInvestigationMonsterRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_GetInvestigationMonsterRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "IsForMark", "MonsterList", });
|
||||
new java.lang.String[] { "Retcode", "MonsterList", "IsForMark", });
|
||||
emu.grasscutter.net.proto.InvestigationMonsterOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user