mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 04:19:50 +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
@@ -19,13 +19,13 @@ public final class PlayerRTTInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 rtt = 12;</code>
|
||||
* <code>uint32 rtt = 7;</code>
|
||||
* @return The rtt.
|
||||
*/
|
||||
int getRtt();
|
||||
|
||||
/**
|
||||
* <code>uint32 uid = 14;</code>
|
||||
* <code>uint32 uid = 13;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
int getUid();
|
||||
@@ -75,12 +75,12 @@ public final class PlayerRTTInfoOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
rtt_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 104: {
|
||||
|
||||
uid_ = input.readUInt32();
|
||||
break;
|
||||
@@ -117,10 +117,10 @@ public final class PlayerRTTInfoOuterClass {
|
||||
emu.grasscutter.net.proto.PlayerRTTInfoOuterClass.PlayerRTTInfo.class, emu.grasscutter.net.proto.PlayerRTTInfoOuterClass.PlayerRTTInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RTT_FIELD_NUMBER = 12;
|
||||
public static final int RTT_FIELD_NUMBER = 7;
|
||||
private int rtt_;
|
||||
/**
|
||||
* <code>uint32 rtt = 12;</code>
|
||||
* <code>uint32 rtt = 7;</code>
|
||||
* @return The rtt.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -128,10 +128,10 @@ public final class PlayerRTTInfoOuterClass {
|
||||
return rtt_;
|
||||
}
|
||||
|
||||
public static final int UID_FIELD_NUMBER = 14;
|
||||
public static final int UID_FIELD_NUMBER = 13;
|
||||
private int uid_;
|
||||
/**
|
||||
* <code>uint32 uid = 14;</code>
|
||||
* <code>uint32 uid = 13;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -154,10 +154,10 @@ public final class PlayerRTTInfoOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (rtt_ != 0) {
|
||||
output.writeUInt32(12, rtt_);
|
||||
output.writeUInt32(7, rtt_);
|
||||
}
|
||||
if (uid_ != 0) {
|
||||
output.writeUInt32(14, uid_);
|
||||
output.writeUInt32(13, uid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -170,11 +170,11 @@ public final class PlayerRTTInfoOuterClass {
|
||||
size = 0;
|
||||
if (rtt_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, rtt_);
|
||||
.computeUInt32Size(7, rtt_);
|
||||
}
|
||||
if (uid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, uid_);
|
||||
.computeUInt32Size(13, uid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -460,7 +460,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
|
||||
private int rtt_ ;
|
||||
/**
|
||||
* <code>uint32 rtt = 12;</code>
|
||||
* <code>uint32 rtt = 7;</code>
|
||||
* @return The rtt.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -468,7 +468,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
return rtt_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 rtt = 12;</code>
|
||||
* <code>uint32 rtt = 7;</code>
|
||||
* @param value The rtt to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -479,7 +479,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 rtt = 12;</code>
|
||||
* <code>uint32 rtt = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRtt() {
|
||||
@@ -491,7 +491,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
|
||||
private int uid_ ;
|
||||
/**
|
||||
* <code>uint32 uid = 14;</code>
|
||||
* <code>uint32 uid = 13;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -499,7 +499,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
return uid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 uid = 14;</code>
|
||||
* <code>uint32 uid = 13;</code>
|
||||
* @param value The uid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -510,7 +510,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 uid = 14;</code>
|
||||
* <code>uint32 uid = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUid() {
|
||||
@@ -587,7 +587,7 @@ public final class PlayerRTTInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\023PlayerRTTInfo.proto\")\n\rPlayerRTTInfo\022\013" +
|
||||
"\n\003rtt\030\014 \001(\r\022\013\n\003uid\030\016 \001(\rB\033\n\031emu.grasscut" +
|
||||
"\n\003rtt\030\007 \001(\r\022\013\n\003uid\030\r \001(\rB\033\n\031emu.grasscut" +
|
||||
"ter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user