mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 09:45:03 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+329
-216
@@ -19,52 +19,42 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 personal_line_id = 4;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
int getPersonalLineId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* <code>uint32 personalLineId = 6;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
int getPersonalLineId();
|
||||
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return Whether the level field is set.
|
||||
*/
|
||||
boolean hasLevel();
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
int getLevel();
|
||||
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return Whether the chapterId field is set.
|
||||
*/
|
||||
boolean hasChapterId();
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return The chapterId.
|
||||
*/
|
||||
int getChapterId();
|
||||
|
||||
public emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.ParamCase getParamCase();
|
||||
public emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.LHEKAHHHJLLCase getLHEKAHHHJLLCase();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 421;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code UnlockPersonalLineRsp}
|
||||
*/
|
||||
public static final class UnlockPersonalLineRsp extends
|
||||
@@ -110,23 +100,23 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
paramCase_ = 3;
|
||||
param_ = input.readUInt32();
|
||||
lHEKAHHHJLLCase_ = 3;
|
||||
lHEKAHHHJLL_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
case 40: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
personalLineId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
paramCase_ = 10;
|
||||
param_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
case 112: {
|
||||
lHEKAHHHJLLCase_ = 14;
|
||||
lHEKAHHHJLL_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -161,16 +151,147 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.class, emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.Builder.class);
|
||||
}
|
||||
|
||||
private int paramCase_ = 0;
|
||||
private java.lang.Object param_;
|
||||
public enum ParamCase
|
||||
/**
|
||||
* Protobuf enum {@code UnlockPersonalLineRsp.IMFOFCFGBJP}
|
||||
*/
|
||||
public enum IMFOFCFGBJP
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 403;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 403),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final IMFOFCFGBJP DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 403;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 403;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static IMFOFCFGBJP valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static IMFOFCFGBJP forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 403: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<IMFOFCFGBJP>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
IMFOFCFGBJP> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<IMFOFCFGBJP>() {
|
||||
public IMFOFCFGBJP findValueByNumber(int number) {
|
||||
return IMFOFCFGBJP.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(index);
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final IMFOFCFGBJP[] VALUES = getStaticValuesArray();
|
||||
private static IMFOFCFGBJP[] getStaticValuesArray() {
|
||||
return new IMFOFCFGBJP[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static IMFOFCFGBJP valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int index;
|
||||
private final int value;
|
||||
|
||||
private IMFOFCFGBJP(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:UnlockPersonalLineRsp.IMFOFCFGBJP)
|
||||
}
|
||||
|
||||
private int lHEKAHHHJLLCase_ = 0;
|
||||
private java.lang.Object lHEKAHHHJLL_;
|
||||
public enum LHEKAHHHJLLCase
|
||||
implements com.google.protobuf.Internal.EnumLite,
|
||||
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
|
||||
LEVEL(10),
|
||||
CHAPTER_ID(3),
|
||||
PARAM_NOT_SET(0);
|
||||
LEVEL(3),
|
||||
CHAPTER_ID(14),
|
||||
LHEKAHHHJLL_NOT_SET(0);
|
||||
private final int value;
|
||||
private ParamCase(int value) {
|
||||
private LHEKAHHHJLLCase(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
/**
|
||||
@@ -179,15 +300,15 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static ParamCase valueOf(int value) {
|
||||
public static LHEKAHHHJLLCase valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
public static ParamCase forNumber(int value) {
|
||||
public static LHEKAHHHJLLCase forNumber(int value) {
|
||||
switch (value) {
|
||||
case 10: return LEVEL;
|
||||
case 3: return CHAPTER_ID;
|
||||
case 0: return PARAM_NOT_SET;
|
||||
case 3: return LEVEL;
|
||||
case 14: return CHAPTER_ID;
|
||||
case 0: return LHEKAHHHJLL_NOT_SET;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
@@ -196,27 +317,16 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
}
|
||||
};
|
||||
|
||||
public ParamCase
|
||||
getParamCase() {
|
||||
return ParamCase.forNumber(
|
||||
paramCase_);
|
||||
public LHEKAHHHJLLCase
|
||||
getLHEKAHHHJLLCase() {
|
||||
return LHEKAHHHJLLCase.forNumber(
|
||||
lHEKAHHHJLLCase_);
|
||||
}
|
||||
|
||||
public static final int PERSONAL_LINE_ID_FIELD_NUMBER = 4;
|
||||
private int personalLineId_;
|
||||
/**
|
||||
* <code>uint32 personal_line_id = 4;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPersonalLineId() {
|
||||
return personalLineId_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 12;
|
||||
public static final int RETCODE_FIELD_NUMBER = 5;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -224,44 +334,55 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int LEVEL_FIELD_NUMBER = 10;
|
||||
public static final int PERSONALLINEID_FIELD_NUMBER = 6;
|
||||
private int personalLineId_;
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* <code>uint32 personalLineId = 6;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPersonalLineId() {
|
||||
return personalLineId_;
|
||||
}
|
||||
|
||||
public static final int LEVEL_FIELD_NUMBER = 3;
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return Whether the level field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasLevel() {
|
||||
return paramCase_ == 10;
|
||||
return lHEKAHHHJLLCase_ == 3;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getLevel() {
|
||||
if (paramCase_ == 10) {
|
||||
return (java.lang.Integer) param_;
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
return (java.lang.Integer) lHEKAHHHJLL_;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static final int CHAPTER_ID_FIELD_NUMBER = 3;
|
||||
public static final int CHAPTER_ID_FIELD_NUMBER = 14;
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return Whether the chapterId field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasChapterId() {
|
||||
return paramCase_ == 3;
|
||||
return lHEKAHHHJLLCase_ == 14;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return The chapterId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getChapterId() {
|
||||
if (paramCase_ == 3) {
|
||||
return (java.lang.Integer) param_;
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
return (java.lang.Integer) lHEKAHHHJLL_;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@@ -280,19 +401,19 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (paramCase_ == 3) {
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
output.writeUInt32(
|
||||
3, (int)((java.lang.Integer) param_));
|
||||
}
|
||||
if (personalLineId_ != 0) {
|
||||
output.writeUInt32(4, personalLineId_);
|
||||
}
|
||||
if (paramCase_ == 10) {
|
||||
output.writeUInt32(
|
||||
10, (int)((java.lang.Integer) param_));
|
||||
3, (int)((java.lang.Integer) lHEKAHHHJLL_));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(12, retcode_);
|
||||
output.writeInt32(5, retcode_);
|
||||
}
|
||||
if (personalLineId_ != 0) {
|
||||
output.writeUInt32(6, personalLineId_);
|
||||
}
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
output.writeUInt32(
|
||||
14, (int)((java.lang.Integer) lHEKAHHHJLL_));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -303,23 +424,23 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (paramCase_ == 3) {
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(
|
||||
3, (int)((java.lang.Integer) param_));
|
||||
}
|
||||
if (personalLineId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(4, personalLineId_);
|
||||
}
|
||||
if (paramCase_ == 10) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(
|
||||
10, (int)((java.lang.Integer) param_));
|
||||
3, (int)((java.lang.Integer) lHEKAHHHJLL_));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(12, retcode_);
|
||||
.computeInt32Size(5, retcode_);
|
||||
}
|
||||
if (personalLineId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, personalLineId_);
|
||||
}
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(
|
||||
14, (int)((java.lang.Integer) lHEKAHHHJLL_));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -336,17 +457,17 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp other = (emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp) obj;
|
||||
|
||||
if (getPersonalLineId()
|
||||
!= other.getPersonalLineId()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getParamCase().equals(other.getParamCase())) return false;
|
||||
switch (paramCase_) {
|
||||
case 10:
|
||||
if (getPersonalLineId()
|
||||
!= other.getPersonalLineId()) return false;
|
||||
if (!getLHEKAHHHJLLCase().equals(other.getLHEKAHHHJLLCase())) return false;
|
||||
switch (lHEKAHHHJLLCase_) {
|
||||
case 3:
|
||||
if (getLevel()
|
||||
!= other.getLevel()) return false;
|
||||
break;
|
||||
case 3:
|
||||
case 14:
|
||||
if (getChapterId()
|
||||
!= other.getChapterId()) return false;
|
||||
break;
|
||||
@@ -364,16 +485,16 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + PERSONAL_LINE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPersonalLineId();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
switch (paramCase_) {
|
||||
case 10:
|
||||
hash = (37 * hash) + PERSONALLINEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPersonalLineId();
|
||||
switch (lHEKAHHHJLLCase_) {
|
||||
case 3:
|
||||
hash = (37 * hash) + LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLevel();
|
||||
break;
|
||||
case 3:
|
||||
case 14:
|
||||
hash = (37 * hash) + CHAPTER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getChapterId();
|
||||
break;
|
||||
@@ -476,16 +597,6 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 421;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code UnlockPersonalLineRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -523,12 +634,12 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
personalLineId_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
paramCase_ = 0;
|
||||
param_ = null;
|
||||
personalLineId_ = 0;
|
||||
|
||||
lHEKAHHHJLLCase_ = 0;
|
||||
lHEKAHHHJLL_ = null;
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -555,15 +666,15 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp result = new emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp(this);
|
||||
result.personalLineId_ = personalLineId_;
|
||||
result.retcode_ = retcode_;
|
||||
if (paramCase_ == 10) {
|
||||
result.param_ = param_;
|
||||
result.personalLineId_ = personalLineId_;
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
result.lHEKAHHHJLL_ = lHEKAHHHJLL_;
|
||||
}
|
||||
if (paramCase_ == 3) {
|
||||
result.param_ = param_;
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
result.lHEKAHHHJLL_ = lHEKAHHHJLL_;
|
||||
}
|
||||
result.paramCase_ = paramCase_;
|
||||
result.lHEKAHHHJLLCase_ = lHEKAHHHJLLCase_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -612,13 +723,13 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.getDefaultInstance()) return this;
|
||||
if (other.getPersonalLineId() != 0) {
|
||||
setPersonalLineId(other.getPersonalLineId());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
switch (other.getParamCase()) {
|
||||
if (other.getPersonalLineId() != 0) {
|
||||
setPersonalLineId(other.getPersonalLineId());
|
||||
}
|
||||
switch (other.getLHEKAHHHJLLCase()) {
|
||||
case LEVEL: {
|
||||
setLevel(other.getLevel());
|
||||
break;
|
||||
@@ -627,7 +738,7 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
setChapterId(other.getChapterId());
|
||||
break;
|
||||
}
|
||||
case PARAM_NOT_SET: {
|
||||
case LHEKAHHHJLL_NOT_SET: {
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -659,56 +770,25 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int paramCase_ = 0;
|
||||
private java.lang.Object param_;
|
||||
public ParamCase
|
||||
getParamCase() {
|
||||
return ParamCase.forNumber(
|
||||
paramCase_);
|
||||
private int lHEKAHHHJLLCase_ = 0;
|
||||
private java.lang.Object lHEKAHHHJLL_;
|
||||
public LHEKAHHHJLLCase
|
||||
getLHEKAHHHJLLCase() {
|
||||
return LHEKAHHHJLLCase.forNumber(
|
||||
lHEKAHHHJLLCase_);
|
||||
}
|
||||
|
||||
public Builder clearParam() {
|
||||
paramCase_ = 0;
|
||||
param_ = null;
|
||||
public Builder clearLHEKAHHHJLL() {
|
||||
lHEKAHHHJLLCase_ = 0;
|
||||
lHEKAHHHJLL_ = null;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
private int personalLineId_ ;
|
||||
/**
|
||||
* <code>uint32 personal_line_id = 4;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getPersonalLineId() {
|
||||
return personalLineId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 personal_line_id = 4;</code>
|
||||
* @param value The personalLineId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPersonalLineId(int value) {
|
||||
|
||||
personalLineId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 personal_line_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPersonalLineId() {
|
||||
|
||||
personalLineId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -716,7 +796,7 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -727,7 +807,7 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -737,83 +817,114 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int personalLineId_ ;
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* @return Whether the level field is set.
|
||||
* <code>uint32 personalLineId = 6;</code>
|
||||
* @return The personalLineId.
|
||||
*/
|
||||
public boolean hasLevel() {
|
||||
return paramCase_ == 10;
|
||||
@java.lang.Override
|
||||
public int getPersonalLineId() {
|
||||
return personalLineId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
public int getLevel() {
|
||||
if (paramCase_ == 10) {
|
||||
return (java.lang.Integer) param_;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* @param value The level to set.
|
||||
* <code>uint32 personalLineId = 6;</code>
|
||||
* @param value The personalLineId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLevel(int value) {
|
||||
paramCase_ = 10;
|
||||
param_ = value;
|
||||
public Builder setPersonalLineId(int value) {
|
||||
|
||||
personalLineId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 10;</code>
|
||||
* <code>uint32 personalLineId = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPersonalLineId() {
|
||||
|
||||
personalLineId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return Whether the level field is set.
|
||||
*/
|
||||
public boolean hasLevel() {
|
||||
return lHEKAHHHJLLCase_ == 3;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return The level.
|
||||
*/
|
||||
public int getLevel() {
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
return (java.lang.Integer) lHEKAHHHJLL_;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @param value The level to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLevel(int value) {
|
||||
lHEKAHHHJLLCase_ = 3;
|
||||
lHEKAHHHJLL_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLevel() {
|
||||
if (paramCase_ == 10) {
|
||||
paramCase_ = 0;
|
||||
param_ = null;
|
||||
if (lHEKAHHHJLLCase_ == 3) {
|
||||
lHEKAHHHJLLCase_ = 0;
|
||||
lHEKAHHHJLL_ = null;
|
||||
onChanged();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return Whether the chapterId field is set.
|
||||
*/
|
||||
public boolean hasChapterId() {
|
||||
return paramCase_ == 3;
|
||||
return lHEKAHHHJLLCase_ == 14;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return The chapterId.
|
||||
*/
|
||||
public int getChapterId() {
|
||||
if (paramCase_ == 3) {
|
||||
return (java.lang.Integer) param_;
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
return (java.lang.Integer) lHEKAHHHJLL_;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @param value The chapterId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setChapterId(int value) {
|
||||
paramCase_ = 3;
|
||||
param_ = value;
|
||||
lHEKAHHHJLLCase_ = 14;
|
||||
lHEKAHHHJLL_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 chapter_id = 3;</code>
|
||||
* <code>uint32 chapter_id = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChapterId() {
|
||||
if (paramCase_ == 3) {
|
||||
paramCase_ = 0;
|
||||
param_ = null;
|
||||
if (lHEKAHHHJLLCase_ == 14) {
|
||||
lHEKAHHHJLLCase_ = 0;
|
||||
lHEKAHHHJLL_ = null;
|
||||
onChanged();
|
||||
}
|
||||
return this;
|
||||
@@ -885,11 +996,13 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033UnlockPersonalLineRsp.proto\"r\n\025UnlockP" +
|
||||
"ersonalLineRsp\022\030\n\020personal_line_id\030\004 \001(\r" +
|
||||
"\022\017\n\007retcode\030\014 \001(\005\022\017\n\005level\030\n \001(\rH\000\022\024\n\nch" +
|
||||
"apter_id\030\003 \001(\rH\000B\007\n\005paramB\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
"\n\033UnlockPersonalLineRsp.proto\"\307\001\n\025Unlock" +
|
||||
"PersonalLineRsp\022\017\n\007retcode\030\005 \001(\005\022\026\n\016pers" +
|
||||
"onalLineId\030\006 \001(\r\022\017\n\005level\030\003 \001(\rH\000\022\024\n\ncha" +
|
||||
"pter_id\030\016 \001(\rH\000\"O\n\013IMFOFCFGBJP\022\010\n\004NONE\020\000" +
|
||||
"\022\020\n\013PEPPOHPHJOJ\020\223\003\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013N" +
|
||||
"NBKOLMPOEA\020\001\032\002\020\001B\r\n\013LHEKAHHHJLLB\033\n\031emu.g" +
|
||||
"rasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -900,7 +1013,7 @@ public final class UnlockPersonalLineRspOuterClass {
|
||||
internal_static_UnlockPersonalLineRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_UnlockPersonalLineRsp_descriptor,
|
||||
new java.lang.String[] { "PersonalLineId", "Retcode", "Level", "ChapterId", "Param", });
|
||||
new java.lang.String[] { "Retcode", "PersonalLineId", "Level", "ChapterId", "LHEKAHHHJLL", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user