getSatiationDataListBuilderList() {
@@ -842,10 +842,10 @@ public final class AvatarSatiationDataNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\037AvatarSatiationDataNotify.proto\032\031Avata" +
- "rSatiationData.proto\"N\n\031AvatarSatiationD" +
- "ataNotify\0221\n\023satiation_data_list\030\r \003(\0132\024" +
- ".AvatarSatiationDataB\033\n\031emu.grasscutter." +
- "net.protob\006proto3"
+ "rSatiationData.proto\"L\n\031AvatarSatiationD" +
+ "ataNotify\022/\n\021satiationDataList\030\t \003(\0132\024.A" +
+ "vatarSatiationDataB\033\n\031emu.grasscutter.ne" +
+ "t.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/AvatarSatiationDataOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/AvatarSatiationDataOuterClass.java
index df17a0a65..c73f77363 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/AvatarSatiationDataOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/AvatarSatiationDataOuterClass.java
@@ -19,22 +19,22 @@ public final class AvatarSatiationDataOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint64 avatar_guid = 15;
+ * uint64 avatarGuid = 5;
* @return The avatarGuid.
*/
long getAvatarGuid();
/**
- * float penalty_finish_time = 6;
- * @return The penaltyFinishTime.
- */
- float getPenaltyFinishTime();
-
- /**
- * float finish_time = 7;
+ * float finishTime = 15;
* @return The finishTime.
*/
float getFinishTime();
+
+ /**
+ * float penaltyFinishTime = 12;
+ * @return The penaltyFinishTime.
+ */
+ float getPenaltyFinishTime();
}
/**
* Protobuf type {@code AvatarSatiationData}
@@ -81,21 +81,21 @@ public final class AvatarSatiationDataOuterClass {
case 0:
done = true;
break;
- case 53: {
+ case 40: {
+
+ avatarGuid_ = input.readUInt64();
+ break;
+ }
+ case 101: {
penaltyFinishTime_ = input.readFloat();
break;
}
- case 61: {
+ case 125: {
finishTime_ = input.readFloat();
break;
}
- case 120: {
-
- avatarGuid_ = input.readUInt64();
- break;
- }
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -128,10 +128,10 @@ public final class AvatarSatiationDataOuterClass {
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.class, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder.class);
}
- public static final int AVATAR_GUID_FIELD_NUMBER = 15;
+ public static final int AVATARGUID_FIELD_NUMBER = 5;
private long avatarGuid_;
/**
- * uint64 avatar_guid = 15;
+ * uint64 avatarGuid = 5;
* @return The avatarGuid.
*/
@java.lang.Override
@@ -139,21 +139,10 @@ public final class AvatarSatiationDataOuterClass {
return avatarGuid_;
}
- public static final int PENALTY_FINISH_TIME_FIELD_NUMBER = 6;
- private float penaltyFinishTime_;
- /**
- * float penalty_finish_time = 6;
- * @return The penaltyFinishTime.
- */
- @java.lang.Override
- public float getPenaltyFinishTime() {
- return penaltyFinishTime_;
- }
-
- public static final int FINISH_TIME_FIELD_NUMBER = 7;
+ public static final int FINISHTIME_FIELD_NUMBER = 15;
private float finishTime_;
/**
- * float finish_time = 7;
+ * float finishTime = 15;
* @return The finishTime.
*/
@java.lang.Override
@@ -161,6 +150,17 @@ public final class AvatarSatiationDataOuterClass {
return finishTime_;
}
+ public static final int PENALTYFINISHTIME_FIELD_NUMBER = 12;
+ private float penaltyFinishTime_;
+ /**
+ * float penaltyFinishTime = 12;
+ * @return The penaltyFinishTime.
+ */
+ @java.lang.Override
+ public float getPenaltyFinishTime() {
+ return penaltyFinishTime_;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -175,14 +175,14 @@ public final class AvatarSatiationDataOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
+ if (avatarGuid_ != 0L) {
+ output.writeUInt64(5, avatarGuid_);
+ }
if (penaltyFinishTime_ != 0F) {
- output.writeFloat(6, penaltyFinishTime_);
+ output.writeFloat(12, penaltyFinishTime_);
}
if (finishTime_ != 0F) {
- output.writeFloat(7, finishTime_);
- }
- if (avatarGuid_ != 0L) {
- output.writeUInt64(15, avatarGuid_);
+ output.writeFloat(15, finishTime_);
}
unknownFields.writeTo(output);
}
@@ -193,17 +193,17 @@ public final class AvatarSatiationDataOuterClass {
if (size != -1) return size;
size = 0;
+ if (avatarGuid_ != 0L) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt64Size(5, avatarGuid_);
+ }
if (penaltyFinishTime_ != 0F) {
size += com.google.protobuf.CodedOutputStream
- .computeFloatSize(6, penaltyFinishTime_);
+ .computeFloatSize(12, penaltyFinishTime_);
}
if (finishTime_ != 0F) {
size += com.google.protobuf.CodedOutputStream
- .computeFloatSize(7, finishTime_);
- }
- if (avatarGuid_ != 0L) {
- size += com.google.protobuf.CodedOutputStream
- .computeUInt64Size(15, avatarGuid_);
+ .computeFloatSize(15, finishTime_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -222,12 +222,12 @@ public final class AvatarSatiationDataOuterClass {
if (getAvatarGuid()
!= other.getAvatarGuid()) return false;
- if (java.lang.Float.floatToIntBits(getPenaltyFinishTime())
- != java.lang.Float.floatToIntBits(
- other.getPenaltyFinishTime())) return false;
if (java.lang.Float.floatToIntBits(getFinishTime())
!= java.lang.Float.floatToIntBits(
other.getFinishTime())) return false;
+ if (java.lang.Float.floatToIntBits(getPenaltyFinishTime())
+ != java.lang.Float.floatToIntBits(
+ other.getPenaltyFinishTime())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -239,15 +239,15 @@ public final class AvatarSatiationDataOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
+ hash = (37 * hash) + AVATARGUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAvatarGuid());
- hash = (37 * hash) + PENALTY_FINISH_TIME_FIELD_NUMBER;
- hash = (53 * hash) + java.lang.Float.floatToIntBits(
- getPenaltyFinishTime());
- hash = (37 * hash) + FINISH_TIME_FIELD_NUMBER;
+ hash = (37 * hash) + FINISHTIME_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getFinishTime());
+ hash = (37 * hash) + PENALTYFINISHTIME_FIELD_NUMBER;
+ hash = (53 * hash) + java.lang.Float.floatToIntBits(
+ getPenaltyFinishTime());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -383,10 +383,10 @@ public final class AvatarSatiationDataOuterClass {
super.clear();
avatarGuid_ = 0L;
- penaltyFinishTime_ = 0F;
-
finishTime_ = 0F;
+ penaltyFinishTime_ = 0F;
+
return this;
}
@@ -414,8 +414,8 @@ public final class AvatarSatiationDataOuterClass {
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData buildPartial() {
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData result = new emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData(this);
result.avatarGuid_ = avatarGuid_;
- result.penaltyFinishTime_ = penaltyFinishTime_;
result.finishTime_ = finishTime_;
+ result.penaltyFinishTime_ = penaltyFinishTime_;
onBuilt();
return result;
}
@@ -467,12 +467,12 @@ public final class AvatarSatiationDataOuterClass {
if (other.getAvatarGuid() != 0L) {
setAvatarGuid(other.getAvatarGuid());
}
- if (other.getPenaltyFinishTime() != 0F) {
- setPenaltyFinishTime(other.getPenaltyFinishTime());
- }
if (other.getFinishTime() != 0F) {
setFinishTime(other.getFinishTime());
}
+ if (other.getPenaltyFinishTime() != 0F) {
+ setPenaltyFinishTime(other.getPenaltyFinishTime());
+ }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -504,7 +504,7 @@ public final class AvatarSatiationDataOuterClass {
private long avatarGuid_ ;
/**
- * uint64 avatar_guid = 15;
+ * uint64 avatarGuid = 5;
* @return The avatarGuid.
*/
@java.lang.Override
@@ -512,7 +512,7 @@ public final class AvatarSatiationDataOuterClass {
return avatarGuid_;
}
/**
- * uint64 avatar_guid = 15;
+ * uint64 avatarGuid = 5;
* @param value The avatarGuid to set.
* @return This builder for chaining.
*/
@@ -523,7 +523,7 @@ public final class AvatarSatiationDataOuterClass {
return this;
}
/**
- * uint64 avatar_guid = 15;
+ * uint64 avatarGuid = 5;
* @return This builder for chaining.
*/
public Builder clearAvatarGuid() {
@@ -533,40 +533,9 @@ public final class AvatarSatiationDataOuterClass {
return this;
}
- private float penaltyFinishTime_ ;
- /**
- * float penalty_finish_time = 6;
- * @return The penaltyFinishTime.
- */
- @java.lang.Override
- public float getPenaltyFinishTime() {
- return penaltyFinishTime_;
- }
- /**
- * float penalty_finish_time = 6;
- * @param value The penaltyFinishTime to set.
- * @return This builder for chaining.
- */
- public Builder setPenaltyFinishTime(float value) {
-
- penaltyFinishTime_ = value;
- onChanged();
- return this;
- }
- /**
- * float penalty_finish_time = 6;
- * @return This builder for chaining.
- */
- public Builder clearPenaltyFinishTime() {
-
- penaltyFinishTime_ = 0F;
- onChanged();
- return this;
- }
-
private float finishTime_ ;
/**
- * float finish_time = 7;
+ * float finishTime = 15;
* @return The finishTime.
*/
@java.lang.Override
@@ -574,7 +543,7 @@ public final class AvatarSatiationDataOuterClass {
return finishTime_;
}
/**
- * float finish_time = 7;
+ * float finishTime = 15;
* @param value The finishTime to set.
* @return This builder for chaining.
*/
@@ -585,7 +554,7 @@ public final class AvatarSatiationDataOuterClass {
return this;
}
/**
- * float finish_time = 7;
+ * float finishTime = 15;
* @return This builder for chaining.
*/
public Builder clearFinishTime() {
@@ -594,6 +563,37 @@ public final class AvatarSatiationDataOuterClass {
onChanged();
return this;
}
+
+ private float penaltyFinishTime_ ;
+ /**
+ * float penaltyFinishTime = 12;
+ * @return The penaltyFinishTime.
+ */
+ @java.lang.Override
+ public float getPenaltyFinishTime() {
+ return penaltyFinishTime_;
+ }
+ /**
+ * float penaltyFinishTime = 12;
+ * @param value The penaltyFinishTime to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPenaltyFinishTime(float value) {
+
+ penaltyFinishTime_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * float penaltyFinishTime = 12;
+ * @return This builder for chaining.
+ */
+ public Builder clearPenaltyFinishTime() {
+
+ penaltyFinishTime_ = 0F;
+ onChanged();
+ return this;
+ }
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -661,10 +661,10 @@ public final class AvatarSatiationDataOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\031AvatarSatiationData.proto\"\\\n\023AvatarSat" +
- "iationData\022\023\n\013avatar_guid\030\017 \001(\004\022\033\n\023penal" +
- "ty_finish_time\030\006 \001(\002\022\023\n\013finish_time\030\007 \001(" +
- "\002B\033\n\031emu.grasscutter.net.protob\006proto3"
+ "\n\031AvatarSatiationData.proto\"X\n\023AvatarSat" +
+ "iationData\022\022\n\navatarGuid\030\005 \001(\004\022\022\n\nfinish" +
+ "Time\030\017 \001(\002\022\031\n\021penaltyFinishTime\030\014 \001(\002B\033\n" +
+ "\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -675,7 +675,7 @@ public final class AvatarSatiationDataOuterClass {
internal_static_AvatarSatiationData_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_AvatarSatiationData_descriptor,
- new java.lang.String[] { "AvatarGuid", "PenaltyFinishTime", "FinishTime", });
+ new java.lang.String[] { "AvatarGuid", "FinishTime", "PenaltyFinishTime", });
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldReqOuterClass.java
index 8890c1255..4d94dd5f4 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldReqOuterClass.java
@@ -20,14 +20,14 @@ public final class BackMyWorldReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 269;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum LKDIGIDFBMK {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 231;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code BackMyWorldReq}
@@ -252,14 +252,14 @@ public final class BackMyWorldReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 269;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum LKDIGIDFBMK {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 231;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code BackMyWorldReq}
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldRspOuterClass.java
index d38339e91..81898fd94 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/BackMyWorldRspOuterClass.java
@@ -19,20 +19,20 @@ public final class BackMyWorldRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * int32 retcode = 6;
+ * int32 retcode = 9;
* @return The retcode.
*/
int getRetcode();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 218;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum MHICMFDMFAI {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 276;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code BackMyWorldRsp}
@@ -79,7 +79,7 @@ public final class BackMyWorldRspOuterClass {
case 0:
done = true;
break;
- case 48: {
+ case 72: {
retcode_ = input.readInt32();
break;
@@ -116,10 +116,10 @@ public final class BackMyWorldRspOuterClass {
emu.grasscutter.net.proto.BackMyWorldRspOuterClass.BackMyWorldRsp.class, emu.grasscutter.net.proto.BackMyWorldRspOuterClass.BackMyWorldRsp.Builder.class);
}
- public static final int RETCODE_FIELD_NUMBER = 6;
+ public static final int RETCODE_FIELD_NUMBER = 9;
private int retcode_;
/**
- * int32 retcode = 6;
+ * int32 retcode = 9;
* @return The retcode.
*/
@java.lang.Override
@@ -142,7 +142,7 @@ public final class BackMyWorldRspOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (retcode_ != 0) {
- output.writeInt32(6, retcode_);
+ output.writeInt32(9, retcode_);
}
unknownFields.writeTo(output);
}
@@ -155,7 +155,7 @@ public final class BackMyWorldRspOuterClass {
size = 0;
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(6, retcode_);
+ .computeInt32Size(9, retcode_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -284,13 +284,13 @@ public final class BackMyWorldRspOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 218;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum MHICMFDMFAI {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 276;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code BackMyWorldRsp}
@@ -441,7 +441,7 @@ public final class BackMyWorldRspOuterClass {
private int retcode_ ;
/**
- * int32 retcode = 6;
+ * int32 retcode = 9;
* @return The retcode.
*/
@java.lang.Override
@@ -449,7 +449,7 @@ public final class BackMyWorldRspOuterClass {
return retcode_;
}
/**
- * int32 retcode = 6;
+ * int32 retcode = 9;
* @param value The retcode to set.
* @return This builder for chaining.
*/
@@ -460,7 +460,7 @@ public final class BackMyWorldRspOuterClass {
return this;
}
/**
- * int32 retcode = 6;
+ * int32 retcode = 9;
* @return This builder for chaining.
*/
public Builder clearRetcode() {
@@ -537,7 +537,7 @@ public final class BackMyWorldRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\024BackMyWorldRsp.proto\"!\n\016BackMyWorldRsp" +
- "\022\017\n\007retcode\030\006 \001(\005B\033\n\031emu.grasscutter.net" +
+ "\022\017\n\007retcode\030\t \001(\005B\033\n\031emu.grasscutter.net" +
".protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardReqOuterClass.java
index bd178e2e9..f5677fc59 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardReqOuterClass.java
@@ -19,21 +19,21 @@ public final class GetHomeLevelUpRewardReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint32 level = 11;
+ * uint32 level = 13;
* @return The level.
*/
int getLevel();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4457;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum DPLHJJDEKBD {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4588;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code GetHomeLevelUpRewardReq}
@@ -80,7 +80,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
case 0:
done = true;
break;
- case 88: {
+ case 104: {
level_ = input.readUInt32();
break;
@@ -117,10 +117,10 @@ public final class GetHomeLevelUpRewardReqOuterClass {
emu.grasscutter.net.proto.GetHomeLevelUpRewardReqOuterClass.GetHomeLevelUpRewardReq.class, emu.grasscutter.net.proto.GetHomeLevelUpRewardReqOuterClass.GetHomeLevelUpRewardReq.Builder.class);
}
- public static final int LEVEL_FIELD_NUMBER = 11;
+ public static final int LEVEL_FIELD_NUMBER = 13;
private int level_;
/**
- * uint32 level = 11;
+ * uint32 level = 13;
* @return The level.
*/
@java.lang.Override
@@ -143,7 +143,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (level_ != 0) {
- output.writeUInt32(11, level_);
+ output.writeUInt32(13, level_);
}
unknownFields.writeTo(output);
}
@@ -156,7 +156,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
size = 0;
if (level_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(11, level_);
+ .computeUInt32Size(13, level_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -285,14 +285,14 @@ public final class GetHomeLevelUpRewardReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4457;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum DPLHJJDEKBD {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4588;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code GetHomeLevelUpRewardReq}
@@ -443,7 +443,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
private int level_ ;
/**
- * uint32 level = 11;
+ * uint32 level = 13;
* @return The level.
*/
@java.lang.Override
@@ -451,7 +451,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
return level_;
}
/**
- * uint32 level = 11;
+ * uint32 level = 13;
* @param value The level to set.
* @return This builder for chaining.
*/
@@ -462,7 +462,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
return this;
}
/**
- * uint32 level = 11;
+ * uint32 level = 13;
* @return This builder for chaining.
*/
public Builder clearLevel() {
@@ -539,7 +539,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\035GetHomeLevelUpRewardReq.proto\"(\n\027GetHo" +
- "meLevelUpRewardReq\022\r\n\005level\030\013 \001(\rB\033\n\031emu" +
+ "meLevelUpRewardReq\022\r\n\005level\030\r \001(\rB\033\n\031emu" +
".grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardRspOuterClass.java
index c64df7562..c9801f394 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/GetHomeLevelUpRewardRspOuterClass.java
@@ -18,27 +18,27 @@ public final class GetHomeLevelUpRewardRspOuterClass {
// @@protoc_insertion_point(interface_extends:GetHomeLevelUpRewardRsp)
com.google.protobuf.MessageOrBuilder {
- /**
- * int32 retcode = 8;
- * @return The retcode.
- */
- int getRetcode();
-
/**
* uint32 level = 5;
* @return The level.
*/
int getLevel();
+
+ /**
+ * int32 retcode = 6;
+ * @return The retcode.
+ */
+ int getRetcode();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4857;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum NCJHHGNGMBO {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4668;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code GetHomeLevelUpRewardRsp}
@@ -90,7 +90,7 @@ public final class GetHomeLevelUpRewardRspOuterClass {
level_ = input.readUInt32();
break;
}
- case 64: {
+ case 48: {
retcode_ = input.readInt32();
break;
@@ -127,17 +127,6 @@ public final class GetHomeLevelUpRewardRspOuterClass {
emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp.class, emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp.Builder.class);
}
- public static final int RETCODE_FIELD_NUMBER = 8;
- private int retcode_;
- /**
- * int32 retcode = 8;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
-
public static final int LEVEL_FIELD_NUMBER = 5;
private int level_;
/**
@@ -149,6 +138,17 @@ public final class GetHomeLevelUpRewardRspOuterClass {
return level_;
}
+ public static final int RETCODE_FIELD_NUMBER = 6;
+ private int retcode_;
+ /**
+ * int32 retcode = 6;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -167,7 +167,7 @@ public final class GetHomeLevelUpRewardRspOuterClass {
output.writeUInt32(5, level_);
}
if (retcode_ != 0) {
- output.writeInt32(8, retcode_);
+ output.writeInt32(6, retcode_);
}
unknownFields.writeTo(output);
}
@@ -184,7 +184,7 @@ public final class GetHomeLevelUpRewardRspOuterClass {
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(8, retcode_);
+ .computeInt32Size(6, retcode_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -201,10 +201,10 @@ public final class GetHomeLevelUpRewardRspOuterClass {
}
emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp other = (emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp) obj;
- if (getRetcode()
- != other.getRetcode()) return false;
if (getLevel()
!= other.getLevel()) return false;
+ if (getRetcode()
+ != other.getRetcode()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -216,10 +216,10 @@ public final class GetHomeLevelUpRewardRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + RETCODE_FIELD_NUMBER;
- hash = (53 * hash) + getRetcode();
hash = (37 * hash) + LEVEL_FIELD_NUMBER;
hash = (53 * hash) + getLevel();
+ hash = (37 * hash) + RETCODE_FIELD_NUMBER;
+ hash = (53 * hash) + getRetcode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -317,13 +317,13 @@ public final class GetHomeLevelUpRewardRspOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4857;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum NCJHHGNGMBO {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4668;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code GetHomeLevelUpRewardRsp}
@@ -363,10 +363,10 @@ public final class GetHomeLevelUpRewardRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
- retcode_ = 0;
-
level_ = 0;
+ retcode_ = 0;
+
return this;
}
@@ -393,8 +393,8 @@ public final class GetHomeLevelUpRewardRspOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp buildPartial() {
emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp result = new emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp(this);
- result.retcode_ = retcode_;
result.level_ = level_;
+ result.retcode_ = retcode_;
onBuilt();
return result;
}
@@ -443,12 +443,12 @@ public final class GetHomeLevelUpRewardRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp other) {
if (other == emu.grasscutter.net.proto.GetHomeLevelUpRewardRspOuterClass.GetHomeLevelUpRewardRsp.getDefaultInstance()) return this;
- if (other.getRetcode() != 0) {
- setRetcode(other.getRetcode());
- }
if (other.getLevel() != 0) {
setLevel(other.getLevel());
}
+ if (other.getRetcode() != 0) {
+ setRetcode(other.getRetcode());
+ }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -478,37 +478,6 @@ public final class GetHomeLevelUpRewardRspOuterClass {
return this;
}
- private int retcode_ ;
- /**
- * int32 retcode = 8;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
- /**
- * int32 retcode = 8;
- * @param value The retcode to set.
- * @return This builder for chaining.
- */
- public Builder setRetcode(int value) {
-
- retcode_ = value;
- onChanged();
- return this;
- }
- /**
- * int32 retcode = 8;
- * @return This builder for chaining.
- */
- public Builder clearRetcode() {
-
- retcode_ = 0;
- onChanged();
- return this;
- }
-
private int level_ ;
/**
* uint32 level = 5;
@@ -539,6 +508,37 @@ public final class GetHomeLevelUpRewardRspOuterClass {
onChanged();
return this;
}
+
+ private int retcode_ ;
+ /**
+ * int32 retcode = 6;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+ /**
+ * int32 retcode = 6;
+ * @param value The retcode to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRetcode(int value) {
+
+ retcode_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * int32 retcode = 6;
+ * @return This builder for chaining.
+ */
+ public Builder clearRetcode() {
+
+ retcode_ = 0;
+ onChanged();
+ return this;
+ }
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -607,8 +607,8 @@ public final class GetHomeLevelUpRewardRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\035GetHomeLevelUpRewardRsp.proto\"9\n\027GetHo" +
- "meLevelUpRewardRsp\022\017\n\007retcode\030\010 \001(\005\022\r\n\005l" +
- "evel\030\005 \001(\rB\033\n\031emu.grasscutter.net.protob" +
+ "meLevelUpRewardRsp\022\r\n\005level\030\005 \001(\r\022\017\n\007ret" +
+ "code\030\006 \001(\005B\033\n\031emu.grasscutter.net.protob" +
"\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
@@ -620,7 +620,7 @@ public final class GetHomeLevelUpRewardRspOuterClass {
internal_static_GetHomeLevelUpRewardRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_GetHomeLevelUpRewardRsp_descriptor,
- new java.lang.String[] { "Retcode", "Level", });
+ new java.lang.String[] { "Level", "Retcode", });
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleReqOuterClass.java
index 0fedafe06..e3e157783 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleReqOuterClass.java
@@ -19,21 +19,21 @@ public final class HomeChangeModuleReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint32 target_module_id = 6;
+ * uint32 targetModuleId = 12;
* @return The targetModuleId.
*/
int getTargetModuleId();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4559;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum KMCKOHBLHIJ {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4484;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code HomeChangeModuleReq}
@@ -80,7 +80,7 @@ public final class HomeChangeModuleReqOuterClass {
case 0:
done = true;
break;
- case 48: {
+ case 96: {
targetModuleId_ = input.readUInt32();
break;
@@ -117,10 +117,10 @@ public final class HomeChangeModuleReqOuterClass {
emu.grasscutter.net.proto.HomeChangeModuleReqOuterClass.HomeChangeModuleReq.class, emu.grasscutter.net.proto.HomeChangeModuleReqOuterClass.HomeChangeModuleReq.Builder.class);
}
- public static final int TARGET_MODULE_ID_FIELD_NUMBER = 6;
+ public static final int TARGETMODULEID_FIELD_NUMBER = 12;
private int targetModuleId_;
/**
- * uint32 target_module_id = 6;
+ * uint32 targetModuleId = 12;
* @return The targetModuleId.
*/
@java.lang.Override
@@ -143,7 +143,7 @@ public final class HomeChangeModuleReqOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (targetModuleId_ != 0) {
- output.writeUInt32(6, targetModuleId_);
+ output.writeUInt32(12, targetModuleId_);
}
unknownFields.writeTo(output);
}
@@ -156,7 +156,7 @@ public final class HomeChangeModuleReqOuterClass {
size = 0;
if (targetModuleId_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(6, targetModuleId_);
+ .computeUInt32Size(12, targetModuleId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -186,7 +186,7 @@ public final class HomeChangeModuleReqOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + TARGET_MODULE_ID_FIELD_NUMBER;
+ hash = (37 * hash) + TARGETMODULEID_FIELD_NUMBER;
hash = (53 * hash) + getTargetModuleId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
@@ -285,14 +285,14 @@ public final class HomeChangeModuleReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4559;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum KMCKOHBLHIJ {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4484;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code HomeChangeModuleReq}
@@ -443,7 +443,7 @@ public final class HomeChangeModuleReqOuterClass {
private int targetModuleId_ ;
/**
- * uint32 target_module_id = 6;
+ * uint32 targetModuleId = 12;
* @return The targetModuleId.
*/
@java.lang.Override
@@ -451,7 +451,7 @@ public final class HomeChangeModuleReqOuterClass {
return targetModuleId_;
}
/**
- * uint32 target_module_id = 6;
+ * uint32 targetModuleId = 12;
* @param value The targetModuleId to set.
* @return This builder for chaining.
*/
@@ -462,7 +462,7 @@ public final class HomeChangeModuleReqOuterClass {
return this;
}
/**
- * uint32 target_module_id = 6;
+ * uint32 targetModuleId = 12;
* @return This builder for chaining.
*/
public Builder clearTargetModuleId() {
@@ -538,9 +538,9 @@ public final class HomeChangeModuleReqOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\031HomeChangeModuleReq.proto\"/\n\023HomeChang" +
- "eModuleReq\022\030\n\020target_module_id\030\006 \001(\rB\033\n\031" +
- "emu.grasscutter.net.protob\006proto3"
+ "\n\031HomeChangeModuleReq.proto\"-\n\023HomeChang" +
+ "eModuleReq\022\026\n\016targetModuleId\030\014 \001(\rB\033\n\031em" +
+ "u.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleRspOuterClass.java
index ce578f64e..e7bf421c2 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/HomeChangeModuleRspOuterClass.java
@@ -19,26 +19,26 @@ public final class HomeChangeModuleRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * int32 retcode = 14;
- * @return The retcode.
- */
- int getRetcode();
-
- /**
- * uint32 target_module_id = 8;
+ * uint32 targetModuleId = 11;
* @return The targetModuleId.
*/
int getTargetModuleId();
+
+ /**
+ * int32 retcode = 13;
+ * @return The retcode.
+ */
+ int getRetcode();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4551;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum KODHEEBFFHG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4833;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeChangeModuleRsp}
@@ -85,12 +85,12 @@ public final class HomeChangeModuleRspOuterClass {
case 0:
done = true;
break;
- case 64: {
+ case 88: {
targetModuleId_ = input.readUInt32();
break;
}
- case 112: {
+ case 104: {
retcode_ = input.readInt32();
break;
@@ -127,21 +127,10 @@ public final class HomeChangeModuleRspOuterClass {
emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp.class, emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp.Builder.class);
}
- public static final int RETCODE_FIELD_NUMBER = 14;
- private int retcode_;
- /**
- * int32 retcode = 14;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
-
- public static final int TARGET_MODULE_ID_FIELD_NUMBER = 8;
+ public static final int TARGETMODULEID_FIELD_NUMBER = 11;
private int targetModuleId_;
/**
- * uint32 target_module_id = 8;
+ * uint32 targetModuleId = 11;
* @return The targetModuleId.
*/
@java.lang.Override
@@ -149,6 +138,17 @@ public final class HomeChangeModuleRspOuterClass {
return targetModuleId_;
}
+ public static final int RETCODE_FIELD_NUMBER = 13;
+ private int retcode_;
+ /**
+ * int32 retcode = 13;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -164,10 +164,10 @@ public final class HomeChangeModuleRspOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (targetModuleId_ != 0) {
- output.writeUInt32(8, targetModuleId_);
+ output.writeUInt32(11, targetModuleId_);
}
if (retcode_ != 0) {
- output.writeInt32(14, retcode_);
+ output.writeInt32(13, retcode_);
}
unknownFields.writeTo(output);
}
@@ -180,11 +180,11 @@ public final class HomeChangeModuleRspOuterClass {
size = 0;
if (targetModuleId_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(8, targetModuleId_);
+ .computeUInt32Size(11, targetModuleId_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(14, retcode_);
+ .computeInt32Size(13, retcode_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -201,10 +201,10 @@ public final class HomeChangeModuleRspOuterClass {
}
emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp other = (emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp) obj;
- if (getRetcode()
- != other.getRetcode()) return false;
if (getTargetModuleId()
!= other.getTargetModuleId()) return false;
+ if (getRetcode()
+ != other.getRetcode()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -216,10 +216,10 @@ public final class HomeChangeModuleRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
+ hash = (37 * hash) + TARGETMODULEID_FIELD_NUMBER;
+ hash = (53 * hash) + getTargetModuleId();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
- hash = (37 * hash) + TARGET_MODULE_ID_FIELD_NUMBER;
- hash = (53 * hash) + getTargetModuleId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -317,13 +317,13 @@ public final class HomeChangeModuleRspOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4551;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum KODHEEBFFHG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4833;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeChangeModuleRsp}
@@ -363,10 +363,10 @@ public final class HomeChangeModuleRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
- retcode_ = 0;
-
targetModuleId_ = 0;
+ retcode_ = 0;
+
return this;
}
@@ -393,8 +393,8 @@ public final class HomeChangeModuleRspOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp buildPartial() {
emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp result = new emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp(this);
- result.retcode_ = retcode_;
result.targetModuleId_ = targetModuleId_;
+ result.retcode_ = retcode_;
onBuilt();
return result;
}
@@ -443,12 +443,12 @@ public final class HomeChangeModuleRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp other) {
if (other == emu.grasscutter.net.proto.HomeChangeModuleRspOuterClass.HomeChangeModuleRsp.getDefaultInstance()) return this;
- if (other.getRetcode() != 0) {
- setRetcode(other.getRetcode());
- }
if (other.getTargetModuleId() != 0) {
setTargetModuleId(other.getTargetModuleId());
}
+ if (other.getRetcode() != 0) {
+ setRetcode(other.getRetcode());
+ }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -478,40 +478,9 @@ public final class HomeChangeModuleRspOuterClass {
return this;
}
- private int retcode_ ;
- /**
- * int32 retcode = 14;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
- /**
- * int32 retcode = 14;
- * @param value The retcode to set.
- * @return This builder for chaining.
- */
- public Builder setRetcode(int value) {
-
- retcode_ = value;
- onChanged();
- return this;
- }
- /**
- * int32 retcode = 14;
- * @return This builder for chaining.
- */
- public Builder clearRetcode() {
-
- retcode_ = 0;
- onChanged();
- return this;
- }
-
private int targetModuleId_ ;
/**
- * uint32 target_module_id = 8;
+ * uint32 targetModuleId = 11;
* @return The targetModuleId.
*/
@java.lang.Override
@@ -519,7 +488,7 @@ public final class HomeChangeModuleRspOuterClass {
return targetModuleId_;
}
/**
- * uint32 target_module_id = 8;
+ * uint32 targetModuleId = 11;
* @param value The targetModuleId to set.
* @return This builder for chaining.
*/
@@ -530,7 +499,7 @@ public final class HomeChangeModuleRspOuterClass {
return this;
}
/**
- * uint32 target_module_id = 8;
+ * uint32 targetModuleId = 11;
* @return This builder for chaining.
*/
public Builder clearTargetModuleId() {
@@ -539,6 +508,37 @@ public final class HomeChangeModuleRspOuterClass {
onChanged();
return this;
}
+
+ private int retcode_ ;
+ /**
+ * int32 retcode = 13;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+ /**
+ * int32 retcode = 13;
+ * @param value The retcode to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRetcode(int value) {
+
+ retcode_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * int32 retcode = 13;
+ * @return This builder for chaining.
+ */
+ public Builder clearRetcode() {
+
+ retcode_ = 0;
+ onChanged();
+ return this;
+ }
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -606,10 +606,10 @@ public final class HomeChangeModuleRspOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\031HomeChangeModuleRsp.proto\"@\n\023HomeChang" +
- "eModuleRsp\022\017\n\007retcode\030\016 \001(\005\022\030\n\020target_mo" +
- "dule_id\030\010 \001(\rB\033\n\031emu.grasscutter.net.pro" +
- "tob\006proto3"
+ "\n\031HomeChangeModuleRsp.proto\">\n\023HomeChang" +
+ "eModuleRsp\022\026\n\016targetModuleId\030\013 \001(\r\022\017\n\007re" +
+ "tcode\030\r \001(\005B\033\n\031emu.grasscutter.net.proto" +
+ "b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -620,7 +620,7 @@ public final class HomeChangeModuleRspOuterClass {
internal_static_HomeChangeModuleRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_HomeChangeModuleRsp_descriptor,
- new java.lang.String[] { "Retcode", "TargetModuleId", });
+ new java.lang.String[] { "TargetModuleId", "Retcode", });
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenReqOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenReqOuterClass.java
index c0da000e0..72cb52fa3 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenReqOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenReqOuterClass.java
@@ -19,17 +19,17 @@ public final class HomeModuleSeenReqOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return A list containing the seenModuleIdList.
*/
java.util.List getSeenModuleIdListList();
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return The count of seenModuleIdList.
*/
int getSeenModuleIdListCount();
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
@@ -37,14 +37,14 @@ public final class HomeModuleSeenReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4861;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum OKDEFJHLABG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4817;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleSeenReq}
@@ -93,7 +93,7 @@ public final class HomeModuleSeenReqOuterClass {
case 0:
done = true;
break;
- case 72: {
+ case 32: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
seenModuleIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
@@ -101,7 +101,7 @@ public final class HomeModuleSeenReqOuterClass {
seenModuleIdList_.addInt(input.readUInt32());
break;
}
- case 74: {
+ case 34: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
@@ -149,10 +149,10 @@ public final class HomeModuleSeenReqOuterClass {
emu.grasscutter.net.proto.HomeModuleSeenReqOuterClass.HomeModuleSeenReq.class, emu.grasscutter.net.proto.HomeModuleSeenReqOuterClass.HomeModuleSeenReq.Builder.class);
}
- public static final int SEEN_MODULE_ID_LIST_FIELD_NUMBER = 9;
+ public static final int SEENMODULEIDLIST_FIELD_NUMBER = 4;
private com.google.protobuf.Internal.IntList seenModuleIdList_;
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return A list containing the seenModuleIdList.
*/
@java.lang.Override
@@ -161,14 +161,14 @@ public final class HomeModuleSeenReqOuterClass {
return seenModuleIdList_;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return The count of seenModuleIdList.
*/
public int getSeenModuleIdListCount() {
return seenModuleIdList_.size();
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
@@ -193,7 +193,7 @@ public final class HomeModuleSeenReqOuterClass {
throws java.io.IOException {
getSerializedSize();
if (getSeenModuleIdListList().size() > 0) {
- output.writeUInt32NoTag(74);
+ output.writeUInt32NoTag(34);
output.writeUInt32NoTag(seenModuleIdListMemoizedSerializedSize);
}
for (int i = 0; i < seenModuleIdList_.size(); i++) {
@@ -251,7 +251,7 @@ public final class HomeModuleSeenReqOuterClass {
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getSeenModuleIdListCount() > 0) {
- hash = (37 * hash) + SEEN_MODULE_ID_LIST_FIELD_NUMBER;
+ hash = (37 * hash) + SEENMODULEIDLIST_FIELD_NUMBER;
hash = (53 * hash) + getSeenModuleIdListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
@@ -351,14 +351,14 @@ public final class HomeModuleSeenReqOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4861;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * IS_ALLOW_CLIENT = 1;
- * }
+ *enum OKDEFJHLABG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4817;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ * EAJIABGAOCI = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleSeenReq}
@@ -528,7 +528,7 @@ public final class HomeModuleSeenReqOuterClass {
}
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return A list containing the seenModuleIdList.
*/
public java.util.List
@@ -537,14 +537,14 @@ public final class HomeModuleSeenReqOuterClass {
java.util.Collections.unmodifiableList(seenModuleIdList_) : seenModuleIdList_;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return The count of seenModuleIdList.
*/
public int getSeenModuleIdListCount() {
return seenModuleIdList_.size();
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
@@ -552,7 +552,7 @@ public final class HomeModuleSeenReqOuterClass {
return seenModuleIdList_.getInt(index);
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param index The index to set the value at.
* @param value The seenModuleIdList to set.
* @return This builder for chaining.
@@ -565,7 +565,7 @@ public final class HomeModuleSeenReqOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param value The seenModuleIdList to add.
* @return This builder for chaining.
*/
@@ -576,7 +576,7 @@ public final class HomeModuleSeenReqOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @param values The seenModuleIdList to add.
* @return This builder for chaining.
*/
@@ -589,7 +589,7 @@ public final class HomeModuleSeenReqOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 4;
* @return This builder for chaining.
*/
public Builder clearSeenModuleIdList() {
@@ -665,9 +665,9 @@ public final class HomeModuleSeenReqOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\027HomeModuleSeenReq.proto\"0\n\021HomeModuleS" +
- "eenReq\022\033\n\023seen_module_id_list\030\t \003(\rB\033\n\031e" +
- "mu.grasscutter.net.protob\006proto3"
+ "\n\027HomeModuleSeenReq.proto\"-\n\021HomeModuleS" +
+ "eenReq\022\030\n\020seenModuleIdList\030\004 \003(\rB\033\n\031emu." +
+ "grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenRspOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenRspOuterClass.java
index ff3d26b25..f0c3b9944 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenRspOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleSeenRspOuterClass.java
@@ -19,37 +19,37 @@ public final class HomeModuleSeenRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * repeated uint32 seen_module_id_list = 9;
+ * int32 retcode = 9;
+ * @return The retcode.
+ */
+ int getRetcode();
+
+ /**
+ * repeated uint32 seenModuleIdList = 12;
* @return A list containing the seenModuleIdList.
*/
java.util.List getSeenModuleIdListList();
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return The count of seenModuleIdList.
*/
int getSeenModuleIdListCount();
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
int getSeenModuleIdList(int index);
-
- /**
- * int32 retcode = 6;
- * @return The retcode.
- */
- int getRetcode();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4693;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum DBDAOAGDKOJ {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4516;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleSeenRsp}
@@ -98,12 +98,12 @@ public final class HomeModuleSeenRspOuterClass {
case 0:
done = true;
break;
- case 48: {
+ case 72: {
retcode_ = input.readInt32();
break;
}
- case 72: {
+ case 96: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
seenModuleIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
@@ -111,7 +111,7 @@ public final class HomeModuleSeenRspOuterClass {
seenModuleIdList_.addInt(input.readUInt32());
break;
}
- case 74: {
+ case 98: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
@@ -159,10 +159,21 @@ public final class HomeModuleSeenRspOuterClass {
emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp.class, emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp.Builder.class);
}
- public static final int SEEN_MODULE_ID_LIST_FIELD_NUMBER = 9;
+ public static final int RETCODE_FIELD_NUMBER = 9;
+ private int retcode_;
+ /**
+ * int32 retcode = 9;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+
+ public static final int SEENMODULEIDLIST_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.IntList seenModuleIdList_;
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return A list containing the seenModuleIdList.
*/
@java.lang.Override
@@ -171,14 +182,14 @@ public final class HomeModuleSeenRspOuterClass {
return seenModuleIdList_;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return The count of seenModuleIdList.
*/
public int getSeenModuleIdListCount() {
return seenModuleIdList_.size();
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
@@ -187,17 +198,6 @@ public final class HomeModuleSeenRspOuterClass {
}
private int seenModuleIdListMemoizedSerializedSize = -1;
- public static final int RETCODE_FIELD_NUMBER = 6;
- private int retcode_;
- /**
- * int32 retcode = 6;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
-
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -214,10 +214,10 @@ public final class HomeModuleSeenRspOuterClass {
throws java.io.IOException {
getSerializedSize();
if (retcode_ != 0) {
- output.writeInt32(6, retcode_);
+ output.writeInt32(9, retcode_);
}
if (getSeenModuleIdListList().size() > 0) {
- output.writeUInt32NoTag(74);
+ output.writeUInt32NoTag(98);
output.writeUInt32NoTag(seenModuleIdListMemoizedSerializedSize);
}
for (int i = 0; i < seenModuleIdList_.size(); i++) {
@@ -234,7 +234,7 @@ public final class HomeModuleSeenRspOuterClass {
size = 0;
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(6, retcode_);
+ .computeInt32Size(9, retcode_);
}
{
int dataSize = 0;
@@ -265,10 +265,10 @@ public final class HomeModuleSeenRspOuterClass {
}
emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp other = (emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp) obj;
- if (!getSeenModuleIdListList()
- .equals(other.getSeenModuleIdListList())) return false;
if (getRetcode()
!= other.getRetcode()) return false;
+ if (!getSeenModuleIdListList()
+ .equals(other.getSeenModuleIdListList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -280,12 +280,12 @@ public final class HomeModuleSeenRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- if (getSeenModuleIdListCount() > 0) {
- hash = (37 * hash) + SEEN_MODULE_ID_LIST_FIELD_NUMBER;
- hash = (53 * hash) + getSeenModuleIdListList().hashCode();
- }
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
+ if (getSeenModuleIdListCount() > 0) {
+ hash = (37 * hash) + SEENMODULEIDLIST_FIELD_NUMBER;
+ hash = (53 * hash) + getSeenModuleIdListList().hashCode();
+ }
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -383,13 +383,13 @@ public final class HomeModuleSeenRspOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4693;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum DBDAOAGDKOJ {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4516;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleSeenRsp}
@@ -429,10 +429,10 @@ public final class HomeModuleSeenRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
- seenModuleIdList_ = emptyIntList();
- bitField0_ = (bitField0_ & ~0x00000001);
retcode_ = 0;
+ seenModuleIdList_ = emptyIntList();
+ bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@@ -460,12 +460,12 @@ public final class HomeModuleSeenRspOuterClass {
public emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp buildPartial() {
emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp result = new emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp(this);
int from_bitField0_ = bitField0_;
+ result.retcode_ = retcode_;
if (((bitField0_ & 0x00000001) != 0)) {
seenModuleIdList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.seenModuleIdList_ = seenModuleIdList_;
- result.retcode_ = retcode_;
onBuilt();
return result;
}
@@ -514,6 +514,9 @@ public final class HomeModuleSeenRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp other) {
if (other == emu.grasscutter.net.proto.HomeModuleSeenRspOuterClass.HomeModuleSeenRsp.getDefaultInstance()) return this;
+ if (other.getRetcode() != 0) {
+ setRetcode(other.getRetcode());
+ }
if (!other.seenModuleIdList_.isEmpty()) {
if (seenModuleIdList_.isEmpty()) {
seenModuleIdList_ = other.seenModuleIdList_;
@@ -524,9 +527,6 @@ public final class HomeModuleSeenRspOuterClass {
}
onChanged();
}
- if (other.getRetcode() != 0) {
- setRetcode(other.getRetcode());
- }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -557,6 +557,37 @@ public final class HomeModuleSeenRspOuterClass {
}
private int bitField0_;
+ private int retcode_ ;
+ /**
+ * int32 retcode = 9;
+ * @return The retcode.
+ */
+ @java.lang.Override
+ public int getRetcode() {
+ return retcode_;
+ }
+ /**
+ * int32 retcode = 9;
+ * @param value The retcode to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRetcode(int value) {
+
+ retcode_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * int32 retcode = 9;
+ * @return This builder for chaining.
+ */
+ public Builder clearRetcode() {
+
+ retcode_ = 0;
+ onChanged();
+ return this;
+ }
+
private com.google.protobuf.Internal.IntList seenModuleIdList_ = emptyIntList();
private void ensureSeenModuleIdListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
@@ -565,7 +596,7 @@ public final class HomeModuleSeenRspOuterClass {
}
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return A list containing the seenModuleIdList.
*/
public java.util.List
@@ -574,14 +605,14 @@ public final class HomeModuleSeenRspOuterClass {
java.util.Collections.unmodifiableList(seenModuleIdList_) : seenModuleIdList_;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return The count of seenModuleIdList.
*/
public int getSeenModuleIdListCount() {
return seenModuleIdList_.size();
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param index The index of the element to return.
* @return The seenModuleIdList at the given index.
*/
@@ -589,7 +620,7 @@ public final class HomeModuleSeenRspOuterClass {
return seenModuleIdList_.getInt(index);
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param index The index to set the value at.
* @param value The seenModuleIdList to set.
* @return This builder for chaining.
@@ -602,7 +633,7 @@ public final class HomeModuleSeenRspOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param value The seenModuleIdList to add.
* @return This builder for chaining.
*/
@@ -613,7 +644,7 @@ public final class HomeModuleSeenRspOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @param values The seenModuleIdList to add.
* @return This builder for chaining.
*/
@@ -626,7 +657,7 @@ public final class HomeModuleSeenRspOuterClass {
return this;
}
/**
- * repeated uint32 seen_module_id_list = 9;
+ * repeated uint32 seenModuleIdList = 12;
* @return This builder for chaining.
*/
public Builder clearSeenModuleIdList() {
@@ -635,37 +666,6 @@ public final class HomeModuleSeenRspOuterClass {
onChanged();
return this;
}
-
- private int retcode_ ;
- /**
- * int32 retcode = 6;
- * @return The retcode.
- */
- @java.lang.Override
- public int getRetcode() {
- return retcode_;
- }
- /**
- * int32 retcode = 6;
- * @param value The retcode to set.
- * @return This builder for chaining.
- */
- public Builder setRetcode(int value) {
-
- retcode_ = value;
- onChanged();
- return this;
- }
- /**
- * int32 retcode = 6;
- * @return This builder for chaining.
- */
- public Builder clearRetcode() {
-
- retcode_ = 0;
- onChanged();
- return this;
- }
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -733,10 +733,10 @@ public final class HomeModuleSeenRspOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\027HomeModuleSeenRsp.proto\"A\n\021HomeModuleS" +
- "eenRsp\022\033\n\023seen_module_id_list\030\t \003(\r\022\017\n\007r" +
- "etcode\030\006 \001(\005B\033\n\031emu.grasscutter.net.prot" +
- "ob\006proto3"
+ "\n\027HomeModuleSeenRsp.proto\">\n\021HomeModuleS" +
+ "eenRsp\022\017\n\007retcode\030\t \001(\005\022\030\n\020seenModuleIdL" +
+ "ist\030\014 \003(\rB\033\n\031emu.grasscutter.net.protob\006" +
+ "proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -747,7 +747,7 @@ public final class HomeModuleSeenRspOuterClass {
internal_static_HomeModuleSeenRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_HomeModuleSeenRsp_descriptor,
- new java.lang.String[] { "SeenModuleIdList", "Retcode", });
+ new java.lang.String[] { "Retcode", "SeenModuleIdList", });
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleUnlockNotifyOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleUnlockNotifyOuterClass.java
index 7050513d6..aa72371db 100644
--- a/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleUnlockNotifyOuterClass.java
+++ b/src/generated/main/java/emu/grasscutter/net/proto/HomeModuleUnlockNotifyOuterClass.java
@@ -19,20 +19,20 @@ public final class HomeModuleUnlockNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
- * uint32 module_id = 4;
+ * uint32 moduleId = 14;
* @return The moduleId.
*/
int getModuleId();
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4674;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum NLKMOKOLLKG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4528;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleUnlockNotify}
@@ -79,7 +79,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
case 0:
done = true;
break;
- case 32: {
+ case 112: {
moduleId_ = input.readUInt32();
break;
@@ -116,10 +116,10 @@ public final class HomeModuleUnlockNotifyOuterClass {
emu.grasscutter.net.proto.HomeModuleUnlockNotifyOuterClass.HomeModuleUnlockNotify.class, emu.grasscutter.net.proto.HomeModuleUnlockNotifyOuterClass.HomeModuleUnlockNotify.Builder.class);
}
- public static final int MODULE_ID_FIELD_NUMBER = 4;
+ public static final int MODULEID_FIELD_NUMBER = 14;
private int moduleId_;
/**
- * uint32 module_id = 4;
+ * uint32 moduleId = 14;
* @return The moduleId.
*/
@java.lang.Override
@@ -142,7 +142,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (moduleId_ != 0) {
- output.writeUInt32(4, moduleId_);
+ output.writeUInt32(14, moduleId_);
}
unknownFields.writeTo(output);
}
@@ -155,7 +155,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
size = 0;
if (moduleId_ != 0) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(4, moduleId_);
+ .computeUInt32Size(14, moduleId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -185,7 +185,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + MODULE_ID_FIELD_NUMBER;
+ hash = (37 * hash) + MODULEID_FIELD_NUMBER;
hash = (53 * hash) + getModuleId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
@@ -284,13 +284,13 @@ public final class HomeModuleUnlockNotifyOuterClass {
}
/**
*
- * enum CmdId {
- * option allow_alias = true;
- * NONE = 0;
- * CMD_ID = 4674;
- * ENET_CHANNEL_ID = 0;
- * ENET_IS_RELIABLE = 1;
- * }
+ *enum NLKMOKOLLKG {
+ * option allow_alias= true;
+ * NONE = 0;
+ * PEPPOHPHJOJ = 4528;
+ * DCDNILFDFLB = 0;
+ * NNBKOLMPOEA = 1;
+ *}
*
*
* Protobuf type {@code HomeModuleUnlockNotify}
@@ -441,7 +441,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
private int moduleId_ ;
/**
- * uint32 module_id = 4;
+ * uint32 moduleId = 14;
* @return The moduleId.
*/
@java.lang.Override
@@ -449,7 +449,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
return moduleId_;
}
/**
- * uint32 module_id = 4;
+ * uint32 moduleId = 14;
* @param value The moduleId to set.
* @return This builder for chaining.
*/
@@ -460,7 +460,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
return this;
}
/**
- * uint32 module_id = 4;
+ * uint32 moduleId = 14;
* @return This builder for chaining.
*/
public Builder clearModuleId() {
@@ -536,9 +536,9 @@ public final class HomeModuleUnlockNotifyOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n\034HomeModuleUnlockNotify.proto\"+\n\026HomeMo" +
- "duleUnlockNotify\022\021\n\tmodule_id\030\004 \001(\rB\033\n\031e" +
- "mu.grasscutter.net.protob\006proto3"
+ "\n\034HomeModuleUnlockNotify.proto\"*\n\026HomeMo" +
+ "duleUnlockNotify\022\020\n\010moduleId\030\016 \001(\rB\033\n\031em" +
+ "u.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,