mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 13:59:54 +08:00
Add new protocol definitions
This commit is contained in:
@@ -19,27 +19,27 @@ public final class HomeTransferReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 guid = 8;</code>
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
int getGuid();
|
||||
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 9;</code>
|
||||
* <code>bool JFEOCNJLCLG = 5;</code>
|
||||
* @return The jFEOCNJLCLG.
|
||||
*/
|
||||
boolean getJFEOCNJLCLG();
|
||||
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 3;</code>
|
||||
* @return The isTransferToSafePoint.
|
||||
*/
|
||||
boolean getIsTransferToSafePoint();
|
||||
|
||||
/**
|
||||
* <code>bool GGBOCPDIIKL = 13;</code>
|
||||
* @return The gGBOCPDIIKL.
|
||||
*/
|
||||
boolean getGGBOCPDIIKL();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 4460
|
||||
* Obf: FFFNGAHIEOK
|
||||
* CmdId: 28287
|
||||
* Obf: LEOKBBDBAKN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeTransferReq}
|
||||
@@ -86,19 +86,19 @@ public final class HomeTransferReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 64: {
|
||||
|
||||
guid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 24: {
|
||||
|
||||
isTransferToSafePoint_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 40: {
|
||||
|
||||
gGBOCPDIIKL_ = input.readBool();
|
||||
jFEOCNJLCLG_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
guid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -133,10 +133,10 @@ public final class HomeTransferReqOuterClass {
|
||||
emu.grasscutter.net.proto.HomeTransferReqOuterClass.HomeTransferReq.class, emu.grasscutter.net.proto.HomeTransferReqOuterClass.HomeTransferReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int GUID_FIELD_NUMBER = 8;
|
||||
public static final int GUID_FIELD_NUMBER = 12;
|
||||
private int guid_;
|
||||
/**
|
||||
* <code>uint32 guid = 8;</code>
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -144,10 +144,21 @@ public final class HomeTransferReqOuterClass {
|
||||
return guid_;
|
||||
}
|
||||
|
||||
public static final int IS_TRANSFER_TO_SAFE_POINT_FIELD_NUMBER = 9;
|
||||
public static final int JFEOCNJLCLG_FIELD_NUMBER = 5;
|
||||
private boolean jFEOCNJLCLG_;
|
||||
/**
|
||||
* <code>bool JFEOCNJLCLG = 5;</code>
|
||||
* @return The jFEOCNJLCLG.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getJFEOCNJLCLG() {
|
||||
return jFEOCNJLCLG_;
|
||||
}
|
||||
|
||||
public static final int IS_TRANSFER_TO_SAFE_POINT_FIELD_NUMBER = 3;
|
||||
private boolean isTransferToSafePoint_;
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 9;</code>
|
||||
* <code>bool is_transfer_to_safe_point = 3;</code>
|
||||
* @return The isTransferToSafePoint.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -155,17 +166,6 @@ public final class HomeTransferReqOuterClass {
|
||||
return isTransferToSafePoint_;
|
||||
}
|
||||
|
||||
public static final int GGBOCPDIIKL_FIELD_NUMBER = 13;
|
||||
private boolean gGBOCPDIIKL_;
|
||||
/**
|
||||
* <code>bool GGBOCPDIIKL = 13;</code>
|
||||
* @return The gGBOCPDIIKL.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getGGBOCPDIIKL() {
|
||||
return gGBOCPDIIKL_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -180,14 +180,14 @@ public final class HomeTransferReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (guid_ != 0) {
|
||||
output.writeUInt32(8, guid_);
|
||||
}
|
||||
if (isTransferToSafePoint_ != false) {
|
||||
output.writeBool(9, isTransferToSafePoint_);
|
||||
output.writeBool(3, isTransferToSafePoint_);
|
||||
}
|
||||
if (gGBOCPDIIKL_ != false) {
|
||||
output.writeBool(13, gGBOCPDIIKL_);
|
||||
if (jFEOCNJLCLG_ != false) {
|
||||
output.writeBool(5, jFEOCNJLCLG_);
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
output.writeUInt32(12, guid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -198,17 +198,17 @@ public final class HomeTransferReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (guid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, guid_);
|
||||
}
|
||||
if (isTransferToSafePoint_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(9, isTransferToSafePoint_);
|
||||
.computeBoolSize(3, isTransferToSafePoint_);
|
||||
}
|
||||
if (gGBOCPDIIKL_ != false) {
|
||||
if (jFEOCNJLCLG_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(13, gGBOCPDIIKL_);
|
||||
.computeBoolSize(5, jFEOCNJLCLG_);
|
||||
}
|
||||
if (guid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, guid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -227,10 +227,10 @@ public final class HomeTransferReqOuterClass {
|
||||
|
||||
if (getGuid()
|
||||
!= other.getGuid()) return false;
|
||||
if (getJFEOCNJLCLG()
|
||||
!= other.getJFEOCNJLCLG()) return false;
|
||||
if (getIsTransferToSafePoint()
|
||||
!= other.getIsTransferToSafePoint()) return false;
|
||||
if (getGGBOCPDIIKL()
|
||||
!= other.getGGBOCPDIIKL()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -244,12 +244,12 @@ public final class HomeTransferReqOuterClass {
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGuid();
|
||||
hash = (37 * hash) + JFEOCNJLCLG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getJFEOCNJLCLG());
|
||||
hash = (37 * hash) + IS_TRANSFER_TO_SAFE_POINT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsTransferToSafePoint());
|
||||
hash = (37 * hash) + GGBOCPDIIKL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getGGBOCPDIIKL());
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -347,8 +347,8 @@ public final class HomeTransferReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 4460
|
||||
* Obf: FFFNGAHIEOK
|
||||
* CmdId: 28287
|
||||
* Obf: LEOKBBDBAKN
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeTransferReq}
|
||||
@@ -390,9 +390,9 @@ public final class HomeTransferReqOuterClass {
|
||||
super.clear();
|
||||
guid_ = 0;
|
||||
|
||||
isTransferToSafePoint_ = false;
|
||||
jFEOCNJLCLG_ = false;
|
||||
|
||||
gGBOCPDIIKL_ = false;
|
||||
isTransferToSafePoint_ = false;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -421,8 +421,8 @@ public final class HomeTransferReqOuterClass {
|
||||
public emu.grasscutter.net.proto.HomeTransferReqOuterClass.HomeTransferReq buildPartial() {
|
||||
emu.grasscutter.net.proto.HomeTransferReqOuterClass.HomeTransferReq result = new emu.grasscutter.net.proto.HomeTransferReqOuterClass.HomeTransferReq(this);
|
||||
result.guid_ = guid_;
|
||||
result.jFEOCNJLCLG_ = jFEOCNJLCLG_;
|
||||
result.isTransferToSafePoint_ = isTransferToSafePoint_;
|
||||
result.gGBOCPDIIKL_ = gGBOCPDIIKL_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -474,12 +474,12 @@ public final class HomeTransferReqOuterClass {
|
||||
if (other.getGuid() != 0) {
|
||||
setGuid(other.getGuid());
|
||||
}
|
||||
if (other.getJFEOCNJLCLG() != false) {
|
||||
setJFEOCNJLCLG(other.getJFEOCNJLCLG());
|
||||
}
|
||||
if (other.getIsTransferToSafePoint() != false) {
|
||||
setIsTransferToSafePoint(other.getIsTransferToSafePoint());
|
||||
}
|
||||
if (other.getGGBOCPDIIKL() != false) {
|
||||
setGGBOCPDIIKL(other.getGGBOCPDIIKL());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -511,7 +511,7 @@ public final class HomeTransferReqOuterClass {
|
||||
|
||||
private int guid_ ;
|
||||
/**
|
||||
* <code>uint32 guid = 8;</code>
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return The guid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -519,7 +519,7 @@ public final class HomeTransferReqOuterClass {
|
||||
return guid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 8;</code>
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @param value The guid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -530,7 +530,7 @@ public final class HomeTransferReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 guid = 8;</code>
|
||||
* <code>uint32 guid = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGuid() {
|
||||
@@ -540,9 +540,40 @@ public final class HomeTransferReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean jFEOCNJLCLG_ ;
|
||||
/**
|
||||
* <code>bool JFEOCNJLCLG = 5;</code>
|
||||
* @return The jFEOCNJLCLG.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getJFEOCNJLCLG() {
|
||||
return jFEOCNJLCLG_;
|
||||
}
|
||||
/**
|
||||
* <code>bool JFEOCNJLCLG = 5;</code>
|
||||
* @param value The jFEOCNJLCLG to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJFEOCNJLCLG(boolean value) {
|
||||
|
||||
jFEOCNJLCLG_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool JFEOCNJLCLG = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJFEOCNJLCLG() {
|
||||
|
||||
jFEOCNJLCLG_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isTransferToSafePoint_ ;
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 9;</code>
|
||||
* <code>bool is_transfer_to_safe_point = 3;</code>
|
||||
* @return The isTransferToSafePoint.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -550,7 +581,7 @@ public final class HomeTransferReqOuterClass {
|
||||
return isTransferToSafePoint_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 9;</code>
|
||||
* <code>bool is_transfer_to_safe_point = 3;</code>
|
||||
* @param value The isTransferToSafePoint to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -561,7 +592,7 @@ public final class HomeTransferReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_transfer_to_safe_point = 9;</code>
|
||||
* <code>bool is_transfer_to_safe_point = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsTransferToSafePoint() {
|
||||
@@ -570,37 +601,6 @@ public final class HomeTransferReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean gGBOCPDIIKL_ ;
|
||||
/**
|
||||
* <code>bool GGBOCPDIIKL = 13;</code>
|
||||
* @return The gGBOCPDIIKL.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getGGBOCPDIIKL() {
|
||||
return gGBOCPDIIKL_;
|
||||
}
|
||||
/**
|
||||
* <code>bool GGBOCPDIIKL = 13;</code>
|
||||
* @param value The gGBOCPDIIKL to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGGBOCPDIIKL(boolean value) {
|
||||
|
||||
gGBOCPDIIKL_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool GGBOCPDIIKL = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGGBOCPDIIKL() {
|
||||
|
||||
gGBOCPDIIKL_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -669,8 +669,8 @@ public final class HomeTransferReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\025HomeTransferReq.proto\"W\n\017HomeTransferR" +
|
||||
"eq\022\014\n\004guid\030\010 \001(\r\022!\n\031is_transfer_to_safe_" +
|
||||
"point\030\t \001(\010\022\023\n\013GGBOCPDIIKL\030\r \001(\010B\033\n\031emu." +
|
||||
"eq\022\014\n\004guid\030\014 \001(\r\022\023\n\013JFEOCNJLCLG\030\005 \001(\010\022!\n" +
|
||||
"\031is_transfer_to_safe_point\030\003 \001(\010B\033\n\031emu." +
|
||||
"grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -682,7 +682,7 @@ public final class HomeTransferReqOuterClass {
|
||||
internal_static_HomeTransferReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_HomeTransferReq_descriptor,
|
||||
new java.lang.String[] { "Guid", "IsTransferToSafePoint", "GGBOCPDIIKL", });
|
||||
new java.lang.String[] { "Guid", "JFEOCNJLCLG", "IsTransferToSafePoint", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user