mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 17:01:21 +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
+230
-110
@@ -19,40 +19,29 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 city_id = 8;</code>
|
||||
* @return The cityId.
|
||||
*/
|
||||
int getCityId();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return A list containing the parentQuestList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getParentQuestListList();
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return The count of parentQuestList.
|
||||
*/
|
||||
int getParentQuestListCount();
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The parentQuestList at the given index.
|
||||
*/
|
||||
int getParentQuestList(int index);
|
||||
|
||||
/**
|
||||
* <code>uint32 cityId = 9;</code>
|
||||
* @return The cityId.
|
||||
*/
|
||||
int getCityId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2843;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeCityReputationParentQuestReq}
|
||||
*/
|
||||
public static final class TakeCityReputationParentQuestReq extends
|
||||
@@ -99,12 +88,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 64: {
|
||||
|
||||
cityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 8: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
parentQuestList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -112,7 +96,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
parentQuestList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 74: {
|
||||
case 10: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -125,6 +109,11 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
cityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -160,21 +149,149 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq.class, emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CITY_ID_FIELD_NUMBER = 8;
|
||||
private int cityId_;
|
||||
/**
|
||||
* <code>uint32 city_id = 8;</code>
|
||||
* @return The cityId.
|
||||
* Protobuf enum {@code TakeCityReputationParentQuestReq.PJJGGGLIDDD}
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCityId() {
|
||||
return cityId_;
|
||||
public enum PJJGGGLIDDD
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2874;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 2874),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final PJJGGGLIDDD DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final PJJGGGLIDDD EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2874;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 2874;
|
||||
/**
|
||||
* <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 PJJGGGLIDDD 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 PJJGGGLIDDD forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 2874: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<PJJGGGLIDDD>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
PJJGGGLIDDD> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<PJJGGGLIDDD>() {
|
||||
public PJJGGGLIDDD findValueByNumber(int number) {
|
||||
return PJJGGGLIDDD.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.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final PJJGGGLIDDD[] VALUES = getStaticValuesArray();
|
||||
private static PJJGGGLIDDD[] getStaticValuesArray() {
|
||||
return new PJJGGGLIDDD[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static PJJGGGLIDDD 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 PJJGGGLIDDD(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:TakeCityReputationParentQuestReq.PJJGGGLIDDD)
|
||||
}
|
||||
|
||||
public static final int PARENT_QUEST_LIST_FIELD_NUMBER = 9;
|
||||
public static final int PARENTQUESTLIST_FIELD_NUMBER = 1;
|
||||
private com.google.protobuf.Internal.IntList parentQuestList_;
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return A list containing the parentQuestList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -183,14 +300,14 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return parentQuestList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return The count of parentQuestList.
|
||||
*/
|
||||
public int getParentQuestListCount() {
|
||||
return parentQuestList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The parentQuestList at the given index.
|
||||
*/
|
||||
@@ -199,6 +316,17 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
private int parentQuestListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int CITYID_FIELD_NUMBER = 9;
|
||||
private int cityId_;
|
||||
/**
|
||||
* <code>uint32 cityId = 9;</code>
|
||||
* @return The cityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCityId() {
|
||||
return cityId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -214,16 +342,16 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (cityId_ != 0) {
|
||||
output.writeUInt32(8, cityId_);
|
||||
}
|
||||
if (getParentQuestListList().size() > 0) {
|
||||
output.writeUInt32NoTag(74);
|
||||
output.writeUInt32NoTag(10);
|
||||
output.writeUInt32NoTag(parentQuestListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < parentQuestList_.size(); i++) {
|
||||
output.writeUInt32NoTag(parentQuestList_.getInt(i));
|
||||
}
|
||||
if (cityId_ != 0) {
|
||||
output.writeUInt32(9, cityId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -233,10 +361,6 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (cityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, cityId_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < parentQuestList_.size(); i++) {
|
||||
@@ -251,6 +375,10 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
parentQuestListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (cityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, cityId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -266,10 +394,10 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq other = (emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq) obj;
|
||||
|
||||
if (getCityId()
|
||||
!= other.getCityId()) return false;
|
||||
if (!getParentQuestListList()
|
||||
.equals(other.getParentQuestListList())) return false;
|
||||
if (getCityId()
|
||||
!= other.getCityId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -281,12 +409,12 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + CITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCityId();
|
||||
if (getParentQuestListCount() > 0) {
|
||||
hash = (37 * hash) + PARENT_QUEST_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PARENTQUESTLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getParentQuestListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + CITYID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCityId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -383,17 +511,6 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2843;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeCityReputationParentQuestReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -431,10 +548,10 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
cityId_ = 0;
|
||||
|
||||
parentQuestList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
cityId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -462,12 +579,12 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
public emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq buildPartial() {
|
||||
emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq result = new emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.cityId_ = cityId_;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
parentQuestList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.parentQuestList_ = parentQuestList_;
|
||||
result.cityId_ = cityId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -516,9 +633,6 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq other) {
|
||||
if (other == emu.grasscutter.net.proto.TakeCityReputationParentQuestReqOuterClass.TakeCityReputationParentQuestReq.getDefaultInstance()) return this;
|
||||
if (other.getCityId() != 0) {
|
||||
setCityId(other.getCityId());
|
||||
}
|
||||
if (!other.parentQuestList_.isEmpty()) {
|
||||
if (parentQuestList_.isEmpty()) {
|
||||
parentQuestList_ = other.parentQuestList_;
|
||||
@@ -529,6 +643,9 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.getCityId() != 0) {
|
||||
setCityId(other.getCityId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -559,37 +676,6 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int cityId_ ;
|
||||
/**
|
||||
* <code>uint32 city_id = 8;</code>
|
||||
* @return The cityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCityId() {
|
||||
return cityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 city_id = 8;</code>
|
||||
* @param value The cityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCityId(int value) {
|
||||
|
||||
cityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 city_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCityId() {
|
||||
|
||||
cityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList parentQuestList_ = emptyIntList();
|
||||
private void ensureParentQuestListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
@@ -598,7 +684,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return A list containing the parentQuestList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -607,14 +693,14 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
java.util.Collections.unmodifiableList(parentQuestList_) : parentQuestList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return The count of parentQuestList.
|
||||
*/
|
||||
public int getParentQuestListCount() {
|
||||
return parentQuestList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The parentQuestList at the given index.
|
||||
*/
|
||||
@@ -622,7 +708,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return parentQuestList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The parentQuestList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -635,7 +721,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param value The parentQuestList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -646,7 +732,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @param values The parentQuestList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -659,7 +745,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 parent_quest_list = 9;</code>
|
||||
* <code>repeated uint32 parentQuestList = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParentQuestList() {
|
||||
@@ -668,6 +754,37 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int cityId_ ;
|
||||
/**
|
||||
* <code>uint32 cityId = 9;</code>
|
||||
* @return The cityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCityId() {
|
||||
return cityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cityId = 9;</code>
|
||||
* @param value The cityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCityId(int value) {
|
||||
|
||||
cityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 cityId = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCityId() {
|
||||
|
||||
cityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -736,9 +853,12 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n&TakeCityReputationParentQuestReq.proto" +
|
||||
"\"N\n TakeCityReputationParentQuestReq\022\017\n\007" +
|
||||
"city_id\030\010 \001(\r\022\031\n\021parent_quest_list\030\t \003(\r" +
|
||||
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\"\255\001\n TakeCityReputationParentQuestReq\022\027\n" +
|
||||
"\017parentQuestList\030\001 \003(\r\022\016\n\006cityId\030\t \001(\r\"`" +
|
||||
"\n\013PJJGGGLIDDD\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\272" +
|
||||
"\026\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\022\017\n\013E" +
|
||||
"AJIABGAOCI\020\001\032\002\020\001B\033\n\031emu.grasscutter.net." +
|
||||
"protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -749,7 +869,7 @@ public final class TakeCityReputationParentQuestReqOuterClass {
|
||||
internal_static_TakeCityReputationParentQuestReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_TakeCityReputationParentQuestReq_descriptor,
|
||||
new java.lang.String[] { "CityId", "ParentQuestList", });
|
||||
new java.lang.String[] { "ParentQuestList", "CityId", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user