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,11 +19,11 @@ public final class GroupSuiteNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
int getGroupMapCount();
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
boolean containsGroupMap(
int key);
@@ -34,19 +34,19 @@ public final class GroupSuiteNotifyOuterClass {
java.util.Map<java.lang.Integer, java.lang.Integer>
getGroupMap();
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
java.util.Map<java.lang.Integer, java.lang.Integer>
getGroupMapMap();
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
int getGroupMapOrDefault(
int key,
int defaultValue);
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
int getGroupMapOrThrow(
@@ -54,8 +54,8 @@ public final class GroupSuiteNotifyOuterClass {
}
/**
* <pre>
* Name: AHFIMIOOLNJ
* CmdId: 3263
* CmdId: 3026
* Name: EOCLBFJEPNJ
* </pre>
*
* Protobuf type {@code GroupSuiteNotify}
@@ -103,7 +103,7 @@ public final class GroupSuiteNotifyOuterClass {
case 0:
done = true;
break;
case 34: {
case 122: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
groupMap_ = com.google.protobuf.MapField.newMapField(
GroupMapDefaultEntryHolder.defaultEntry);
@@ -145,7 +145,7 @@ public final class GroupSuiteNotifyOuterClass {
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 4:
case 15:
return internalGetGroupMap();
default:
throw new RuntimeException(
@@ -160,7 +160,7 @@ public final class GroupSuiteNotifyOuterClass {
emu.grasscutter.net.proto.GroupSuiteNotifyOuterClass.GroupSuiteNotify.class, emu.grasscutter.net.proto.GroupSuiteNotifyOuterClass.GroupSuiteNotify.Builder.class);
}
public static final int GROUP_MAP_FIELD_NUMBER = 4;
public static final int GROUP_MAP_FIELD_NUMBER = 15;
private static final class GroupMapDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.Integer, java.lang.Integer> defaultEntry =
@@ -187,7 +187,7 @@ public final class GroupSuiteNotifyOuterClass {
return internalGetGroupMap().getMap().size();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -205,7 +205,7 @@ public final class GroupSuiteNotifyOuterClass {
return getGroupMapMap();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -213,7 +213,7 @@ public final class GroupSuiteNotifyOuterClass {
return internalGetGroupMap().getMap();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -226,7 +226,7 @@ public final class GroupSuiteNotifyOuterClass {
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -260,7 +260,7 @@ public final class GroupSuiteNotifyOuterClass {
output,
internalGetGroupMap(),
GroupMapDefaultEntryHolder.defaultEntry,
4);
15);
unknownFields.writeTo(output);
}
@@ -278,7 +278,7 @@ public final class GroupSuiteNotifyOuterClass {
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, groupMap__);
.computeMessageSize(15, groupMap__);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -409,8 +409,8 @@ public final class GroupSuiteNotifyOuterClass {
}
/**
* <pre>
* Name: AHFIMIOOLNJ
* CmdId: 3263
* CmdId: 3026
* Name: EOCLBFJEPNJ
* </pre>
*
* Protobuf type {@code GroupSuiteNotify}
@@ -428,7 +428,7 @@ public final class GroupSuiteNotifyOuterClass {
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 4:
case 15:
return internalGetGroupMap();
default:
throw new RuntimeException(
@@ -439,7 +439,7 @@ public final class GroupSuiteNotifyOuterClass {
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 4:
case 15:
return internalGetMutableGroupMap();
default:
throw new RuntimeException(
@@ -609,7 +609,7 @@ public final class GroupSuiteNotifyOuterClass {
return internalGetGroupMap().getMap().size();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -627,7 +627,7 @@ public final class GroupSuiteNotifyOuterClass {
return getGroupMapMap();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -635,7 +635,7 @@ public final class GroupSuiteNotifyOuterClass {
return internalGetGroupMap().getMap();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -648,7 +648,7 @@ public final class GroupSuiteNotifyOuterClass {
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
@java.lang.Override
@@ -669,7 +669,7 @@ public final class GroupSuiteNotifyOuterClass {
return this;
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
public Builder removeGroupMap(
@@ -688,7 +688,7 @@ public final class GroupSuiteNotifyOuterClass {
return internalGetMutableGroupMap().getMutableMap();
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
public Builder putGroupMap(
int key,
@@ -700,7 +700,7 @@ public final class GroupSuiteNotifyOuterClass {
return this;
}
/**
* <code>map&lt;uint32, uint32&gt; group_map = 4;</code>
* <code>map&lt;uint32, uint32&gt; group_map = 15;</code>
*/
public Builder putAllGroupMap(
@@ -782,7 +782,7 @@ public final class GroupSuiteNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\026GroupSuiteNotify.proto\"w\n\020GroupSuiteNo" +
"tify\0222\n\tgroup_map\030\004 \003(\0132\037.GroupSuiteNoti" +
"tify\0222\n\tgroup_map\030\017 \003(\0132\037.GroupSuiteNoti" +
"fy.GroupMapEntry\032/\n\rGroupMapEntry\022\013\n\003key" +
"\030\001 \001(\r\022\r\n\005value\030\002 \001(\r:\0028\001B\033\n\031emu.grasscu" +
"tter.net.protob\006proto3"