mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 16:09:27 +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
@@ -19,52 +19,42 @@ public final class GachaWishRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 wish_progress = 6;</code>
|
||||
* <code>uint32 wishProgress = 3;</code>
|
||||
* @return The wishProgress.
|
||||
*/
|
||||
int getWishProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 wish_item_id = 15;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
int getWishItemId();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
int getGachaScheduleId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 wish_max_progress = 10;</code>
|
||||
* <code>uint32 wishMaxProgress = 7;</code>
|
||||
* @return The wishMaxProgress.
|
||||
*/
|
||||
int getWishMaxProgress();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_type = 8;</code>
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
int getGachaType();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
int getGachaScheduleId();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>uint32 wishItemId = 5;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
int getWishItemId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1543;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GachaWishRsp}
|
||||
*/
|
||||
public static final class GachaWishRsp extends
|
||||
@@ -109,36 +99,36 @@ public final class GachaWishRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 48: {
|
||||
case 24: {
|
||||
|
||||
wishProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 40: {
|
||||
|
||||
wishItemId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
gachaType_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 56: {
|
||||
|
||||
wishMaxProgress_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
gachaScheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
wishItemId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -171,10 +161,141 @@ public final class GachaWishRspOuterClass {
|
||||
emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.class, emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int WISH_PROGRESS_FIELD_NUMBER = 6;
|
||||
/**
|
||||
* Protobuf enum {@code GachaWishRsp.COIIDDMDPIL}
|
||||
*/
|
||||
public enum COIIDDMDPIL
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1574;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1574),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final COIIDDMDPIL DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1574;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1574;
|
||||
/**
|
||||
* <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 COIIDDMDPIL 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 COIIDDMDPIL forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1574: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<COIIDDMDPIL>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
COIIDDMDPIL> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<COIIDDMDPIL>() {
|
||||
public COIIDDMDPIL findValueByNumber(int number) {
|
||||
return COIIDDMDPIL.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.GachaWishRspOuterClass.GachaWishRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final COIIDDMDPIL[] VALUES = getStaticValuesArray();
|
||||
private static COIIDDMDPIL[] getStaticValuesArray() {
|
||||
return new COIIDDMDPIL[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static COIIDDMDPIL 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 COIIDDMDPIL(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:GachaWishRsp.COIIDDMDPIL)
|
||||
}
|
||||
|
||||
public static final int WISHPROGRESS_FIELD_NUMBER = 3;
|
||||
private int wishProgress_;
|
||||
/**
|
||||
* <code>uint32 wish_progress = 6;</code>
|
||||
* <code>uint32 wishProgress = 3;</code>
|
||||
* @return The wishProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -182,43 +303,10 @@ public final class GachaWishRspOuterClass {
|
||||
return wishProgress_;
|
||||
}
|
||||
|
||||
public static final int WISH_ITEM_ID_FIELD_NUMBER = 15;
|
||||
private int wishItemId_;
|
||||
/**
|
||||
* <code>uint32 wish_item_id = 15;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWishItemId() {
|
||||
return wishItemId_;
|
||||
}
|
||||
|
||||
public static final int GACHA_SCHEDULE_ID_FIELD_NUMBER = 11;
|
||||
private int gachaScheduleId_;
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
|
||||
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_;
|
||||
}
|
||||
|
||||
public static final int WISH_MAX_PROGRESS_FIELD_NUMBER = 10;
|
||||
public static final int WISHMAXPROGRESS_FIELD_NUMBER = 7;
|
||||
private int wishMaxProgress_;
|
||||
/**
|
||||
* <code>uint32 wish_max_progress = 10;</code>
|
||||
* <code>uint32 wishMaxProgress = 7;</code>
|
||||
* @return The wishMaxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -226,10 +314,10 @@ public final class GachaWishRspOuterClass {
|
||||
return wishMaxProgress_;
|
||||
}
|
||||
|
||||
public static final int GACHA_TYPE_FIELD_NUMBER = 8;
|
||||
public static final int GACHATYPE_FIELD_NUMBER = 6;
|
||||
private int gachaType_;
|
||||
/**
|
||||
* <code>uint32 gacha_type = 8;</code>
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -237,6 +325,39 @@ public final class GachaWishRspOuterClass {
|
||||
return gachaType_;
|
||||
}
|
||||
|
||||
public static final int GACHASCHEDULEID_FIELD_NUMBER = 11;
|
||||
private int gachaScheduleId_;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
|
||||
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 WISHITEMID_FIELD_NUMBER = 5;
|
||||
private int wishItemId_;
|
||||
/**
|
||||
* <code>uint32 wishItemId = 5;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWishItemId() {
|
||||
return wishItemId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -252,23 +373,23 @@ public final class GachaWishRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (wishProgress_ != 0) {
|
||||
output.writeUInt32(6, wishProgress_);
|
||||
output.writeUInt32(3, wishProgress_);
|
||||
}
|
||||
if (wishItemId_ != 0) {
|
||||
output.writeUInt32(5, wishItemId_);
|
||||
}
|
||||
if (gachaType_ != 0) {
|
||||
output.writeUInt32(8, gachaType_);
|
||||
output.writeUInt32(6, gachaType_);
|
||||
}
|
||||
if (wishMaxProgress_ != 0) {
|
||||
output.writeUInt32(10, wishMaxProgress_);
|
||||
output.writeUInt32(7, wishMaxProgress_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(9, retcode_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
output.writeUInt32(11, gachaScheduleId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(13, retcode_);
|
||||
}
|
||||
if (wishItemId_ != 0) {
|
||||
output.writeUInt32(15, wishItemId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -280,28 +401,28 @@ public final class GachaWishRspOuterClass {
|
||||
size = 0;
|
||||
if (wishProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, wishProgress_);
|
||||
.computeUInt32Size(3, wishProgress_);
|
||||
}
|
||||
if (wishItemId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, wishItemId_);
|
||||
}
|
||||
if (gachaType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, gachaType_);
|
||||
.computeUInt32Size(6, gachaType_);
|
||||
}
|
||||
if (wishMaxProgress_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, wishMaxProgress_);
|
||||
.computeUInt32Size(7, wishMaxProgress_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(9, retcode_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, gachaScheduleId_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, retcode_);
|
||||
}
|
||||
if (wishItemId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, wishItemId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -319,16 +440,16 @@ public final class GachaWishRspOuterClass {
|
||||
|
||||
if (getWishProgress()
|
||||
!= other.getWishProgress()) return false;
|
||||
if (getWishItemId()
|
||||
!= other.getWishItemId()) return false;
|
||||
if (getGachaScheduleId()
|
||||
!= other.getGachaScheduleId()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getWishMaxProgress()
|
||||
!= other.getWishMaxProgress()) return false;
|
||||
if (getGachaType()
|
||||
!= other.getGachaType()) return false;
|
||||
if (getGachaScheduleId()
|
||||
!= other.getGachaScheduleId()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (getWishItemId()
|
||||
!= other.getWishItemId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -340,18 +461,18 @@ public final class GachaWishRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + WISH_PROGRESS_FIELD_NUMBER;
|
||||
hash = (37 * hash) + WISHPROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWishProgress();
|
||||
hash = (37 * hash) + WISH_ITEM_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWishItemId();
|
||||
hash = (37 * hash) + GACHA_SCHEDULE_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + WISHMAXPROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWishMaxProgress();
|
||||
hash = (37 * hash) + GACHATYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaType();
|
||||
hash = (37 * hash) + GACHASCHEDULEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaScheduleId();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (37 * hash) + WISH_MAX_PROGRESS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWishMaxProgress();
|
||||
hash = (37 * hash) + GACHA_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaType();
|
||||
hash = (37 * hash) + WISHITEMID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWishItemId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -448,16 +569,6 @@ public final class GachaWishRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1543;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GachaWishRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -497,15 +608,15 @@ public final class GachaWishRspOuterClass {
|
||||
super.clear();
|
||||
wishProgress_ = 0;
|
||||
|
||||
wishItemId_ = 0;
|
||||
wishMaxProgress_ = 0;
|
||||
|
||||
gachaType_ = 0;
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
wishMaxProgress_ = 0;
|
||||
|
||||
gachaType_ = 0;
|
||||
wishItemId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -534,11 +645,11 @@ public final class GachaWishRspOuterClass {
|
||||
public emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp result = new emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp(this);
|
||||
result.wishProgress_ = wishProgress_;
|
||||
result.wishItemId_ = wishItemId_;
|
||||
result.gachaScheduleId_ = gachaScheduleId_;
|
||||
result.retcode_ = retcode_;
|
||||
result.wishMaxProgress_ = wishMaxProgress_;
|
||||
result.gachaType_ = gachaType_;
|
||||
result.gachaScheduleId_ = gachaScheduleId_;
|
||||
result.retcode_ = retcode_;
|
||||
result.wishItemId_ = wishItemId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -590,8 +701,11 @@ public final class GachaWishRspOuterClass {
|
||||
if (other.getWishProgress() != 0) {
|
||||
setWishProgress(other.getWishProgress());
|
||||
}
|
||||
if (other.getWishItemId() != 0) {
|
||||
setWishItemId(other.getWishItemId());
|
||||
if (other.getWishMaxProgress() != 0) {
|
||||
setWishMaxProgress(other.getWishMaxProgress());
|
||||
}
|
||||
if (other.getGachaType() != 0) {
|
||||
setGachaType(other.getGachaType());
|
||||
}
|
||||
if (other.getGachaScheduleId() != 0) {
|
||||
setGachaScheduleId(other.getGachaScheduleId());
|
||||
@@ -599,11 +713,8 @@ public final class GachaWishRspOuterClass {
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.getWishMaxProgress() != 0) {
|
||||
setWishMaxProgress(other.getWishMaxProgress());
|
||||
}
|
||||
if (other.getGachaType() != 0) {
|
||||
setGachaType(other.getGachaType());
|
||||
if (other.getWishItemId() != 0) {
|
||||
setWishItemId(other.getWishItemId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -636,7 +747,7 @@ public final class GachaWishRspOuterClass {
|
||||
|
||||
private int wishProgress_ ;
|
||||
/**
|
||||
* <code>uint32 wish_progress = 6;</code>
|
||||
* <code>uint32 wishProgress = 3;</code>
|
||||
* @return The wishProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -644,7 +755,7 @@ public final class GachaWishRspOuterClass {
|
||||
return wishProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_progress = 6;</code>
|
||||
* <code>uint32 wishProgress = 3;</code>
|
||||
* @param value The wishProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -655,7 +766,7 @@ public final class GachaWishRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_progress = 6;</code>
|
||||
* <code>uint32 wishProgress = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWishProgress() {
|
||||
@@ -665,102 +776,9 @@ public final class GachaWishRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int wishItemId_ ;
|
||||
/**
|
||||
* <code>uint32 wish_item_id = 15;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWishItemId() {
|
||||
return wishItemId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_item_id = 15;</code>
|
||||
* @param value The wishItemId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWishItemId(int value) {
|
||||
|
||||
wishItemId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_item_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWishItemId() {
|
||||
|
||||
wishItemId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaScheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 11;</code>
|
||||
* @param value The gachaScheduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaScheduleId(int value) {
|
||||
|
||||
gachaScheduleId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaScheduleId() {
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
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;
|
||||
}
|
||||
|
||||
private int wishMaxProgress_ ;
|
||||
/**
|
||||
* <code>uint32 wish_max_progress = 10;</code>
|
||||
* <code>uint32 wishMaxProgress = 7;</code>
|
||||
* @return The wishMaxProgress.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -768,7 +786,7 @@ public final class GachaWishRspOuterClass {
|
||||
return wishMaxProgress_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_max_progress = 10;</code>
|
||||
* <code>uint32 wishMaxProgress = 7;</code>
|
||||
* @param value The wishMaxProgress to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -779,7 +797,7 @@ public final class GachaWishRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wish_max_progress = 10;</code>
|
||||
* <code>uint32 wishMaxProgress = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWishMaxProgress() {
|
||||
@@ -791,7 +809,7 @@ public final class GachaWishRspOuterClass {
|
||||
|
||||
private int gachaType_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_type = 8;</code>
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -799,7 +817,7 @@ public final class GachaWishRspOuterClass {
|
||||
return gachaType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_type = 8;</code>
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @param value The gachaType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -810,7 +828,7 @@ public final class GachaWishRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_type = 8;</code>
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaType() {
|
||||
@@ -819,6 +837,99 @@ public final class GachaWishRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaScheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 11;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 11;</code>
|
||||
* @param value The gachaScheduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaScheduleId(int value) {
|
||||
|
||||
gachaScheduleId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaScheduleId() {
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
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 int wishItemId_ ;
|
||||
/**
|
||||
* <code>uint32 wishItemId = 5;</code>
|
||||
* @return The wishItemId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWishItemId() {
|
||||
return wishItemId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wishItemId = 5;</code>
|
||||
* @param value The wishItemId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWishItemId(int value) {
|
||||
|
||||
wishItemId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 wishItemId = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWishItemId() {
|
||||
|
||||
wishItemId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -886,12 +997,14 @@ public final class GachaWishRspOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\022GachaWishRsp.proto\"\226\001\n\014GachaWishRsp\022\025\n" +
|
||||
"\rwish_progress\030\006 \001(\r\022\024\n\014wish_item_id\030\017 \001" +
|
||||
"(\r\022\031\n\021gacha_schedule_id\030\013 \001(\r\022\017\n\007retcode" +
|
||||
"\030\r \001(\005\022\031\n\021wish_max_progress\030\n \001(\r\022\022\n\ngac" +
|
||||
"ha_type\030\010 \001(\rB\033\n\031emu.grasscutter.net.pro" +
|
||||
"tob\006proto3"
|
||||
"\n\022GachaWishRsp.proto\"\337\001\n\014GachaWishRsp\022\024\n" +
|
||||
"\014wishProgress\030\003 \001(\r\022\027\n\017wishMaxProgress\030\007" +
|
||||
" \001(\r\022\021\n\tgachaType\030\006 \001(\r\022\027\n\017gachaSchedule" +
|
||||
"Id\030\013 \001(\r\022\017\n\007retcode\030\t \001(\005\022\022\n\nwishItemId\030" +
|
||||
"\005 \001(\r\"O\n\013COIIDDMDPIL\022\010\n\004NONE\020\000\022\020\n\013PEPPOH" +
|
||||
"PHJOJ\020\246\014\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA" +
|
||||
"\020\001\032\002\020\001B\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -902,7 +1015,7 @@ public final class GachaWishRspOuterClass {
|
||||
internal_static_GachaWishRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_GachaWishRsp_descriptor,
|
||||
new java.lang.String[] { "WishProgress", "WishItemId", "GachaScheduleId", "Retcode", "WishMaxProgress", "GachaType", });
|
||||
new java.lang.String[] { "WishProgress", "WishMaxProgress", "GachaType", "GachaScheduleId", "Retcode", "WishItemId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user