mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 08:23:38 +08:00
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:
committed by
GitHub
Unverified
parent
8b83dbf58c
commit
92fbaa8670
+24
-18
@@ -19,17 +19,20 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 10;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 1;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
int getTrialAvatarIndexId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 2013
|
||||
* EnetChannelId: 0
|
||||
* EnetIsReliable: false
|
||||
* IsAllowClient: true
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2134;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TrialAvatarFirstPassDungeonNotify}
|
||||
@@ -76,7 +79,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 80: {
|
||||
case 8: {
|
||||
|
||||
trialAvatarIndexId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -113,10 +116,10 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotify.class, emu.grasscutter.net.proto.TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TRIAL_AVATAR_INDEX_ID_FIELD_NUMBER = 10;
|
||||
public static final int TRIAL_AVATAR_INDEX_ID_FIELD_NUMBER = 1;
|
||||
private int trialAvatarIndexId_;
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 10;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 1;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -139,7 +142,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (trialAvatarIndexId_ != 0) {
|
||||
output.writeUInt32(10, trialAvatarIndexId_);
|
||||
output.writeUInt32(1, trialAvatarIndexId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -152,7 +155,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
size = 0;
|
||||
if (trialAvatarIndexId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, trialAvatarIndexId_);
|
||||
.computeUInt32Size(1, trialAvatarIndexId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -281,10 +284,13 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 2013
|
||||
* EnetChannelId: 0
|
||||
* EnetIsReliable: false
|
||||
* IsAllowClient: true
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2134;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TrialAvatarFirstPassDungeonNotify}
|
||||
@@ -435,7 +441,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
|
||||
private int trialAvatarIndexId_ ;
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 10;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 1;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -443,7 +449,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
return trialAvatarIndexId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 10;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 1;</code>
|
||||
* @param value The trialAvatarIndexId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -454,7 +460,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 10;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTrialAvatarIndexId() {
|
||||
@@ -532,7 +538,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\'TrialAvatarFirstPassDungeonNotify.prot" +
|
||||
"o\"B\n!TrialAvatarFirstPassDungeonNotify\022\035" +
|
||||
"\n\025trial_avatar_index_id\030\n \001(\rB\033\n\031emu.gra" +
|
||||
"\n\025trial_avatar_index_id\030\001 \001(\rB\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user