mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 07:22:53 +08:00
Update missed files (#2060)
This commit is contained in:
parent
71a1e31d37
commit
9a67f93ee8
@ -19,38 +19,38 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData>
|
||||
getSatiationDataListList();
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData getSatiationDataList(int index);
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
int getSatiationDataListCount();
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder>
|
||||
getSatiationDataListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder getSatiationDataListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1766;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
*enum JKBKGEDKLLG {
|
||||
* option allow_alias= true;
|
||||
* NONE = 0;
|
||||
* PEPPOHPHJOJ = 1722;
|
||||
* DCDNILFDFLB = 0;
|
||||
* NNBKOLMPOEA = 1;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarSatiationDataNotify}
|
||||
@ -99,7 +99,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 106: {
|
||||
case 74: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
satiationDataList_ = new java.util.ArrayList<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@ -143,17 +143,17 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataNotifyOuterClass.AvatarSatiationDataNotify.class, emu.grasscutter.net.proto.AvatarSatiationDataNotifyOuterClass.AvatarSatiationDataNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SATIATION_DATA_LIST_FIELD_NUMBER = 13;
|
||||
public static final int SATIATIONDATALIST_FIELD_NUMBER = 9;
|
||||
private java.util.List<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData> satiationDataList_;
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData> getSatiationDataListList() {
|
||||
return satiationDataList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder>
|
||||
@ -161,21 +161,21 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return satiationDataList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSatiationDataListCount() {
|
||||
return satiationDataList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData getSatiationDataList(int index) {
|
||||
return satiationDataList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder getSatiationDataListOrBuilder(
|
||||
@ -198,7 +198,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < satiationDataList_.size(); i++) {
|
||||
output.writeMessage(13, satiationDataList_.get(i));
|
||||
output.writeMessage(9, satiationDataList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@ -211,7 +211,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < satiationDataList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(13, satiationDataList_.get(i));
|
||||
.computeMessageSize(9, satiationDataList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@ -242,7 +242,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getSatiationDataListCount() > 0) {
|
||||
hash = (37 * hash) + SATIATION_DATA_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SATIATIONDATALIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSatiationDataListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@ -342,13 +342,13 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1766;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
*enum JKBKGEDKLLG {
|
||||
* option allow_alias= true;
|
||||
* NONE = 0;
|
||||
* PEPPOHPHJOJ = 1722;
|
||||
* DCDNILFDFLB = 0;
|
||||
* NNBKOLMPOEA = 1;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarSatiationDataNotify}
|
||||
@ -548,7 +548,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder> satiationDataListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData> getSatiationDataListList() {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -558,7 +558,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public int getSatiationDataListCount() {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -568,7 +568,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData getSatiationDataList(int index) {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -578,7 +578,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder setSatiationDataList(
|
||||
int index, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData value) {
|
||||
@ -595,7 +595,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder setSatiationDataList(
|
||||
int index, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder builderForValue) {
|
||||
@ -609,7 +609,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder addSatiationDataList(emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData value) {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -625,7 +625,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder addSatiationDataList(
|
||||
int index, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData value) {
|
||||
@ -642,7 +642,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder addSatiationDataList(
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder builderForValue) {
|
||||
@ -656,7 +656,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder addSatiationDataList(
|
||||
int index, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder builderForValue) {
|
||||
@ -670,7 +670,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder addAllSatiationDataList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData> values) {
|
||||
@ -685,7 +685,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder clearSatiationDataList() {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -698,7 +698,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public Builder removeSatiationDataList(int index) {
|
||||
if (satiationDataListBuilder_ == null) {
|
||||
@ -711,14 +711,14 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder getSatiationDataListBuilder(
|
||||
int index) {
|
||||
return getSatiationDataListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder getSatiationDataListOrBuilder(
|
||||
int index) {
|
||||
@ -728,7 +728,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationDataOrBuilder>
|
||||
getSatiationDataListOrBuilderList() {
|
||||
@ -739,14 +739,14 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder addSatiationDataListBuilder() {
|
||||
return getSatiationDataListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder addSatiationDataListBuilder(
|
||||
int index) {
|
||||
@ -754,7 +754,7 @@ public final class AvatarSatiationDataNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .AvatarSatiationData satiation_data_list = 13;</code>
|
||||
* <code>repeated .AvatarSatiationData satiationDataList = 9;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.AvatarSatiationDataOuterClass.AvatarSatiationData.Builder>
|
||||
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,
|
||||
|
@ -19,22 +19,22 @@ public final class AvatarSatiationDataOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* <code>uint64 avatarGuid = 5;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>float penalty_finish_time = 6;</code>
|
||||
* @return The penaltyFinishTime.
|
||||
*/
|
||||
float getPenaltyFinishTime();
|
||||
|
||||
/**
|
||||
* <code>float finish_time = 7;</code>
|
||||
* <code>float finishTime = 15;</code>
|
||||
* @return The finishTime.
|
||||
*/
|
||||
float getFinishTime();
|
||||
|
||||
/**
|
||||
* <code>float penaltyFinishTime = 12;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* <code>uint64 avatarGuid = 5;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>float penalty_finish_time = 6;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>float finish_time = 7;</code>
|
||||
* <code>float finishTime = 15;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>float penaltyFinishTime = 12;</code>
|
||||
* @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_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* <code>uint64 avatarGuid = 5;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -512,7 +512,7 @@ public final class AvatarSatiationDataOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* <code>uint64 avatarGuid = 5;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -523,7 +523,7 @@ public final class AvatarSatiationDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 15;</code>
|
||||
* <code>uint64 avatarGuid = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@ -533,40 +533,9 @@ public final class AvatarSatiationDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private float penaltyFinishTime_ ;
|
||||
/**
|
||||
* <code>float penalty_finish_time = 6;</code>
|
||||
* @return The penaltyFinishTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getPenaltyFinishTime() {
|
||||
return penaltyFinishTime_;
|
||||
}
|
||||
/**
|
||||
* <code>float penalty_finish_time = 6;</code>
|
||||
* @param value The penaltyFinishTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPenaltyFinishTime(float value) {
|
||||
|
||||
penaltyFinishTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float penalty_finish_time = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPenaltyFinishTime() {
|
||||
|
||||
penaltyFinishTime_ = 0F;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float finishTime_ ;
|
||||
/**
|
||||
* <code>float finish_time = 7;</code>
|
||||
* <code>float finishTime = 15;</code>
|
||||
* @return The finishTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -574,7 +543,7 @@ public final class AvatarSatiationDataOuterClass {
|
||||
return finishTime_;
|
||||
}
|
||||
/**
|
||||
* <code>float finish_time = 7;</code>
|
||||
* <code>float finishTime = 15;</code>
|
||||
* @param value The finishTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -585,7 +554,7 @@ public final class AvatarSatiationDataOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float finish_time = 7;</code>
|
||||
* <code>float finishTime = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFinishTime() {
|
||||
@ -594,6 +563,37 @@ public final class AvatarSatiationDataOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private float penaltyFinishTime_ ;
|
||||
/**
|
||||
* <code>float penaltyFinishTime = 12;</code>
|
||||
* @return The penaltyFinishTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public float getPenaltyFinishTime() {
|
||||
return penaltyFinishTime_;
|
||||
}
|
||||
/**
|
||||
* <code>float penaltyFinishTime = 12;</code>
|
||||
* @param value The penaltyFinishTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPenaltyFinishTime(float value) {
|
||||
|
||||
penaltyFinishTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>float penaltyFinishTime = 12;</code>
|
||||
* @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)
|
||||
|
@ -20,14 +20,14 @@ public final class BackMyWorldReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code BackMyWorldReq}
|
||||
@ -252,14 +252,14 @@ public final class BackMyWorldReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code BackMyWorldReq}
|
||||
|
@ -19,20 +19,20 @@ public final class BackMyWorldRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code BackMyWorldRsp}
|
||||
@ -441,7 +441,7 @@ public final class BackMyWorldRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -449,7 +449,7 @@ public final class BackMyWorldRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -460,7 +460,7 @@ public final class BackMyWorldRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @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
|
||||
|
@ -19,21 +19,21 @@ public final class GetHomeLevelUpRewardReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 level = 11;</code>
|
||||
* <code>uint32 level = 13;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
int getLevel();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>uint32 level = 11;</code>
|
||||
* <code>uint32 level = 13;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetHomeLevelUpRewardReq}
|
||||
@ -443,7 +443,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
|
||||
|
||||
private int level_ ;
|
||||
/**
|
||||
* <code>uint32 level = 11;</code>
|
||||
* <code>uint32 level = 13;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -451,7 +451,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
|
||||
return level_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 11;</code>
|
||||
* <code>uint32 level = 13;</code>
|
||||
* @param value The level to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -462,7 +462,7 @@ public final class GetHomeLevelUpRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 11;</code>
|
||||
* <code>uint32 level = 13;</code>
|
||||
* @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
|
||||
|
@ -18,27 +18,27 @@ public final class GetHomeLevelUpRewardRspOuterClass {
|
||||
// @@protoc_insertion_point(interface_extends:GetHomeLevelUpRewardRsp)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 level = 5;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
int getLevel();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int level_ ;
|
||||
/**
|
||||
* <code>uint32 level = 5;</code>
|
||||
@ -539,6 +508,37 @@ public final class GetHomeLevelUpRewardRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @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)
|
||||
|
@ -19,21 +19,21 @@ public final class HomeChangeModuleReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 target_module_id = 6;</code>
|
||||
* <code>uint32 targetModuleId = 12;</code>
|
||||
* @return The targetModuleId.
|
||||
*/
|
||||
int getTargetModuleId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>uint32 target_module_id = 6;</code>
|
||||
* <code>uint32 targetModuleId = 12;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeChangeModuleReq}
|
||||
@ -443,7 +443,7 @@ public final class HomeChangeModuleReqOuterClass {
|
||||
|
||||
private int targetModuleId_ ;
|
||||
/**
|
||||
* <code>uint32 target_module_id = 6;</code>
|
||||
* <code>uint32 targetModuleId = 12;</code>
|
||||
* @return The targetModuleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -451,7 +451,7 @@ public final class HomeChangeModuleReqOuterClass {
|
||||
return targetModuleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_module_id = 6;</code>
|
||||
* <code>uint32 targetModuleId = 12;</code>
|
||||
* @param value The targetModuleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -462,7 +462,7 @@ public final class HomeChangeModuleReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_module_id = 6;</code>
|
||||
* <code>uint32 targetModuleId = 12;</code>
|
||||
* @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,
|
||||
|
@ -19,26 +19,26 @@ public final class HomeChangeModuleRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 target_module_id = 8;</code>
|
||||
* <code>uint32 targetModuleId = 11;</code>
|
||||
* @return The targetModuleId.
|
||||
*/
|
||||
int getTargetModuleId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>uint32 target_module_id = 8;</code>
|
||||
* <code>uint32 targetModuleId = 11;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int targetModuleId_ ;
|
||||
/**
|
||||
* <code>uint32 target_module_id = 8;</code>
|
||||
* <code>uint32 targetModuleId = 11;</code>
|
||||
* @return The targetModuleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -519,7 +488,7 @@ public final class HomeChangeModuleRspOuterClass {
|
||||
return targetModuleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_module_id = 8;</code>
|
||||
* <code>uint32 targetModuleId = 11;</code>
|
||||
* @param value The targetModuleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -530,7 +499,7 @@ public final class HomeChangeModuleRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 target_module_id = 8;</code>
|
||||
* <code>uint32 targetModuleId = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTargetModuleId() {
|
||||
@ -539,6 +508,37 @@ public final class HomeChangeModuleRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @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)
|
||||
|
@ -19,17 +19,17 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getSeenModuleIdListList();
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
int getSeenModuleIdListCount();
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The seenModuleIdList at the given index.
|
||||
*/
|
||||
@ -37,14 +37,14 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -161,14 +161,14 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
return seenModuleIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
public int getSeenModuleIdListCount() {
|
||||
return seenModuleIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeModuleSeenReq}
|
||||
@ -528,7 +528,7 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@ -537,14 +537,14 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
java.util.Collections.unmodifiableList(seenModuleIdList_) : seenModuleIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
public int getSeenModuleIdListCount() {
|
||||
return seenModuleIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @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);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @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;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @param value The seenModuleIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -576,7 +576,7 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @param values The seenModuleIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -589,7 +589,7 @@ public final class HomeModuleSeenReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 4;</code>
|
||||
* @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,
|
||||
|
@ -19,37 +19,37 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getSeenModuleIdListList();
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
int getSeenModuleIdListCount();
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The seenModuleIdList at the given index.
|
||||
*/
|
||||
int getSeenModuleIdList(int index);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -171,14 +182,14 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
return seenModuleIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
public int getSeenModuleIdListCount() {
|
||||
return seenModuleIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @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_;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @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 {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return A list containing the seenModuleIdList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@ -574,14 +605,14 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(seenModuleIdList_) : seenModuleIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return The count of seenModuleIdList.
|
||||
*/
|
||||
public int getSeenModuleIdListCount() {
|
||||
return seenModuleIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @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);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @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;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @param value The seenModuleIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -613,7 +644,7 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @param values The seenModuleIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -626,7 +657,7 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 seen_module_id_list = 9;</code>
|
||||
* <code>repeated uint32 seenModuleIdList = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSeenModuleIdList() {
|
||||
@ -635,37 +666,6 @@ public final class HomeModuleSeenRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 6;</code>
|
||||
* @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)
|
||||
|
@ -19,20 +19,20 @@ public final class HomeModuleUnlockNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 module_id = 4;</code>
|
||||
* <code>uint32 moduleId = 14;</code>
|
||||
* @return The moduleId.
|
||||
*/
|
||||
int getModuleId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* 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_;
|
||||
/**
|
||||
* <code>uint32 module_id = 4;</code>
|
||||
* <code>uint32 moduleId = 14;</code>
|
||||
* @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 {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* 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;
|
||||
*}
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeModuleUnlockNotify}
|
||||
@ -441,7 +441,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
|
||||
|
||||
private int moduleId_ ;
|
||||
/**
|
||||
* <code>uint32 module_id = 4;</code>
|
||||
* <code>uint32 moduleId = 14;</code>
|
||||
* @return The moduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@ -449,7 +449,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
|
||||
return moduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 module_id = 4;</code>
|
||||
* <code>uint32 moduleId = 14;</code>
|
||||
* @param value The moduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@ -460,7 +460,7 @@ public final class HomeModuleUnlockNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 module_id = 4;</code>
|
||||
* <code>uint32 moduleId = 14;</code>
|
||||
* @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,
|
||||
|
Loading…
Reference in New Issue
Block a user