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,34 +19,34 @@ public final class DragonSpineChapterInfoOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 open_time = 1;</code>
* @return The openTime.
*/
int getOpenTime();
/**
* <code>uint32 progress = 12;</code>
* @return The progress.
*/
int getProgress();
/**
* <code>uint32 chapter_id = 6;</code>
* @return The chapterId.
*/
int getChapterId();
/**
* <code>uint32 finished_mission_num = 5;</code>
* <code>uint32 finishedMissionNum = 7;</code>
* @return The finishedMissionNum.
*/
int getFinishedMissionNum();
/**
* <code>bool is_open = 2;</code>
* <code>uint32 chapterId = 4;</code>
* @return The chapterId.
*/
int getChapterId();
/**
* <code>bool isOpen = 6;</code>
* @return The isOpen.
*/
boolean getIsOpen();
/**
* <code>uint32 progress = 8;</code>
* @return The progress.
*/
int getProgress();
/**
* <code>uint32 openTime = 3;</code>
* @return The openTime.
*/
int getOpenTime();
}
/**
* Protobuf type {@code DragonSpineChapterInfo}
@@ -93,27 +93,27 @@ public final class DragonSpineChapterInfoOuterClass {
case 0:
done = true;
break;
case 8: {
case 24: {
openTime_ = input.readUInt32();
break;
}
case 16: {
isOpen_ = input.readBool();
break;
}
case 40: {
finishedMissionNum_ = input.readUInt32();
break;
}
case 48: {
case 32: {
chapterId_ = input.readUInt32();
break;
}
case 96: {
case 48: {
isOpen_ = input.readBool();
break;
}
case 56: {
finishedMissionNum_ = input.readUInt32();
break;
}
case 64: {
progress_ = input.readUInt32();
break;
@@ -150,43 +150,10 @@ public final class DragonSpineChapterInfoOuterClass {
emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo.class, emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo.Builder.class);
}
public static final int OPEN_TIME_FIELD_NUMBER = 1;
private int openTime_;
/**
* <code>uint32 open_time = 1;</code>
* @return The openTime.
*/
@java.lang.Override
public int getOpenTime() {
return openTime_;
}
public static final int PROGRESS_FIELD_NUMBER = 12;
private int progress_;
/**
* <code>uint32 progress = 12;</code>
* @return The progress.
*/
@java.lang.Override
public int getProgress() {
return progress_;
}
public static final int CHAPTER_ID_FIELD_NUMBER = 6;
private int chapterId_;
/**
* <code>uint32 chapter_id = 6;</code>
* @return The chapterId.
*/
@java.lang.Override
public int getChapterId() {
return chapterId_;
}
public static final int FINISHED_MISSION_NUM_FIELD_NUMBER = 5;
public static final int FINISHEDMISSIONNUM_FIELD_NUMBER = 7;
private int finishedMissionNum_;
/**
* <code>uint32 finished_mission_num = 5;</code>
* <code>uint32 finishedMissionNum = 7;</code>
* @return The finishedMissionNum.
*/
@java.lang.Override
@@ -194,10 +161,21 @@ public final class DragonSpineChapterInfoOuterClass {
return finishedMissionNum_;
}
public static final int IS_OPEN_FIELD_NUMBER = 2;
public static final int CHAPTERID_FIELD_NUMBER = 4;
private int chapterId_;
/**
* <code>uint32 chapterId = 4;</code>
* @return The chapterId.
*/
@java.lang.Override
public int getChapterId() {
return chapterId_;
}
public static final int ISOPEN_FIELD_NUMBER = 6;
private boolean isOpen_;
/**
* <code>bool is_open = 2;</code>
* <code>bool isOpen = 6;</code>
* @return The isOpen.
*/
@java.lang.Override
@@ -205,6 +183,28 @@ public final class DragonSpineChapterInfoOuterClass {
return isOpen_;
}
public static final int PROGRESS_FIELD_NUMBER = 8;
private int progress_;
/**
* <code>uint32 progress = 8;</code>
* @return The progress.
*/
@java.lang.Override
public int getProgress() {
return progress_;
}
public static final int OPENTIME_FIELD_NUMBER = 3;
private int openTime_;
/**
* <code>uint32 openTime = 3;</code>
* @return The openTime.
*/
@java.lang.Override
public int getOpenTime() {
return openTime_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -220,19 +220,19 @@ public final class DragonSpineChapterInfoOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (openTime_ != 0) {
output.writeUInt32(1, openTime_);
}
if (isOpen_ != false) {
output.writeBool(2, isOpen_);
}
if (finishedMissionNum_ != 0) {
output.writeUInt32(5, finishedMissionNum_);
output.writeUInt32(3, openTime_);
}
if (chapterId_ != 0) {
output.writeUInt32(6, chapterId_);
output.writeUInt32(4, chapterId_);
}
if (isOpen_ != false) {
output.writeBool(6, isOpen_);
}
if (finishedMissionNum_ != 0) {
output.writeUInt32(7, finishedMissionNum_);
}
if (progress_ != 0) {
output.writeUInt32(12, progress_);
output.writeUInt32(8, progress_);
}
unknownFields.writeTo(output);
}
@@ -245,23 +245,23 @@ public final class DragonSpineChapterInfoOuterClass {
size = 0;
if (openTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, openTime_);
}
if (isOpen_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, isOpen_);
}
if (finishedMissionNum_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, finishedMissionNum_);
.computeUInt32Size(3, openTime_);
}
if (chapterId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, chapterId_);
.computeUInt32Size(4, chapterId_);
}
if (isOpen_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(6, isOpen_);
}
if (finishedMissionNum_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, finishedMissionNum_);
}
if (progress_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, progress_);
.computeUInt32Size(8, progress_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -278,16 +278,16 @@ public final class DragonSpineChapterInfoOuterClass {
}
emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo other = (emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo) obj;
if (getOpenTime()
!= other.getOpenTime()) return false;
if (getProgress()
!= other.getProgress()) return false;
if (getChapterId()
!= other.getChapterId()) return false;
if (getFinishedMissionNum()
!= other.getFinishedMissionNum()) return false;
if (getChapterId()
!= other.getChapterId()) return false;
if (getIsOpen()
!= other.getIsOpen()) return false;
if (getProgress()
!= other.getProgress()) return false;
if (getOpenTime()
!= other.getOpenTime()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -299,17 +299,17 @@ public final class DragonSpineChapterInfoOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + OPEN_TIME_FIELD_NUMBER;
hash = (53 * hash) + getOpenTime();
hash = (37 * hash) + PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + getProgress();
hash = (37 * hash) + CHAPTER_ID_FIELD_NUMBER;
hash = (53 * hash) + getChapterId();
hash = (37 * hash) + FINISHED_MISSION_NUM_FIELD_NUMBER;
hash = (37 * hash) + FINISHEDMISSIONNUM_FIELD_NUMBER;
hash = (53 * hash) + getFinishedMissionNum();
hash = (37 * hash) + IS_OPEN_FIELD_NUMBER;
hash = (37 * hash) + CHAPTERID_FIELD_NUMBER;
hash = (53 * hash) + getChapterId();
hash = (37 * hash) + ISOPEN_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsOpen());
hash = (37 * hash) + PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + getProgress();
hash = (37 * hash) + OPENTIME_FIELD_NUMBER;
hash = (53 * hash) + getOpenTime();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -443,16 +443,16 @@ public final class DragonSpineChapterInfoOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
openTime_ = 0;
progress_ = 0;
finishedMissionNum_ = 0;
chapterId_ = 0;
finishedMissionNum_ = 0;
isOpen_ = false;
progress_ = 0;
openTime_ = 0;
return this;
}
@@ -479,11 +479,11 @@ public final class DragonSpineChapterInfoOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo buildPartial() {
emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo result = new emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo(this);
result.openTime_ = openTime_;
result.progress_ = progress_;
result.chapterId_ = chapterId_;
result.finishedMissionNum_ = finishedMissionNum_;
result.chapterId_ = chapterId_;
result.isOpen_ = isOpen_;
result.progress_ = progress_;
result.openTime_ = openTime_;
onBuilt();
return result;
}
@@ -532,21 +532,21 @@ public final class DragonSpineChapterInfoOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo other) {
if (other == emu.grasscutter.net.proto.DragonSpineChapterInfoOuterClass.DragonSpineChapterInfo.getDefaultInstance()) return this;
if (other.getOpenTime() != 0) {
setOpenTime(other.getOpenTime());
}
if (other.getProgress() != 0) {
setProgress(other.getProgress());
if (other.getFinishedMissionNum() != 0) {
setFinishedMissionNum(other.getFinishedMissionNum());
}
if (other.getChapterId() != 0) {
setChapterId(other.getChapterId());
}
if (other.getFinishedMissionNum() != 0) {
setFinishedMissionNum(other.getFinishedMissionNum());
}
if (other.getIsOpen() != false) {
setIsOpen(other.getIsOpen());
}
if (other.getProgress() != 0) {
setProgress(other.getProgress());
}
if (other.getOpenTime() != 0) {
setOpenTime(other.getOpenTime());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -576,102 +576,9 @@ public final class DragonSpineChapterInfoOuterClass {
return this;
}
private int openTime_ ;
/**
* <code>uint32 open_time = 1;</code>
* @return The openTime.
*/
@java.lang.Override
public int getOpenTime() {
return openTime_;
}
/**
* <code>uint32 open_time = 1;</code>
* @param value The openTime to set.
* @return This builder for chaining.
*/
public Builder setOpenTime(int value) {
openTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 open_time = 1;</code>
* @return This builder for chaining.
*/
public Builder clearOpenTime() {
openTime_ = 0;
onChanged();
return this;
}
private int progress_ ;
/**
* <code>uint32 progress = 12;</code>
* @return The progress.
*/
@java.lang.Override
public int getProgress() {
return progress_;
}
/**
* <code>uint32 progress = 12;</code>
* @param value The progress to set.
* @return This builder for chaining.
*/
public Builder setProgress(int value) {
progress_ = value;
onChanged();
return this;
}
/**
* <code>uint32 progress = 12;</code>
* @return This builder for chaining.
*/
public Builder clearProgress() {
progress_ = 0;
onChanged();
return this;
}
private int chapterId_ ;
/**
* <code>uint32 chapter_id = 6;</code>
* @return The chapterId.
*/
@java.lang.Override
public int getChapterId() {
return chapterId_;
}
/**
* <code>uint32 chapter_id = 6;</code>
* @param value The chapterId to set.
* @return This builder for chaining.
*/
public Builder setChapterId(int value) {
chapterId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 chapter_id = 6;</code>
* @return This builder for chaining.
*/
public Builder clearChapterId() {
chapterId_ = 0;
onChanged();
return this;
}
private int finishedMissionNum_ ;
/**
* <code>uint32 finished_mission_num = 5;</code>
* <code>uint32 finishedMissionNum = 7;</code>
* @return The finishedMissionNum.
*/
@java.lang.Override
@@ -679,7 +586,7 @@ public final class DragonSpineChapterInfoOuterClass {
return finishedMissionNum_;
}
/**
* <code>uint32 finished_mission_num = 5;</code>
* <code>uint32 finishedMissionNum = 7;</code>
* @param value The finishedMissionNum to set.
* @return This builder for chaining.
*/
@@ -690,7 +597,7 @@ public final class DragonSpineChapterInfoOuterClass {
return this;
}
/**
* <code>uint32 finished_mission_num = 5;</code>
* <code>uint32 finishedMissionNum = 7;</code>
* @return This builder for chaining.
*/
public Builder clearFinishedMissionNum() {
@@ -700,9 +607,40 @@ public final class DragonSpineChapterInfoOuterClass {
return this;
}
private int chapterId_ ;
/**
* <code>uint32 chapterId = 4;</code>
* @return The chapterId.
*/
@java.lang.Override
public int getChapterId() {
return chapterId_;
}
/**
* <code>uint32 chapterId = 4;</code>
* @param value The chapterId to set.
* @return This builder for chaining.
*/
public Builder setChapterId(int value) {
chapterId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 chapterId = 4;</code>
* @return This builder for chaining.
*/
public Builder clearChapterId() {
chapterId_ = 0;
onChanged();
return this;
}
private boolean isOpen_ ;
/**
* <code>bool is_open = 2;</code>
* <code>bool isOpen = 6;</code>
* @return The isOpen.
*/
@java.lang.Override
@@ -710,7 +648,7 @@ public final class DragonSpineChapterInfoOuterClass {
return isOpen_;
}
/**
* <code>bool is_open = 2;</code>
* <code>bool isOpen = 6;</code>
* @param value The isOpen to set.
* @return This builder for chaining.
*/
@@ -721,7 +659,7 @@ public final class DragonSpineChapterInfoOuterClass {
return this;
}
/**
* <code>bool is_open = 2;</code>
* <code>bool isOpen = 6;</code>
* @return This builder for chaining.
*/
public Builder clearIsOpen() {
@@ -730,6 +668,68 @@ public final class DragonSpineChapterInfoOuterClass {
onChanged();
return this;
}
private int progress_ ;
/**
* <code>uint32 progress = 8;</code>
* @return The progress.
*/
@java.lang.Override
public int getProgress() {
return progress_;
}
/**
* <code>uint32 progress = 8;</code>
* @param value The progress to set.
* @return This builder for chaining.
*/
public Builder setProgress(int value) {
progress_ = value;
onChanged();
return this;
}
/**
* <code>uint32 progress = 8;</code>
* @return This builder for chaining.
*/
public Builder clearProgress() {
progress_ = 0;
onChanged();
return this;
}
private int openTime_ ;
/**
* <code>uint32 openTime = 3;</code>
* @return The openTime.
*/
@java.lang.Override
public int getOpenTime() {
return openTime_;
}
/**
* <code>uint32 openTime = 3;</code>
* @param value The openTime to set.
* @return This builder for chaining.
*/
public Builder setOpenTime(int value) {
openTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 openTime = 3;</code>
* @return This builder for chaining.
*/
public Builder clearOpenTime() {
openTime_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -797,11 +797,11 @@ public final class DragonSpineChapterInfoOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\034DragonSpineChapterInfo.proto\"\200\001\n\026Drago" +
"nSpineChapterInfo\022\021\n\topen_time\030\001 \001(\r\022\020\n\010" +
"progress\030\014 \001(\r\022\022\n\nchapter_id\030\006 \001(\r\022\034\n\024fi" +
"nished_mission_num\030\005 \001(\r\022\017\n\007is_open\030\002 \001(" +
"\010B\033\n\031emu.grasscutter.net.protob\006proto3"
"\n\034DragonSpineChapterInfo.proto\"{\n\026Dragon" +
"SpineChapterInfo\022\032\n\022finishedMissionNum\030\007" +
" \001(\r\022\021\n\tchapterId\030\004 \001(\r\022\016\n\006isOpen\030\006 \001(\010\022" +
"\020\n\010progress\030\010 \001(\r\022\020\n\010openTime\030\003 \001(\rB\033\n\031e" +
"mu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -812,7 +812,7 @@ public final class DragonSpineChapterInfoOuterClass {
internal_static_DragonSpineChapterInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_DragonSpineChapterInfo_descriptor,
new java.lang.String[] { "OpenTime", "Progress", "ChapterId", "FinishedMissionNum", "IsOpen", });
new java.lang.String[] { "FinishedMissionNum", "ChapterId", "IsOpen", "Progress", "OpenTime", });
}
// @@protoc_insertion_point(outer_class_scope)