mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 22:49:56 +08:00
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:
@@ -19,15 +19,15 @@ public final class GetAllMailNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_collected = 6;</code>
|
||||
* <code>bool is_collected = 7;</code>
|
||||
* @return The isCollected.
|
||||
*/
|
||||
boolean getIsCollected();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PFHIOOMPNBH
|
||||
* CmdId: 1442
|
||||
* CmdId: 1465
|
||||
* Name: GNHCOJIHAOF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetAllMailNotify}
|
||||
@@ -74,7 +74,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 48: {
|
||||
case 56: {
|
||||
|
||||
isCollected_ = input.readBool();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class GetAllMailNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.GetAllMailNotifyOuterClass.GetAllMailNotify.class, emu.grasscutter.net.proto.GetAllMailNotifyOuterClass.GetAllMailNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_COLLECTED_FIELD_NUMBER = 6;
|
||||
public static final int IS_COLLECTED_FIELD_NUMBER = 7;
|
||||
private boolean isCollected_;
|
||||
/**
|
||||
* <code>bool is_collected = 6;</code>
|
||||
* <code>bool is_collected = 7;</code>
|
||||
* @return The isCollected.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isCollected_ != false) {
|
||||
output.writeBool(6, isCollected_);
|
||||
output.writeBool(7, isCollected_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
size = 0;
|
||||
if (isCollected_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(6, isCollected_);
|
||||
.computeBoolSize(7, isCollected_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -280,8 +280,8 @@ public final class GetAllMailNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: PFHIOOMPNBH
|
||||
* CmdId: 1442
|
||||
* CmdId: 1465
|
||||
* Name: GNHCOJIHAOF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetAllMailNotify}
|
||||
@@ -432,7 +432,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
|
||||
private boolean isCollected_ ;
|
||||
/**
|
||||
* <code>bool is_collected = 6;</code>
|
||||
* <code>bool is_collected = 7;</code>
|
||||
* @return The isCollected.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -440,7 +440,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
return isCollected_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_collected = 6;</code>
|
||||
* <code>bool is_collected = 7;</code>
|
||||
* @param value The isCollected to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -451,7 +451,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_collected = 6;</code>
|
||||
* <code>bool is_collected = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsCollected() {
|
||||
@@ -528,7 +528,7 @@ public final class GetAllMailNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026GetAllMailNotify.proto\"(\n\020GetAllMailNo" +
|
||||
"tify\022\024\n\014is_collected\030\006 \001(\010B\033\n\031emu.grassc" +
|
||||
"tify\022\024\n\014is_collected\030\007 \001(\010B\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user