mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 23:53:43 +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
+279
-160
@@ -19,59 +19,48 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 parent_quest_var_seq = 7;</code>
|
||||
* <code>uint32 parentQuestVarSeq = 9;</code>
|
||||
* @return The parentQuestVarSeq.
|
||||
*/
|
||||
int getParentQuestVarSeq();
|
||||
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>uint32 parentQuestId = 12;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
int getParentQuestId();
|
||||
|
||||
/**
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp>
|
||||
getQuestVarOpListList();
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp getQuestVarOpList(int index);
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
int getQuestVarOpListCount();
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder>
|
||||
getQuestVarOpListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder getQuestVarOpListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>uint32 quest_id = 5;</code>
|
||||
* <code>uint32 questId = 3;</code>
|
||||
* @return The questId.
|
||||
*/
|
||||
int getQuestId();
|
||||
|
||||
/**
|
||||
* <code>uint32 parent_quest_id = 2;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
int getParentQuestId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 476;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code QuestUpdateQuestVarReq}
|
||||
*/
|
||||
public static final class QuestUpdateQuestVarReq extends
|
||||
@@ -118,22 +107,12 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
|
||||
parentQuestId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 24: {
|
||||
|
||||
questId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
parentQuestVarSeq_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
case 34: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
questVarOpList_ = new java.util.ArrayList<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -142,6 +121,16 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
parentQuestVarSeq_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
parentQuestId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -177,10 +166,149 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
emu.grasscutter.net.proto.QuestUpdateQuestVarReqOuterClass.QuestUpdateQuestVarReq.class, emu.grasscutter.net.proto.QuestUpdateQuestVarReqOuterClass.QuestUpdateQuestVarReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int PARENT_QUEST_VAR_SEQ_FIELD_NUMBER = 7;
|
||||
/**
|
||||
* Protobuf enum {@code QuestUpdateQuestVarReq.OAKICGPFBIK}
|
||||
*/
|
||||
public enum OAKICGPFBIK
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 439;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 439),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final OAKICGPFBIK DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final OAKICGPFBIK EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 439;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 439;
|
||||
/**
|
||||
* <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 OAKICGPFBIK 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 OAKICGPFBIK forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 439: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<OAKICGPFBIK>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
OAKICGPFBIK> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<OAKICGPFBIK>() {
|
||||
public OAKICGPFBIK findValueByNumber(int number) {
|
||||
return OAKICGPFBIK.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.QuestUpdateQuestVarReqOuterClass.QuestUpdateQuestVarReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final OAKICGPFBIK[] VALUES = getStaticValuesArray();
|
||||
private static OAKICGPFBIK[] getStaticValuesArray() {
|
||||
return new OAKICGPFBIK[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static OAKICGPFBIK 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 OAKICGPFBIK(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:QuestUpdateQuestVarReq.OAKICGPFBIK)
|
||||
}
|
||||
|
||||
public static final int PARENTQUESTVARSEQ_FIELD_NUMBER = 9;
|
||||
private int parentQuestVarSeq_;
|
||||
/**
|
||||
* <code>uint32 parent_quest_var_seq = 7;</code>
|
||||
* <code>uint32 parentQuestVarSeq = 9;</code>
|
||||
* @return The parentQuestVarSeq.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -188,17 +316,28 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return parentQuestVarSeq_;
|
||||
}
|
||||
|
||||
public static final int QUEST_VAR_OP_LIST_FIELD_NUMBER = 11;
|
||||
public static final int PARENTQUESTID_FIELD_NUMBER = 12;
|
||||
private int parentQuestId_;
|
||||
/**
|
||||
* <code>uint32 parentQuestId = 12;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParentQuestId() {
|
||||
return parentQuestId_;
|
||||
}
|
||||
|
||||
public static final int QUESTVAROPLIST_FIELD_NUMBER = 4;
|
||||
private java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp> questVarOpList_;
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp> getQuestVarOpListList() {
|
||||
return questVarOpList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder>
|
||||
@@ -206,21 +345,21 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return questVarOpList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getQuestVarOpListCount() {
|
||||
return questVarOpList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp getQuestVarOpList(int index) {
|
||||
return questVarOpList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder getQuestVarOpListOrBuilder(
|
||||
@@ -228,10 +367,10 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return questVarOpList_.get(index);
|
||||
}
|
||||
|
||||
public static final int QUEST_ID_FIELD_NUMBER = 5;
|
||||
public static final int QUESTID_FIELD_NUMBER = 3;
|
||||
private int questId_;
|
||||
/**
|
||||
* <code>uint32 quest_id = 5;</code>
|
||||
* <code>uint32 questId = 3;</code>
|
||||
* @return The questId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -239,17 +378,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return questId_;
|
||||
}
|
||||
|
||||
public static final int PARENT_QUEST_ID_FIELD_NUMBER = 2;
|
||||
private int parentQuestId_;
|
||||
/**
|
||||
* <code>uint32 parent_quest_id = 2;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParentQuestId() {
|
||||
return parentQuestId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -264,17 +392,17 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (parentQuestId_ != 0) {
|
||||
output.writeUInt32(2, parentQuestId_);
|
||||
}
|
||||
if (questId_ != 0) {
|
||||
output.writeUInt32(5, questId_);
|
||||
}
|
||||
if (parentQuestVarSeq_ != 0) {
|
||||
output.writeUInt32(7, parentQuestVarSeq_);
|
||||
output.writeUInt32(3, questId_);
|
||||
}
|
||||
for (int i = 0; i < questVarOpList_.size(); i++) {
|
||||
output.writeMessage(11, questVarOpList_.get(i));
|
||||
output.writeMessage(4, questVarOpList_.get(i));
|
||||
}
|
||||
if (parentQuestVarSeq_ != 0) {
|
||||
output.writeUInt32(9, parentQuestVarSeq_);
|
||||
}
|
||||
if (parentQuestId_ != 0) {
|
||||
output.writeUInt32(12, parentQuestId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -285,21 +413,21 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (parentQuestId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, parentQuestId_);
|
||||
}
|
||||
if (questId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, questId_);
|
||||
}
|
||||
if (parentQuestVarSeq_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, parentQuestVarSeq_);
|
||||
.computeUInt32Size(3, questId_);
|
||||
}
|
||||
for (int i = 0; i < questVarOpList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(11, questVarOpList_.get(i));
|
||||
.computeMessageSize(4, questVarOpList_.get(i));
|
||||
}
|
||||
if (parentQuestVarSeq_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, parentQuestVarSeq_);
|
||||
}
|
||||
if (parentQuestId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, parentQuestId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -318,12 +446,12 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
|
||||
if (getParentQuestVarSeq()
|
||||
!= other.getParentQuestVarSeq()) return false;
|
||||
if (getParentQuestId()
|
||||
!= other.getParentQuestId()) return false;
|
||||
if (!getQuestVarOpListList()
|
||||
.equals(other.getQuestVarOpListList())) return false;
|
||||
if (getQuestId()
|
||||
!= other.getQuestId()) return false;
|
||||
if (getParentQuestId()
|
||||
!= other.getParentQuestId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -335,16 +463,16 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + PARENT_QUEST_VAR_SEQ_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PARENTQUESTVARSEQ_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParentQuestVarSeq();
|
||||
hash = (37 * hash) + PARENTQUESTID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParentQuestId();
|
||||
if (getQuestVarOpListCount() > 0) {
|
||||
hash = (37 * hash) + QUEST_VAR_OP_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + QUESTVAROPLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getQuestVarOpListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + QUEST_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + QUESTID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getQuestId();
|
||||
hash = (37 * hash) + PARENT_QUEST_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParentQuestId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -441,17 +569,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 476;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code QuestUpdateQuestVarReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -492,6 +609,8 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
super.clear();
|
||||
parentQuestVarSeq_ = 0;
|
||||
|
||||
parentQuestId_ = 0;
|
||||
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
questVarOpList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
@@ -500,8 +619,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
questId_ = 0;
|
||||
|
||||
parentQuestId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -530,6 +647,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
emu.grasscutter.net.proto.QuestUpdateQuestVarReqOuterClass.QuestUpdateQuestVarReq result = new emu.grasscutter.net.proto.QuestUpdateQuestVarReqOuterClass.QuestUpdateQuestVarReq(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.parentQuestVarSeq_ = parentQuestVarSeq_;
|
||||
result.parentQuestId_ = parentQuestId_;
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
questVarOpList_ = java.util.Collections.unmodifiableList(questVarOpList_);
|
||||
@@ -540,7 +658,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
result.questVarOpList_ = questVarOpListBuilder_.build();
|
||||
}
|
||||
result.questId_ = questId_;
|
||||
result.parentQuestId_ = parentQuestId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -592,6 +709,9 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
if (other.getParentQuestVarSeq() != 0) {
|
||||
setParentQuestVarSeq(other.getParentQuestVarSeq());
|
||||
}
|
||||
if (other.getParentQuestId() != 0) {
|
||||
setParentQuestId(other.getParentQuestId());
|
||||
}
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
if (!other.questVarOpList_.isEmpty()) {
|
||||
if (questVarOpList_.isEmpty()) {
|
||||
@@ -621,9 +741,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
if (other.getQuestId() != 0) {
|
||||
setQuestId(other.getQuestId());
|
||||
}
|
||||
if (other.getParentQuestId() != 0) {
|
||||
setParentQuestId(other.getParentQuestId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -656,7 +773,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
|
||||
private int parentQuestVarSeq_ ;
|
||||
/**
|
||||
* <code>uint32 parent_quest_var_seq = 7;</code>
|
||||
* <code>uint32 parentQuestVarSeq = 9;</code>
|
||||
* @return The parentQuestVarSeq.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -664,7 +781,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return parentQuestVarSeq_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parent_quest_var_seq = 7;</code>
|
||||
* <code>uint32 parentQuestVarSeq = 9;</code>
|
||||
* @param value The parentQuestVarSeq to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -675,7 +792,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parent_quest_var_seq = 7;</code>
|
||||
* <code>uint32 parentQuestVarSeq = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParentQuestVarSeq() {
|
||||
@@ -685,6 +802,37 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int parentQuestId_ ;
|
||||
/**
|
||||
* <code>uint32 parentQuestId = 12;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParentQuestId() {
|
||||
return parentQuestId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parentQuestId = 12;</code>
|
||||
* @param value The parentQuestId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParentQuestId(int value) {
|
||||
|
||||
parentQuestId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parentQuestId = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParentQuestId() {
|
||||
|
||||
parentQuestId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp> questVarOpList_ =
|
||||
java.util.Collections.emptyList();
|
||||
private void ensureQuestVarOpListIsMutable() {
|
||||
@@ -698,7 +846,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder> questVarOpListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp> getQuestVarOpListList() {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -708,7 +856,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public int getQuestVarOpListCount() {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -718,7 +866,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp getQuestVarOpList(int index) {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -728,7 +876,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder setQuestVarOpList(
|
||||
int index, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp value) {
|
||||
@@ -745,7 +893,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder setQuestVarOpList(
|
||||
int index, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder builderForValue) {
|
||||
@@ -759,7 +907,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder addQuestVarOpList(emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp value) {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -775,7 +923,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder addQuestVarOpList(
|
||||
int index, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp value) {
|
||||
@@ -792,7 +940,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder addQuestVarOpList(
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder builderForValue) {
|
||||
@@ -806,7 +954,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder addQuestVarOpList(
|
||||
int index, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder builderForValue) {
|
||||
@@ -820,7 +968,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder addAllQuestVarOpList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp> values) {
|
||||
@@ -835,7 +983,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder clearQuestVarOpList() {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -848,7 +996,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public Builder removeQuestVarOpList(int index) {
|
||||
if (questVarOpListBuilder_ == null) {
|
||||
@@ -861,14 +1009,14 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder getQuestVarOpListBuilder(
|
||||
int index) {
|
||||
return getQuestVarOpListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder getQuestVarOpListOrBuilder(
|
||||
int index) {
|
||||
@@ -878,7 +1026,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOpOrBuilder>
|
||||
getQuestVarOpListOrBuilderList() {
|
||||
@@ -889,14 +1037,14 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder addQuestVarOpListBuilder() {
|
||||
return getQuestVarOpListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder addQuestVarOpListBuilder(
|
||||
int index) {
|
||||
@@ -904,7 +1052,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
index, emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .QuestVarOp quest_var_op_list = 11;</code>
|
||||
* <code>repeated .QuestVarOp questVarOpList = 4;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.QuestVarOpOuterClass.QuestVarOp.Builder>
|
||||
getQuestVarOpListBuilderList() {
|
||||
@@ -927,7 +1075,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
|
||||
private int questId_ ;
|
||||
/**
|
||||
* <code>uint32 quest_id = 5;</code>
|
||||
* <code>uint32 questId = 3;</code>
|
||||
* @return The questId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -935,7 +1083,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return questId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 quest_id = 5;</code>
|
||||
* <code>uint32 questId = 3;</code>
|
||||
* @param value The questId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -946,7 +1094,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 quest_id = 5;</code>
|
||||
* <code>uint32 questId = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearQuestId() {
|
||||
@@ -955,37 +1103,6 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int parentQuestId_ ;
|
||||
/**
|
||||
* <code>uint32 parent_quest_id = 2;</code>
|
||||
* @return The parentQuestId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getParentQuestId() {
|
||||
return parentQuestId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parent_quest_id = 2;</code>
|
||||
* @param value The parentQuestId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParentQuestId(int value) {
|
||||
|
||||
parentQuestId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 parent_quest_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParentQuestId() {
|
||||
|
||||
parentQuestId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -1054,11 +1171,13 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034QuestUpdateQuestVarReq.proto\032\020QuestVar" +
|
||||
"Op.proto\"\211\001\n\026QuestUpdateQuestVarReq\022\034\n\024p" +
|
||||
"arent_quest_var_seq\030\007 \001(\r\022&\n\021quest_var_o" +
|
||||
"p_list\030\013 \003(\0132\013.QuestVarOp\022\020\n\010quest_id\030\005 " +
|
||||
"\001(\r\022\027\n\017parent_quest_id\030\002 \001(\rB\033\n\031emu.gras" +
|
||||
"scutter.net.protob\006proto3"
|
||||
"Op.proto\"\342\001\n\026QuestUpdateQuestVarReq\022\031\n\021p" +
|
||||
"arentQuestVarSeq\030\t \001(\r\022\025\n\rparentQuestId\030" +
|
||||
"\014 \001(\r\022#\n\016questVarOpList\030\004 \003(\0132\013.QuestVar" +
|
||||
"Op\022\017\n\007questId\030\003 \001(\r\"`\n\013OAKICGPFBIK\022\010\n\004NO" +
|
||||
"NE\020\000\022\020\n\013PEPPOHPHJOJ\020\267\003\022\017\n\013DCDNILFDFLB\020\000\022" +
|
||||
"\017\n\013NNBKOLMPOEA\020\001\022\017\n\013EAJIABGAOCI\020\001\032\002\020\001B\033\n" +
|
||||
"\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -1070,7 +1189,7 @@ public final class QuestUpdateQuestVarReqOuterClass {
|
||||
internal_static_QuestUpdateQuestVarReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_QuestUpdateQuestVarReq_descriptor,
|
||||
new java.lang.String[] { "ParentQuestVarSeq", "QuestVarOpList", "QuestId", "ParentQuestId", });
|
||||
new java.lang.String[] { "ParentQuestVarSeq", "ParentQuestId", "QuestVarOpList", "QuestId", });
|
||||
emu.grasscutter.net.proto.QuestVarOpOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user