mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 16:43:43 +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:
+24
-24
@@ -19,21 +19,21 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_locked = 10;</code>
|
||||
* <code>bool is_locked = 2;</code>
|
||||
* @return The isLocked.
|
||||
*/
|
||||
boolean getIsLocked();
|
||||
|
||||
/**
|
||||
* <code>uint64 target_equip_guid = 13;</code>
|
||||
* <code>uint64 target_equip_guid = 11;</code>
|
||||
* @return The targetEquipGuid.
|
||||
*/
|
||||
long getTargetEquipGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CPBMGDOBJCG
|
||||
* CmdId: 645
|
||||
* CmdId: 632
|
||||
* Name: EFAIJMEIALJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SetEquipLockStateReq}
|
||||
@@ -80,12 +80,12 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 80: {
|
||||
case 16: {
|
||||
|
||||
isLocked_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 88: {
|
||||
|
||||
targetEquipGuid_ = input.readUInt64();
|
||||
break;
|
||||
@@ -122,10 +122,10 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
emu.grasscutter.net.proto.SetEquipLockStateReqOuterClass.SetEquipLockStateReq.class, emu.grasscutter.net.proto.SetEquipLockStateReqOuterClass.SetEquipLockStateReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_LOCKED_FIELD_NUMBER = 10;
|
||||
public static final int IS_LOCKED_FIELD_NUMBER = 2;
|
||||
private boolean isLocked_;
|
||||
/**
|
||||
* <code>bool is_locked = 10;</code>
|
||||
* <code>bool is_locked = 2;</code>
|
||||
* @return The isLocked.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -133,10 +133,10 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
return isLocked_;
|
||||
}
|
||||
|
||||
public static final int TARGET_EQUIP_GUID_FIELD_NUMBER = 13;
|
||||
public static final int TARGET_EQUIP_GUID_FIELD_NUMBER = 11;
|
||||
private long targetEquipGuid_;
|
||||
/**
|
||||
* <code>uint64 target_equip_guid = 13;</code>
|
||||
* <code>uint64 target_equip_guid = 11;</code>
|
||||
* @return The targetEquipGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -159,10 +159,10 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (isLocked_ != false) {
|
||||
output.writeBool(10, isLocked_);
|
||||
output.writeBool(2, isLocked_);
|
||||
}
|
||||
if (targetEquipGuid_ != 0L) {
|
||||
output.writeUInt64(13, targetEquipGuid_);
|
||||
output.writeUInt64(11, targetEquipGuid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -175,11 +175,11 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
size = 0;
|
||||
if (isLocked_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(10, isLocked_);
|
||||
.computeBoolSize(2, isLocked_);
|
||||
}
|
||||
if (targetEquipGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(13, targetEquipGuid_);
|
||||
.computeUInt64Size(11, targetEquipGuid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -314,8 +314,8 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CPBMGDOBJCG
|
||||
* CmdId: 645
|
||||
* CmdId: 632
|
||||
* Name: EFAIJMEIALJ
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SetEquipLockStateReq}
|
||||
@@ -472,7 +472,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
|
||||
private boolean isLocked_ ;
|
||||
/**
|
||||
* <code>bool is_locked = 10;</code>
|
||||
* <code>bool is_locked = 2;</code>
|
||||
* @return The isLocked.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -480,7 +480,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
return isLocked_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_locked = 10;</code>
|
||||
* <code>bool is_locked = 2;</code>
|
||||
* @param value The isLocked to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -491,7 +491,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_locked = 10;</code>
|
||||
* <code>bool is_locked = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsLocked() {
|
||||
@@ -503,7 +503,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
|
||||
private long targetEquipGuid_ ;
|
||||
/**
|
||||
* <code>uint64 target_equip_guid = 13;</code>
|
||||
* <code>uint64 target_equip_guid = 11;</code>
|
||||
* @return The targetEquipGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -511,7 +511,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
return targetEquipGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 target_equip_guid = 13;</code>
|
||||
* <code>uint64 target_equip_guid = 11;</code>
|
||||
* @param value The targetEquipGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -522,7 +522,7 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 target_equip_guid = 13;</code>
|
||||
* <code>uint64 target_equip_guid = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetEquipGuid() {
|
||||
@@ -599,8 +599,8 @@ public final class SetEquipLockStateReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032SetEquipLockStateReq.proto\"D\n\024SetEquip" +
|
||||
"LockStateReq\022\021\n\tis_locked\030\n \001(\010\022\031\n\021targe" +
|
||||
"t_equip_guid\030\r \001(\004B\033\n\031emu.grasscutter.ne" +
|
||||
"LockStateReq\022\021\n\tis_locked\030\002 \001(\010\022\031\n\021targe" +
|
||||
"t_equip_guid\030\013 \001(\004B\033\n\031emu.grasscutter.ne" +
|
||||
"t.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user