Add support for game version 3.6 (#2110)

* Update to game version `3.6.0` (pt. 1)

not complete!

* Update to game version `3.6.0` (pt. 2)

not complete!

* Update compiled definitions
This commit is contained in:
Magix
2023-04-30 19:08:54 -07:00
committed by GitHub
Unverified
parent 60e8106b01
commit c4f1208f45
1323 changed files with 434863 additions and 141164 deletions
@@ -19,20 +19,20 @@ public final class PotionAvatarInfoOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint64 avatar_id = 11;</code>
* <code>uint64 avatar_id = 14;</code>
* @return The avatarId.
*/
long getAvatarId();
/**
* <code>bool is_trial = 7;</code>
* <code>bool is_trial = 8;</code>
* @return The isTrial.
*/
boolean getIsTrial();
}
/**
* <pre>
* Name: CODEKPJKIOA
* Name: FHIBGDNPPMI
* </pre>
*
* Protobuf type {@code PotionAvatarInfo}
@@ -79,12 +79,12 @@ public final class PotionAvatarInfoOuterClass {
case 0:
done = true;
break;
case 56: {
case 64: {
isTrial_ = input.readBool();
break;
}
case 88: {
case 112: {
avatarId_ = input.readUInt64();
break;
@@ -121,10 +121,10 @@ public final class PotionAvatarInfoOuterClass {
emu.grasscutter.net.proto.PotionAvatarInfoOuterClass.PotionAvatarInfo.class, emu.grasscutter.net.proto.PotionAvatarInfoOuterClass.PotionAvatarInfo.Builder.class);
}
public static final int AVATAR_ID_FIELD_NUMBER = 11;
public static final int AVATAR_ID_FIELD_NUMBER = 14;
private long avatarId_;
/**
* <code>uint64 avatar_id = 11;</code>
* <code>uint64 avatar_id = 14;</code>
* @return The avatarId.
*/
@java.lang.Override
@@ -132,10 +132,10 @@ public final class PotionAvatarInfoOuterClass {
return avatarId_;
}
public static final int IS_TRIAL_FIELD_NUMBER = 7;
public static final int IS_TRIAL_FIELD_NUMBER = 8;
private boolean isTrial_;
/**
* <code>bool is_trial = 7;</code>
* <code>bool is_trial = 8;</code>
* @return The isTrial.
*/
@java.lang.Override
@@ -158,10 +158,10 @@ public final class PotionAvatarInfoOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (isTrial_ != false) {
output.writeBool(7, isTrial_);
output.writeBool(8, isTrial_);
}
if (avatarId_ != 0L) {
output.writeUInt64(11, avatarId_);
output.writeUInt64(14, avatarId_);
}
unknownFields.writeTo(output);
}
@@ -174,11 +174,11 @@ public final class PotionAvatarInfoOuterClass {
size = 0;
if (isTrial_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(7, isTrial_);
.computeBoolSize(8, isTrial_);
}
if (avatarId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(11, avatarId_);
.computeUInt64Size(14, avatarId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -313,7 +313,7 @@ public final class PotionAvatarInfoOuterClass {
}
/**
* <pre>
* Name: CODEKPJKIOA
* Name: FHIBGDNPPMI
* </pre>
*
* Protobuf type {@code PotionAvatarInfo}
@@ -470,7 +470,7 @@ public final class PotionAvatarInfoOuterClass {
private long avatarId_ ;
/**
* <code>uint64 avatar_id = 11;</code>
* <code>uint64 avatar_id = 14;</code>
* @return The avatarId.
*/
@java.lang.Override
@@ -478,7 +478,7 @@ public final class PotionAvatarInfoOuterClass {
return avatarId_;
}
/**
* <code>uint64 avatar_id = 11;</code>
* <code>uint64 avatar_id = 14;</code>
* @param value The avatarId to set.
* @return This builder for chaining.
*/
@@ -489,7 +489,7 @@ public final class PotionAvatarInfoOuterClass {
return this;
}
/**
* <code>uint64 avatar_id = 11;</code>
* <code>uint64 avatar_id = 14;</code>
* @return This builder for chaining.
*/
public Builder clearAvatarId() {
@@ -501,7 +501,7 @@ public final class PotionAvatarInfoOuterClass {
private boolean isTrial_ ;
/**
* <code>bool is_trial = 7;</code>
* <code>bool is_trial = 8;</code>
* @return The isTrial.
*/
@java.lang.Override
@@ -509,7 +509,7 @@ public final class PotionAvatarInfoOuterClass {
return isTrial_;
}
/**
* <code>bool is_trial = 7;</code>
* <code>bool is_trial = 8;</code>
* @param value The isTrial to set.
* @return This builder for chaining.
*/
@@ -520,7 +520,7 @@ public final class PotionAvatarInfoOuterClass {
return this;
}
/**
* <code>bool is_trial = 7;</code>
* <code>bool is_trial = 8;</code>
* @return This builder for chaining.
*/
public Builder clearIsTrial() {
@@ -597,7 +597,7 @@ public final class PotionAvatarInfoOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\026PotionAvatarInfo.proto\"7\n\020PotionAvatar" +
"Info\022\021\n\tavatar_id\030\013 \001(\004\022\020\n\010is_trial\030\007 \001(" +
"Info\022\021\n\tavatar_id\030\016 \001(\004\022\020\n\010is_trial\030\010 \001(" +
"\010B\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor