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,17 +19,17 @@ public final class ReadMailNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return A list containing the mailIdList.
*/
java.util.List<java.lang.Integer> getMailIdListList();
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return The count of mailIdList.
*/
int getMailIdListCount();
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param index The index of the element to return.
* @return The mailIdList at the given index.
*/
@@ -37,8 +37,8 @@ public final class ReadMailNotifyOuterClass {
}
/**
* <pre>
* Name: KIOIKHFLJPE
* CmdId: 1454
* CmdId: 1489
* Name: HHLOLKGJCHP
* </pre>
*
* Protobuf type {@code ReadMailNotify}
@@ -87,7 +87,7 @@ public final class ReadMailNotifyOuterClass {
case 0:
done = true;
break;
case 16: {
case 72: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
mailIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
@@ -95,7 +95,7 @@ public final class ReadMailNotifyOuterClass {
mailIdList_.addInt(input.readUInt32());
break;
}
case 18: {
case 74: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
@@ -143,10 +143,10 @@ public final class ReadMailNotifyOuterClass {
emu.grasscutter.net.proto.ReadMailNotifyOuterClass.ReadMailNotify.class, emu.grasscutter.net.proto.ReadMailNotifyOuterClass.ReadMailNotify.Builder.class);
}
public static final int MAIL_ID_LIST_FIELD_NUMBER = 2;
public static final int MAIL_ID_LIST_FIELD_NUMBER = 9;
private com.google.protobuf.Internal.IntList mailIdList_;
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return A list containing the mailIdList.
*/
@java.lang.Override
@@ -155,14 +155,14 @@ public final class ReadMailNotifyOuterClass {
return mailIdList_;
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return The count of mailIdList.
*/
public int getMailIdListCount() {
return mailIdList_.size();
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param index The index of the element to return.
* @return The mailIdList at the given index.
*/
@@ -187,7 +187,7 @@ public final class ReadMailNotifyOuterClass {
throws java.io.IOException {
getSerializedSize();
if (getMailIdListList().size() > 0) {
output.writeUInt32NoTag(18);
output.writeUInt32NoTag(74);
output.writeUInt32NoTag(mailIdListMemoizedSerializedSize);
}
for (int i = 0; i < mailIdList_.size(); i++) {
@@ -345,8 +345,8 @@ public final class ReadMailNotifyOuterClass {
}
/**
* <pre>
* Name: KIOIKHFLJPE
* CmdId: 1454
* CmdId: 1489
* Name: HHLOLKGJCHP
* </pre>
*
* Protobuf type {@code ReadMailNotify}
@@ -516,7 +516,7 @@ public final class ReadMailNotifyOuterClass {
}
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return A list containing the mailIdList.
*/
public java.util.List<java.lang.Integer>
@@ -525,14 +525,14 @@ public final class ReadMailNotifyOuterClass {
java.util.Collections.unmodifiableList(mailIdList_) : mailIdList_;
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return The count of mailIdList.
*/
public int getMailIdListCount() {
return mailIdList_.size();
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param index The index of the element to return.
* @return The mailIdList at the given index.
*/
@@ -540,7 +540,7 @@ public final class ReadMailNotifyOuterClass {
return mailIdList_.getInt(index);
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param index The index to set the value at.
* @param value The mailIdList to set.
* @return This builder for chaining.
@@ -553,7 +553,7 @@ public final class ReadMailNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param value The mailIdList to add.
* @return This builder for chaining.
*/
@@ -564,7 +564,7 @@ public final class ReadMailNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @param values The mailIdList to add.
* @return This builder for chaining.
*/
@@ -577,7 +577,7 @@ public final class ReadMailNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 mail_id_list = 2;</code>
* <code>repeated uint32 mail_id_list = 9;</code>
* @return This builder for chaining.
*/
public Builder clearMailIdList() {
@@ -654,7 +654,7 @@ public final class ReadMailNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\024ReadMailNotify.proto\"&\n\016ReadMailNotify" +
"\022\024\n\014mail_id_list\030\002 \003(\rB\033\n\031emu.grasscutte" +
"\022\024\n\014mail_id_list\030\t \003(\rB\033\n\031emu.grasscutte" +
"r.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor