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:
yeyeye
2023-02-19 11:18:27 +08:00
committed by GitHub
Unverified
parent 39b4aa1387
commit 71a1e31d37
1191 changed files with 459994 additions and 172995 deletions
@@ -19,22 +19,22 @@ public final class ChildQuestOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 state = 15;</code>
* @return The state.
* <code>uint32 questId = 5;</code>
* @return The questId.
*/
int getState();
int getQuestId();
/**
* <code>uint32 quest_config_id = 9;</code>
* <code>uint32 questConfigId = 10;</code>
* @return The questConfigId.
*/
int getQuestConfigId();
/**
* <code>uint32 quest_id = 13;</code>
* @return The questId.
* <code>uint32 state = 12;</code>
* @return The state.
*/
int getQuestId();
int getState();
}
/**
* Protobuf type {@code ChildQuest}
@@ -81,17 +81,17 @@ public final class ChildQuestOuterClass {
case 0:
done = true;
break;
case 72: {
questConfigId_ = input.readUInt32();
break;
}
case 104: {
case 40: {
questId_ = input.readUInt32();
break;
}
case 120: {
case 80: {
questConfigId_ = input.readUInt32();
break;
}
case 96: {
state_ = input.readUInt32();
break;
@@ -128,21 +128,21 @@ public final class ChildQuestOuterClass {
emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest.class, emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest.Builder.class);
}
public static final int STATE_FIELD_NUMBER = 15;
private int state_;
public static final int QUESTID_FIELD_NUMBER = 5;
private int questId_;
/**
* <code>uint32 state = 15;</code>
* @return The state.
* <code>uint32 questId = 5;</code>
* @return The questId.
*/
@java.lang.Override
public int getState() {
return state_;
public int getQuestId() {
return questId_;
}
public static final int QUEST_CONFIG_ID_FIELD_NUMBER = 9;
public static final int QUESTCONFIGID_FIELD_NUMBER = 10;
private int questConfigId_;
/**
* <code>uint32 quest_config_id = 9;</code>
* <code>uint32 questConfigId = 10;</code>
* @return The questConfigId.
*/
@java.lang.Override
@@ -150,15 +150,15 @@ public final class ChildQuestOuterClass {
return questConfigId_;
}
public static final int QUEST_ID_FIELD_NUMBER = 13;
private int questId_;
public static final int STATE_FIELD_NUMBER = 12;
private int state_;
/**
* <code>uint32 quest_id = 13;</code>
* @return The questId.
* <code>uint32 state = 12;</code>
* @return The state.
*/
@java.lang.Override
public int getQuestId() {
return questId_;
public int getState() {
return state_;
}
private byte memoizedIsInitialized = -1;
@@ -175,14 +175,14 @@ public final class ChildQuestOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (questConfigId_ != 0) {
output.writeUInt32(9, questConfigId_);
}
if (questId_ != 0) {
output.writeUInt32(13, questId_);
output.writeUInt32(5, questId_);
}
if (questConfigId_ != 0) {
output.writeUInt32(10, questConfigId_);
}
if (state_ != 0) {
output.writeUInt32(15, state_);
output.writeUInt32(12, state_);
}
unknownFields.writeTo(output);
}
@@ -193,17 +193,17 @@ public final class ChildQuestOuterClass {
if (size != -1) return size;
size = 0;
if (questConfigId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, questConfigId_);
}
if (questId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, questId_);
.computeUInt32Size(5, questId_);
}
if (questConfigId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, questConfigId_);
}
if (state_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, state_);
.computeUInt32Size(12, state_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -220,12 +220,12 @@ public final class ChildQuestOuterClass {
}
emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest other = (emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest) obj;
if (getState()
!= other.getState()) return false;
if (getQuestConfigId()
!= other.getQuestConfigId()) return false;
if (getQuestId()
!= other.getQuestId()) return false;
if (getQuestConfigId()
!= other.getQuestConfigId()) return false;
if (getState()
!= other.getState()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -237,12 +237,12 @@ public final class ChildQuestOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + QUESTID_FIELD_NUMBER;
hash = (53 * hash) + getQuestId();
hash = (37 * hash) + QUESTCONFIGID_FIELD_NUMBER;
hash = (53 * hash) + getQuestConfigId();
hash = (37 * hash) + STATE_FIELD_NUMBER;
hash = (53 * hash) + getState();
hash = (37 * hash) + QUEST_CONFIG_ID_FIELD_NUMBER;
hash = (53 * hash) + getQuestConfigId();
hash = (37 * hash) + QUEST_ID_FIELD_NUMBER;
hash = (53 * hash) + getQuestId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -376,11 +376,11 @@ public final class ChildQuestOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
state_ = 0;
questId_ = 0;
questConfigId_ = 0;
questId_ = 0;
state_ = 0;
return this;
}
@@ -408,9 +408,9 @@ public final class ChildQuestOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest buildPartial() {
emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest result = new emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest(this);
result.state_ = state_;
result.questConfigId_ = questConfigId_;
result.questId_ = questId_;
result.questConfigId_ = questConfigId_;
result.state_ = state_;
onBuilt();
return result;
}
@@ -459,14 +459,14 @@ public final class ChildQuestOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest other) {
if (other == emu.grasscutter.net.proto.ChildQuestOuterClass.ChildQuest.getDefaultInstance()) return this;
if (other.getState() != 0) {
setState(other.getState());
if (other.getQuestId() != 0) {
setQuestId(other.getQuestId());
}
if (other.getQuestConfigId() != 0) {
setQuestConfigId(other.getQuestConfigId());
}
if (other.getQuestId() != 0) {
setQuestId(other.getQuestId());
if (other.getState() != 0) {
setState(other.getState());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
@@ -497,71 +497,9 @@ public final class ChildQuestOuterClass {
return this;
}
private int state_ ;
/**
* <code>uint32 state = 15;</code>
* @return The state.
*/
@java.lang.Override
public int getState() {
return state_;
}
/**
* <code>uint32 state = 15;</code>
* @param value The state to set.
* @return This builder for chaining.
*/
public Builder setState(int value) {
state_ = value;
onChanged();
return this;
}
/**
* <code>uint32 state = 15;</code>
* @return This builder for chaining.
*/
public Builder clearState() {
state_ = 0;
onChanged();
return this;
}
private int questConfigId_ ;
/**
* <code>uint32 quest_config_id = 9;</code>
* @return The questConfigId.
*/
@java.lang.Override
public int getQuestConfigId() {
return questConfigId_;
}
/**
* <code>uint32 quest_config_id = 9;</code>
* @param value The questConfigId to set.
* @return This builder for chaining.
*/
public Builder setQuestConfigId(int value) {
questConfigId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 quest_config_id = 9;</code>
* @return This builder for chaining.
*/
public Builder clearQuestConfigId() {
questConfigId_ = 0;
onChanged();
return this;
}
private int questId_ ;
/**
* <code>uint32 quest_id = 13;</code>
* <code>uint32 questId = 5;</code>
* @return The questId.
*/
@java.lang.Override
@@ -569,7 +507,7 @@ public final class ChildQuestOuterClass {
return questId_;
}
/**
* <code>uint32 quest_id = 13;</code>
* <code>uint32 questId = 5;</code>
* @param value The questId to set.
* @return This builder for chaining.
*/
@@ -580,7 +518,7 @@ public final class ChildQuestOuterClass {
return this;
}
/**
* <code>uint32 quest_id = 13;</code>
* <code>uint32 questId = 5;</code>
* @return This builder for chaining.
*/
public Builder clearQuestId() {
@@ -589,6 +527,68 @@ public final class ChildQuestOuterClass {
onChanged();
return this;
}
private int questConfigId_ ;
/**
* <code>uint32 questConfigId = 10;</code>
* @return The questConfigId.
*/
@java.lang.Override
public int getQuestConfigId() {
return questConfigId_;
}
/**
* <code>uint32 questConfigId = 10;</code>
* @param value The questConfigId to set.
* @return This builder for chaining.
*/
public Builder setQuestConfigId(int value) {
questConfigId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 questConfigId = 10;</code>
* @return This builder for chaining.
*/
public Builder clearQuestConfigId() {
questConfigId_ = 0;
onChanged();
return this;
}
private int state_ ;
/**
* <code>uint32 state = 12;</code>
* @return The state.
*/
@java.lang.Override
public int getState() {
return state_;
}
/**
* <code>uint32 state = 12;</code>
* @param value The state to set.
* @return This builder for chaining.
*/
public Builder setState(int value) {
state_ = value;
onChanged();
return this;
}
/**
* <code>uint32 state = 12;</code>
* @return This builder for chaining.
*/
public Builder clearState() {
state_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -656,10 +656,10 @@ public final class ChildQuestOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\020ChildQuest.proto\"F\n\nChildQuest\022\r\n\005stat" +
"e\030\017 \001(\r\022\027\n\017quest_config_id\030\t \001(\r\022\020\n\010ques" +
"t_id\030\r \001(\rB\033\n\031emu.grasscutter.net.protob" +
"\006proto3"
"\n\020ChildQuest.proto\"C\n\nChildQuest\022\017\n\007ques" +
"tId\030\005 \001(\r\022\025\n\rquestConfigId\030\n \001(\r\022\r\n\005stat" +
"e\030\014 \001(\rB\033\n\031emu.grasscutter.net.protob\006pr" +
"oto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -670,7 +670,7 @@ public final class ChildQuestOuterClass {
internal_static_ChildQuest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ChildQuest_descriptor,
new java.lang.String[] { "State", "QuestConfigId", "QuestId", });
new java.lang.String[] { "QuestId", "QuestConfigId", "State", });
}
// @@protoc_insertion_point(outer_class_scope)