mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 06:53:36 +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,53 +19,42 @@ public final class DoGachaReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
int getGachaRandom();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
int getGachaType();
|
||||
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
int getGachaScheduleId();
|
||||
|
||||
/**
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
java.lang.String getGachaTag();
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getGachaTagBytes();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 6;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
int getGachaScheduleId();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_type = 1;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
int getGachaType();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_random = 9;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
int getGachaRandom();
|
||||
|
||||
/**
|
||||
* <code>uint32 gacha_times = 3;</code>
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
int getGachaTimes();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1556;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DoGachaReq}
|
||||
*/
|
||||
public static final class DoGachaReq extends
|
||||
@@ -111,27 +100,27 @@ public final class DoGachaReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
case 16: {
|
||||
|
||||
gachaType_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
|
||||
gachaTimes_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
gachaScheduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 80: {
|
||||
|
||||
gachaTimes_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
gachaRandom_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 122: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
gachaTag_ = s;
|
||||
@@ -169,10 +158,182 @@ public final class DoGachaReqOuterClass {
|
||||
emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq.class, emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int GACHA_TAG_FIELD_NUMBER = 14;
|
||||
/**
|
||||
* 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;
|
||||
private int gachaRandom_;
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaRandom() {
|
||||
return gachaRandom_;
|
||||
}
|
||||
|
||||
public static final int GACHATYPE_FIELD_NUMBER = 2;
|
||||
private int gachaType_;
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaType() {
|
||||
return gachaType_;
|
||||
}
|
||||
|
||||
public static final int GACHASCHEDULEID_FIELD_NUMBER = 3;
|
||||
private int gachaScheduleId_;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
|
||||
public static final int GACHATAG_FIELD_NUMBER = 15;
|
||||
private volatile java.lang.Object gachaTag_;
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -189,7 +350,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -207,43 +368,10 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
|
||||
public static final int GACHA_SCHEDULE_ID_FIELD_NUMBER = 6;
|
||||
private int gachaScheduleId_;
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 6;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
|
||||
public static final int GACHA_TYPE_FIELD_NUMBER = 1;
|
||||
private int gachaType_;
|
||||
/**
|
||||
* <code>uint32 gacha_type = 1;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaType() {
|
||||
return gachaType_;
|
||||
}
|
||||
|
||||
public static final int GACHA_RANDOM_FIELD_NUMBER = 9;
|
||||
private int gachaRandom_;
|
||||
/**
|
||||
* <code>uint32 gacha_random = 9;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaRandom() {
|
||||
return gachaRandom_;
|
||||
}
|
||||
|
||||
public static final int GACHA_TIMES_FIELD_NUMBER = 3;
|
||||
public static final int GACHATIMES_FIELD_NUMBER = 10;
|
||||
private int gachaTimes_;
|
||||
/**
|
||||
* <code>uint32 gacha_times = 3;</code>
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -266,19 +394,19 @@ public final class DoGachaReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (gachaType_ != 0) {
|
||||
output.writeUInt32(1, gachaType_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
output.writeUInt32(3, gachaTimes_);
|
||||
output.writeUInt32(2, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
output.writeUInt32(6, gachaScheduleId_);
|
||||
output.writeUInt32(3, gachaScheduleId_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
output.writeUInt32(10, gachaTimes_);
|
||||
}
|
||||
if (gachaRandom_ != 0) {
|
||||
output.writeUInt32(9, gachaRandom_);
|
||||
output.writeUInt32(12, gachaRandom_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaTag_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, gachaTag_);
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, gachaTag_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -291,22 +419,22 @@ public final class DoGachaReqOuterClass {
|
||||
size = 0;
|
||||
if (gachaType_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, gachaType_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, gachaTimes_);
|
||||
.computeUInt32Size(2, gachaType_);
|
||||
}
|
||||
if (gachaScheduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, gachaScheduleId_);
|
||||
.computeUInt32Size(3, gachaScheduleId_);
|
||||
}
|
||||
if (gachaTimes_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, gachaTimes_);
|
||||
}
|
||||
if (gachaRandom_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, gachaRandom_);
|
||||
.computeUInt32Size(12, gachaRandom_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gachaTag_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, gachaTag_);
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, gachaTag_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -323,14 +451,14 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq other = (emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq) obj;
|
||||
|
||||
if (!getGachaTag()
|
||||
.equals(other.getGachaTag())) return false;
|
||||
if (getGachaScheduleId()
|
||||
!= other.getGachaScheduleId()) return false;
|
||||
if (getGachaType()
|
||||
!= other.getGachaType()) return false;
|
||||
if (getGachaRandom()
|
||||
!= other.getGachaRandom()) return false;
|
||||
if (getGachaType()
|
||||
!= other.getGachaType()) return false;
|
||||
if (getGachaScheduleId()
|
||||
!= other.getGachaScheduleId()) return false;
|
||||
if (!getGachaTag()
|
||||
.equals(other.getGachaTag())) return false;
|
||||
if (getGachaTimes()
|
||||
!= other.getGachaTimes()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -344,15 +472,15 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + GACHA_TAG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaTag().hashCode();
|
||||
hash = (37 * hash) + GACHA_SCHEDULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaScheduleId();
|
||||
hash = (37 * hash) + GACHA_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaType();
|
||||
hash = (37 * hash) + GACHA_RANDOM_FIELD_NUMBER;
|
||||
hash = (37 * hash) + GACHARANDOM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGachaRandom();
|
||||
hash = (37 * hash) + GACHA_TIMES_FIELD_NUMBER;
|
||||
hash = (37 * hash) + GACHATYPE_FIELD_NUMBER;
|
||||
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 = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
@@ -450,17 +578,6 @@ public final class DoGachaReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1556;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DoGachaReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -498,13 +615,13 @@ public final class DoGachaReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
gachaTag_ = "";
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
gachaRandom_ = 0;
|
||||
|
||||
gachaType_ = 0;
|
||||
|
||||
gachaRandom_ = 0;
|
||||
gachaScheduleId_ = 0;
|
||||
|
||||
gachaTag_ = "";
|
||||
|
||||
gachaTimes_ = 0;
|
||||
|
||||
@@ -534,10 +651,10 @@ public final class DoGachaReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq buildPartial() {
|
||||
emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq result = new emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq(this);
|
||||
result.gachaTag_ = gachaTag_;
|
||||
result.gachaScheduleId_ = gachaScheduleId_;
|
||||
result.gachaType_ = gachaType_;
|
||||
result.gachaRandom_ = gachaRandom_;
|
||||
result.gachaType_ = gachaType_;
|
||||
result.gachaScheduleId_ = gachaScheduleId_;
|
||||
result.gachaTag_ = gachaTag_;
|
||||
result.gachaTimes_ = gachaTimes_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -587,18 +704,18 @@ public final class DoGachaReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq other) {
|
||||
if (other == emu.grasscutter.net.proto.DoGachaReqOuterClass.DoGachaReq.getDefaultInstance()) return this;
|
||||
if (!other.getGachaTag().isEmpty()) {
|
||||
gachaTag_ = other.gachaTag_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getGachaScheduleId() != 0) {
|
||||
setGachaScheduleId(other.getGachaScheduleId());
|
||||
if (other.getGachaRandom() != 0) {
|
||||
setGachaRandom(other.getGachaRandom());
|
||||
}
|
||||
if (other.getGachaType() != 0) {
|
||||
setGachaType(other.getGachaType());
|
||||
}
|
||||
if (other.getGachaRandom() != 0) {
|
||||
setGachaRandom(other.getGachaRandom());
|
||||
if (other.getGachaScheduleId() != 0) {
|
||||
setGachaScheduleId(other.getGachaScheduleId());
|
||||
}
|
||||
if (!other.getGachaTag().isEmpty()) {
|
||||
gachaTag_ = other.gachaTag_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getGachaTimes() != 0) {
|
||||
setGachaTimes(other.getGachaTimes());
|
||||
@@ -632,9 +749,102 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaRandom_ ;
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaRandom() {
|
||||
return gachaRandom_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* @param value The gachaRandom to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaRandom(int value) {
|
||||
|
||||
gachaRandom_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaRandom = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaRandom() {
|
||||
|
||||
gachaRandom_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaType_ ;
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaType() {
|
||||
return gachaType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* @param value The gachaType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaType(int value) {
|
||||
|
||||
gachaType_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaType = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaType() {
|
||||
|
||||
gachaType_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaScheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gachaScheduleId = 3;</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 = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaScheduleId() {
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object gachaTag_ = "";
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The gachaTag.
|
||||
*/
|
||||
public java.lang.String getGachaTag() {
|
||||
@@ -650,7 +860,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return The bytes for gachaTag.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
@@ -667,7 +877,7 @@ public final class DoGachaReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @param value The gachaTag to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -682,7 +892,7 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaTag() {
|
||||
@@ -692,7 +902,7 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string gacha_tag = 14;</code>
|
||||
* <code>string gachaTag = 15;</code>
|
||||
* @param value The bytes for gachaTag to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -708,102 +918,9 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaScheduleId_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 6;</code>
|
||||
* @return The gachaScheduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaScheduleId() {
|
||||
return gachaScheduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_schedule_id = 6;</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 = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaScheduleId() {
|
||||
|
||||
gachaScheduleId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaType_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_type = 1;</code>
|
||||
* @return The gachaType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaType() {
|
||||
return gachaType_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_type = 1;</code>
|
||||
* @param value The gachaType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaType(int value) {
|
||||
|
||||
gachaType_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_type = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaType() {
|
||||
|
||||
gachaType_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaRandom_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_random = 9;</code>
|
||||
* @return The gachaRandom.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getGachaRandom() {
|
||||
return gachaRandom_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_random = 9;</code>
|
||||
* @param value The gachaRandom to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGachaRandom(int value) {
|
||||
|
||||
gachaRandom_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_random = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaRandom() {
|
||||
|
||||
gachaRandom_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int gachaTimes_ ;
|
||||
/**
|
||||
* <code>uint32 gacha_times = 3;</code>
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return The gachaTimes.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -811,7 +928,7 @@ public final class DoGachaReqOuterClass {
|
||||
return gachaTimes_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_times = 3;</code>
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @param value The gachaTimes to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -822,7 +939,7 @@ public final class DoGachaReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gacha_times = 3;</code>
|
||||
* <code>uint32 gachaTimes = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGachaTimes() {
|
||||
@@ -898,11 +1015,13 @@ public final class DoGachaReqOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\020DoGachaReq.proto\"y\n\nDoGachaReq\022\021\n\tgach" +
|
||||
"a_tag\030\016 \001(\t\022\031\n\021gacha_schedule_id\030\006 \001(\r\022\022" +
|
||||
"\n\ngacha_type\030\001 \001(\r\022\024\n\014gacha_random\030\t \001(\r" +
|
||||
"\022\023\n\013gacha_times\030\003 \001(\rB\033\n\031emu.grasscutter" +
|
||||
".net.protob\006proto3"
|
||||
"\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"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -913,7 +1032,7 @@ public final class DoGachaReqOuterClass {
|
||||
internal_static_DoGachaReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_DoGachaReq_descriptor,
|
||||
new java.lang.String[] { "GachaTag", "GachaScheduleId", "GachaType", "GachaRandom", "GachaTimes", });
|
||||
new java.lang.String[] { "GachaRandom", "GachaType", "GachaScheduleId", "GachaTag", "GachaTimes", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user