mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 04:03:35 +08:00
Add support for v3.5.0 (#2090)
* Fix Dvalin battle See https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/25. This is entirely untested and there's a 99% chance it's broken, I'm just submitting it as a draft PR so that I don't forget about its existence. Co-Authored-By: mjolsic <21289772+mjolsic@users.noreply.github.com> * Update protos * 3.4 protos * Fix Now builds successfully, don't have the time to check if I should have specified true instead of false for withChildQuests, or if this functions as intended. * Change from false to true Per what smileoflove has been told on Discord * 3.5 * Remove the Dvalin crap from this PR Git is so confusing * Update version * Apply README changes from `origin/development` * Remove unnecessary debugging information --------- Co-authored-by: mjolsic <21289772+mjolsic@users.noreply.github.com> Co-authored-by: KingRainbow44 <kobedo11@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
922f7bca51
commit
516e5975e1
@@ -19,42 +19,63 @@ public final class DoGachaReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* <pre>
|
||||
*PKCLGOCJPLN ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaRandom = 3;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
int getGachaRandom();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* <pre>
|
||||
*DGIFMDIADJF ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
int getGachaType();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* <pre>
|
||||
*NMKGGDOKHLF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaScheduleId = 12;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
int getGachaScheduleId();
|
||||
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <pre>
|
||||
*HKJAAPBGNEI ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaTimes = 5;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
int getGachaTimes();
|
||||
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
java.lang.String getGachaTag();
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getGachaTagBytes();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
int getGachaTimes();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KBMLDGNEKHA
|
||||
* CmdId: 1554
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DoGachaReq}
|
||||
*/
|
||||
public static final class DoGachaReq extends
|
||||
@@ -100,27 +121,27 @@ public final class DoGachaReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
|
||||
gachaType_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
|
||||
gachaScheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
gachaTimes_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
gachaRandom_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
case 40: {
|
||||
|
||||
gachaTimes_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
gachaType_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
gachaScheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
gachaTag_ = s;
|
||||
@@ -158,149 +179,14 @@ public final class DoGachaReqOuterClass {
|
||||
emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq.class, emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq.Builder.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Protobuf enum {@code DoGachaReq.PCEMGEJGMDI}
|
||||
*/
|
||||
public enum PCEMGEJGMDI
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1587;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1587),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final PCEMGEJGMDI DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final PCEMGEJGMDI EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1587;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1587;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final int EAJIABGAOCI_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 PCEMGEJGMDI 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 PCEMGEJGMDI forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1587: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<PCEMGEJGMDI>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
PCEMGEJGMDI> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<PCEMGEJGMDI>() {
|
||||
public PCEMGEJGMDI findValueByNumber(int number) {
|
||||
return PCEMGEJGMDI.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.DoGachaReqOuterClass.DoGachaReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final PCEMGEJGMDI[] VALUES = getStaticValuesArray();
|
||||
private static PCEMGEJGMDI[] getStaticValuesArray() {
|
||||
return new PCEMGEJGMDI[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static PCEMGEJGMDI 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 PCEMGEJGMDI(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:DoGachaReq.PCEMGEJGMDI)
|
||||
}
|
||||
|
||||
public static final int GACHARANDOM_FIELD_NUMBER = 12;
|
||||
public static final int GACHARANDOM_FIELD_NUMBER = 3;
|
||||
private int gachaRandom_;
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* <pre>
|
||||
*PKCLGOCJPLN ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaRandom = 3;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -308,10 +194,14 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaRandom_;
|
||||
}
|
||||
|
||||
public static final int GACHATYPE_FIELD_NUMBER = 2;
|
||||
public static final int GACHATYPE_FIELD_NUMBER = 6;
|
||||
private int gachaType_;
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* <pre>
|
||||
*DGIFMDIADJF ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -319,10 +209,14 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaType_;
|
||||
}
|
||||
|
||||
public static final int GACHASCHEDULEID_FIELD_NUMBER = 3;
|
||||
public static final int GACHASCHEDULEID_FIELD_NUMBER = 12;
|
||||
private int gachaScheduleId_;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* <pre>
|
||||
*NMKGGDOKHLF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaScheduleId = 12;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -330,10 +224,25 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
|
||||
public static final int GACHATAG_FIELD_NUMBER = 15;
|
||||
public static final int GACHATIMES_FIELD_NUMBER = 5;
|
||||
private int gachaTimes_;
|
||||
/**
|
||||
* <pre>
|
||||
*HKJAAPBGNEI ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaTimes = 5;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaTimes() {
|
||||
return gachaTimes_;
|
||||
}
|
||||
|
||||
public static final int GACHA_TAG_FIELD_NUMBER = 14;
|
||||
private volatile java.lang.Object gachaTag_;
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -350,7 +259,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -368,17 +277,6 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
|
||||
public static final int GACHATIMES_FIELD_NUMBER = 10;
|
||||
private int gachaTimes_;
|
||||
/**
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaTimes() {
|
||||
return gachaTimes_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -393,20 +291,20 @@ public final class DoGachaReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (gachaType_ != 0) {
|
||||
output.writeUInt32(2, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
output.writeUInt32(3, gachaScheduleId_);
|
||||
if (gachaRandom_ != 0) {
|
||||
output.writeUInt32(3, gachaRandom_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
output.writeUInt32(10, gachaTimes_);
|
||||
output.writeUInt32(5, gachaTimes_);
|
||||
}
|
||||
if (gachaRandom_ != 0) {
|
||||
output.writeUInt32(12, gachaRandom_);
|
||||
if (gachaType_ != 0) {
|
||||
output.writeUInt32(6, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
output.writeUInt32(12, gachaScheduleId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaTag_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, gachaTag_);
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, gachaTag_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -417,24 +315,24 @@ public final class DoGachaReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (gachaType_ != 0) {
|
||||
if (gachaRandom_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, gachaScheduleId_);
|
||||
.computeUInt32Size(3, gachaRandom_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, gachaTimes_);
|
||||
.computeUInt32Size(5, gachaTimes_);
|
||||
}
|
||||
if (gachaRandom_ != 0) {
|
||||
if (gachaType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, gachaRandom_);
|
||||
.computeUInt32Size(6, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, gachaScheduleId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaTag_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, gachaTag_);
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, gachaTag_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -457,10 +355,10 @@ public final class DoGachaReqOuterClass {
|
||||
!= other.getGachaType()) return false;
|
||||
if (getGachaScheduleId()
|
||||
!= other.getGachaScheduleId()) return false;
|
||||
if (!getGachaTag()
|
||||
.equals(other.getGachaTag())) return false;
|
||||
if (getGachaTimes()
|
||||
!= other.getGachaTimes()) return false;
|
||||
if (!getGachaTag()
|
||||
.equals(other.getGachaTag())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -478,10 +376,10 @@ public final class DoGachaReqOuterClass {
|
||||
hash = (53 * hash) + getGachaType();
|
||||
hash = (37 * hash) + GACHASCHEDULEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaScheduleId();
|
||||
hash = (37 * hash) + GACHATAG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaTag().hashCode();
|
||||
hash = (37 * hash) + GACHATIMES_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaTimes();
|
||||
hash = (37 * hash) + GACHA_TAG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaTag().hashCode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -578,6 +476,11 @@ public final class DoGachaReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: KBMLDGNEKHA
|
||||
* CmdId: 1554
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DoGachaReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -621,10 +524,10 @@ public final class DoGachaReqOuterClass {
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
|
||||
gachaTag_ = "";
|
||||
|
||||
gachaTimes_ = 0;
|
||||
|
||||
gachaTag_ = "";
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -654,8 +557,8 @@ public final class DoGachaReqOuterClass {
|
||||
result.gachaRandom_ = gachaRandom_;
|
||||
result.gachaType_ = gachaType_;
|
||||
result.gachaScheduleId_ = gachaScheduleId_;
|
||||
result.gachaTag_ = gachaTag_;
|
||||
result.gachaTimes_ = gachaTimes_;
|
||||
result.gachaTag_ = gachaTag_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -713,13 +616,13 @@ public final class DoGachaReqOuterClass {
|
||||
if (other.getGachaScheduleId() != 0) {
|
||||
setGachaScheduleId(other.getGachaScheduleId());
|
||||
}
|
||||
if (other.getGachaTimes() != 0) {
|
||||
setGachaTimes(other.getGachaTimes());
|
||||
}
|
||||
if (!other.getGachaTag().isEmpty()) {
|
||||
gachaTag_ = other.gachaTag_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getGachaTimes() != 0) {
|
||||
setGachaTimes(other.getGachaTimes());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -751,7 +654,11 @@ public final class DoGachaReqOuterClass {
|
||||
|
||||
private int gachaRandom_ ;
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* <pre>
|
||||
*PKCLGOCJPLN ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaRandom = 3;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -759,7 +666,11 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaRandom_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* <pre>
|
||||
*PKCLGOCJPLN ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaRandom = 3;</code>
|
||||
* @param value The gachaRandom to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -770,7 +681,11 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* <pre>
|
||||
*PKCLGOCJPLN ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaRandom = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaRandom() {
|
||||
@@ -782,7 +697,11 @@ public final class DoGachaReqOuterClass {
|
||||
|
||||
private int gachaType_ ;
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* <pre>
|
||||
*DGIFMDIADJF ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -790,7 +709,11 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* <pre>
|
||||
*DGIFMDIADJF ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @param value The gachaType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -801,7 +724,11 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* <pre>
|
||||
*DGIFMDIADJF ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaType = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaType() {
|
||||
@@ -813,7 +740,11 @@ public final class DoGachaReqOuterClass {
|
||||
|
||||
private int gachaScheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* <pre>
|
||||
*NMKGGDOKHLF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaScheduleId = 12;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -821,7 +752,11 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* <pre>
|
||||
*NMKGGDOKHLF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaScheduleId = 12;</code>
|
||||
* @param value The gachaScheduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -832,7 +767,11 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* <pre>
|
||||
*NMKGGDOKHLF
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaScheduleId = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaScheduleId() {
|
||||
@@ -842,9 +781,52 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaTimes_ ;
|
||||
/**
|
||||
* <pre>
|
||||
*HKJAAPBGNEI ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaTimes = 5;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaTimes() {
|
||||
return gachaTimes_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
*HKJAAPBGNEI ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaTimes = 5;</code>
|
||||
* @param value The gachaTimes to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaTimes(int value) {
|
||||
|
||||
gachaTimes_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
*HKJAAPBGNEI ++ CORRECT
|
||||
* </pre>
|
||||
*
|
||||
* <code>uint32 gachaTimes = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaTimes() {
|
||||
|
||||
gachaTimes_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object gachaTag_ = "";
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
public java.lang.String getGachaTag() {
|
||||
@@ -860,7 +842,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
@@ -877,7 +859,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @param value The gachaTag to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -892,7 +874,7 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaTag() {
|
||||
@@ -902,7 +884,7 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* @param value The bytes for gachaTag to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -917,37 +899,6 @@ public final class DoGachaReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaTimes_ ;
|
||||
/**
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaTimes() {
|
||||
return gachaTimes_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @param value The gachaTimes to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaTimes(int value) {
|
||||
|
||||
gachaTimes_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaTimes() {
|
||||
|
||||
gachaTimes_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -1015,13 +966,11 @@ public final class DoGachaReqOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\020DoGachaReq.proto\"\325\001\n\nDoGachaReq\022\023\n\013gac" +
|
||||
"haRandom\030\014 \001(\r\022\021\n\tgachaType\030\002 \001(\r\022\027\n\017gac" +
|
||||
"haScheduleId\030\003 \001(\r\022\020\n\010gachaTag\030\017 \001(\t\022\022\n\n" +
|
||||
"gachaTimes\030\n \001(\r\"`\n\013PCEMGEJGMDI\022\010\n\004NONE\020" +
|
||||
"\000\022\020\n\013PEPPOHPHJOJ\020\263\014\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013" +
|
||||
"NNBKOLMPOEA\020\001\022\017\n\013EAJIABGAOCI\020\001\032\002\020\001B\033\n\031em" +
|
||||
"u.grasscutter.net.protob\006proto3"
|
||||
"\n\020DoGachaReq.proto\"t\n\nDoGachaReq\022\023\n\013gach" +
|
||||
"aRandom\030\003 \001(\r\022\021\n\tgachaType\030\006 \001(\r\022\027\n\017gach" +
|
||||
"aScheduleId\030\014 \001(\r\022\022\n\ngachaTimes\030\005 \001(\r\022\021\n" +
|
||||
"\tgacha_tag\030\016 \001(\tB\033\n\031emu.grasscutter.net." +
|
||||
"protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -1032,7 +981,7 @@ public final class DoGachaReqOuterClass {
|
||||
internal_static_DoGachaReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_DoGachaReq_descriptor,
|
||||
new java.lang.String[] { "GachaRandom", "GachaType", "GachaScheduleId", "GachaTag", "GachaTimes", });
|
||||
new java.lang.String[] { "GachaRandom", "GachaType", "GachaScheduleId", "GachaTimes", "GachaTag", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user