Update gc to 3.3 (#1981)

* replace the deprecated api

* update proto

* delete music game

* fixed codes

* fix costume switch

* fix mail bug

* Bump version number.

* Re-add max boss chest number

Co-authored-by: GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
This commit is contained in:
Simplxs
2022-12-24 05:12:02 +08:00
committed by GitHub
Unverified
parent 8b83dbf58c
commit 92fbaa8670
1142 changed files with 474411 additions and 169883 deletions
@@ -19,17 +19,21 @@ public final class SceneKickPlayerReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 target_uid = 6;</code>
* <code>uint32 target_uid = 5;</code>
* @return The targetUid.
*/
int getTargetUid();
}
/**
* <pre>
* CmdId: 264
* EnetChannelId: 0
* EnetIsReliable: false
* IsAllowClient: true
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 212;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* IS_ALLOW_CLIENT = 1;
* }
* </pre>
*
* Protobuf type {@code SceneKickPlayerReq}
@@ -76,7 +80,7 @@ public final class SceneKickPlayerReqOuterClass {
case 0:
done = true;
break;
case 48: {
case 40: {
targetUid_ = input.readUInt32();
break;
@@ -113,10 +117,10 @@ public final class SceneKickPlayerReqOuterClass {
emu.grasscutter.net.proto.SceneKickPlayerReqOuterClass.SceneKickPlayerReq.class, emu.grasscutter.net.proto.SceneKickPlayerReqOuterClass.SceneKickPlayerReq.Builder.class);
}
public static final int TARGET_UID_FIELD_NUMBER = 6;
public static final int TARGET_UID_FIELD_NUMBER = 5;
private int targetUid_;
/**
* <code>uint32 target_uid = 6;</code>
* <code>uint32 target_uid = 5;</code>
* @return The targetUid.
*/
@java.lang.Override
@@ -139,7 +143,7 @@ public final class SceneKickPlayerReqOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (targetUid_ != 0) {
output.writeUInt32(6, targetUid_);
output.writeUInt32(5, targetUid_);
}
unknownFields.writeTo(output);
}
@@ -152,7 +156,7 @@ public final class SceneKickPlayerReqOuterClass {
size = 0;
if (targetUid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, targetUid_);
.computeUInt32Size(5, targetUid_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -281,10 +285,14 @@ public final class SceneKickPlayerReqOuterClass {
}
/**
* <pre>
* CmdId: 264
* EnetChannelId: 0
* EnetIsReliable: false
* IsAllowClient: true
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 212;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* IS_ALLOW_CLIENT = 1;
* }
* </pre>
*
* Protobuf type {@code SceneKickPlayerReq}
@@ -435,7 +443,7 @@ public final class SceneKickPlayerReqOuterClass {
private int targetUid_ ;
/**
* <code>uint32 target_uid = 6;</code>
* <code>uint32 target_uid = 5;</code>
* @return The targetUid.
*/
@java.lang.Override
@@ -443,7 +451,7 @@ public final class SceneKickPlayerReqOuterClass {
return targetUid_;
}
/**
* <code>uint32 target_uid = 6;</code>
* <code>uint32 target_uid = 5;</code>
* @param value The targetUid to set.
* @return This builder for chaining.
*/
@@ -454,7 +462,7 @@ public final class SceneKickPlayerReqOuterClass {
return this;
}
/**
* <code>uint32 target_uid = 6;</code>
* <code>uint32 target_uid = 5;</code>
* @return This builder for chaining.
*/
public Builder clearTargetUid() {
@@ -531,7 +539,7 @@ public final class SceneKickPlayerReqOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\030SceneKickPlayerReq.proto\"(\n\022SceneKickP" +
"layerReq\022\022\n\ntarget_uid\030\006 \001(\rB\033\n\031emu.gras" +
"layerReq\022\022\n\ntarget_uid\030\005 \001(\rB\033\n\031emu.gras" +
"scutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor