mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 18:19:55 +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
+84
-84
@@ -19,16 +19,16 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 count = 4;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
int getCount();
|
||||
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 1;</code>
|
||||
* <code>uint32 lastAutoAddTime = 14;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
int getLastAutoAddTime();
|
||||
|
||||
/**
|
||||
* <code>uint32 count = 8;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
int getCount();
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code AsterProgressDetailInfo}
|
||||
@@ -75,16 +75,16 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
lastAutoAddTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
case 64: {
|
||||
|
||||
count_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
|
||||
lastAutoAddTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -117,21 +117,10 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.class, emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int COUNT_FIELD_NUMBER = 4;
|
||||
private int count_;
|
||||
/**
|
||||
* <code>uint32 count = 4;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
|
||||
public static final int LAST_AUTO_ADD_TIME_FIELD_NUMBER = 1;
|
||||
public static final int LASTAUTOADDTIME_FIELD_NUMBER = 14;
|
||||
private int lastAutoAddTime_;
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 1;</code>
|
||||
* <code>uint32 lastAutoAddTime = 14;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -139,6 +128,17 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
return lastAutoAddTime_;
|
||||
}
|
||||
|
||||
public static final int COUNT_FIELD_NUMBER = 8;
|
||||
private int count_;
|
||||
/**
|
||||
* <code>uint32 count = 8;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -153,11 +153,11 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
output.writeUInt32(1, lastAutoAddTime_);
|
||||
}
|
||||
if (count_ != 0) {
|
||||
output.writeUInt32(4, count_);
|
||||
output.writeUInt32(8, count_);
|
||||
}
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
output.writeUInt32(14, lastAutoAddTime_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -168,13 +168,13 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, lastAutoAddTime_);
|
||||
}
|
||||
if (count_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, count_);
|
||||
.computeUInt32Size(8, count_);
|
||||
}
|
||||
if (lastAutoAddTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, lastAutoAddTime_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -191,10 +191,10 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo other = (emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo) obj;
|
||||
|
||||
if (getCount()
|
||||
!= other.getCount()) return false;
|
||||
if (getLastAutoAddTime()
|
||||
!= other.getLastAutoAddTime()) return false;
|
||||
if (getCount()
|
||||
!= other.getCount()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -206,10 +206,10 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + LASTAUTOADDTIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLastAutoAddTime();
|
||||
hash = (37 * hash) + COUNT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCount();
|
||||
hash = (37 * hash) + LAST_AUTO_ADD_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLastAutoAddTime();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -343,10 +343,10 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
count_ = 0;
|
||||
|
||||
lastAutoAddTime_ = 0;
|
||||
|
||||
count_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -373,8 +373,8 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo result = new emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo(this);
|
||||
result.count_ = count_;
|
||||
result.lastAutoAddTime_ = lastAutoAddTime_;
|
||||
result.count_ = count_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -423,12 +423,12 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.AsterProgressDetailInfoOuterClass.AsterProgressDetailInfo.getDefaultInstance()) return this;
|
||||
if (other.getCount() != 0) {
|
||||
setCount(other.getCount());
|
||||
}
|
||||
if (other.getLastAutoAddTime() != 0) {
|
||||
setLastAutoAddTime(other.getLastAutoAddTime());
|
||||
}
|
||||
if (other.getCount() != 0) {
|
||||
setCount(other.getCount());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -458,40 +458,9 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int count_ ;
|
||||
/**
|
||||
* <code>uint32 count = 4;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 4;</code>
|
||||
* @param value The count to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCount(int value) {
|
||||
|
||||
count_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCount() {
|
||||
|
||||
count_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int lastAutoAddTime_ ;
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 1;</code>
|
||||
* <code>uint32 lastAutoAddTime = 14;</code>
|
||||
* @return The lastAutoAddTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -499,7 +468,7 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
return lastAutoAddTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 1;</code>
|
||||
* <code>uint32 lastAutoAddTime = 14;</code>
|
||||
* @param value The lastAutoAddTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -510,7 +479,7 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 last_auto_add_time = 1;</code>
|
||||
* <code>uint32 lastAutoAddTime = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLastAutoAddTime() {
|
||||
@@ -519,6 +488,37 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int count_ ;
|
||||
/**
|
||||
* <code>uint32 count = 8;</code>
|
||||
* @return The count.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCount() {
|
||||
return count_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 8;</code>
|
||||
* @param value The count to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCount(int value) {
|
||||
|
||||
count_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 count = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCount() {
|
||||
|
||||
count_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -586,10 +586,10 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035AsterProgressDetailInfo.proto\"D\n\027Aster" +
|
||||
"ProgressDetailInfo\022\r\n\005count\030\004 \001(\r\022\032\n\022las" +
|
||||
"t_auto_add_time\030\001 \001(\rB\033\n\031emu.grasscutter" +
|
||||
".net.protob\006proto3"
|
||||
"\n\035AsterProgressDetailInfo.proto\"A\n\027Aster" +
|
||||
"ProgressDetailInfo\022\027\n\017lastAutoAddTime\030\016 " +
|
||||
"\001(\r\022\r\n\005count\030\010 \001(\rB\033\n\031emu.grasscutter.ne" +
|
||||
"t.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -600,7 +600,7 @@ public final class AsterProgressDetailInfoOuterClass {
|
||||
internal_static_AsterProgressDetailInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AsterProgressDetailInfo_descriptor,
|
||||
new java.lang.String[] { "Count", "LastAutoAddTime", });
|
||||
new java.lang.String[] { "LastAutoAddTime", "Count", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user