mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-27 06:09:51 +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
+244
-131
@@ -19,56 +19,46 @@ public final class DestroyMaterialRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return A list containing the itemIdList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getItemIdListList();
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return The count of itemIdList.
|
||||
*/
|
||||
int getItemIdListCount();
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemIdList at the given index.
|
||||
*/
|
||||
int getItemIdList(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return A list containing the itemCountList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getItemCountListList();
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return The count of itemCountList.
|
||||
*/
|
||||
int getItemCountListCount();
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemCountList at the given index.
|
||||
*/
|
||||
int getItemCountList(int index);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 608;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DestroyMaterialRsp}
|
||||
*/
|
||||
public static final class DestroyMaterialRsp extends
|
||||
@@ -116,7 +106,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 80: {
|
||||
case 56: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
itemIdList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -124,7 +114,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
itemIdList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
case 58: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -138,6 +128,11 @@ public final class DestroyMaterialRspOuterClass {
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
itemCountList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
@@ -145,7 +140,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
itemCountList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
case 106: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -158,11 +153,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -201,10 +191,141 @@ public final class DestroyMaterialRspOuterClass {
|
||||
emu.grasscutter.net.proto.DestroyMaterialRspOuterClass.DestroyMaterialRsp.class, emu.grasscutter.net.proto.DestroyMaterialRspOuterClass.DestroyMaterialRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ITEM_ID_LIST_FIELD_NUMBER = 10;
|
||||
/**
|
||||
* Protobuf enum {@code DestroyMaterialRsp.IEOFDMOHAPI}
|
||||
*/
|
||||
public enum IEOFDMOHAPI
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 637;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 637),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final IEOFDMOHAPI DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 637;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 637;
|
||||
/**
|
||||
* <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 IEOFDMOHAPI 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 IEOFDMOHAPI forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 637: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<IEOFDMOHAPI>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
IEOFDMOHAPI> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<IEOFDMOHAPI>() {
|
||||
public IEOFDMOHAPI findValueByNumber(int number) {
|
||||
return IEOFDMOHAPI.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.DestroyMaterialRspOuterClass.DestroyMaterialRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final IEOFDMOHAPI[] VALUES = getStaticValuesArray();
|
||||
private static IEOFDMOHAPI[] getStaticValuesArray() {
|
||||
return new IEOFDMOHAPI[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static IEOFDMOHAPI 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 IEOFDMOHAPI(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:DestroyMaterialRsp.IEOFDMOHAPI)
|
||||
}
|
||||
|
||||
public static final int ITEMIDLIST_FIELD_NUMBER = 7;
|
||||
private com.google.protobuf.Internal.IntList itemIdList_;
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return A list containing the itemIdList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -213,14 +334,14 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return itemIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return The count of itemIdList.
|
||||
*/
|
||||
public int getItemIdListCount() {
|
||||
return itemIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemIdList at the given index.
|
||||
*/
|
||||
@@ -229,10 +350,21 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
private int itemIdListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int ITEM_COUNT_LIST_FIELD_NUMBER = 12;
|
||||
public static final int RETCODE_FIELD_NUMBER = 12;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int ITEMCOUNTLIST_FIELD_NUMBER = 13;
|
||||
private com.google.protobuf.Internal.IntList itemCountList_;
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return A list containing the itemCountList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -241,14 +373,14 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return itemCountList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return The count of itemCountList.
|
||||
*/
|
||||
public int getItemCountListCount() {
|
||||
return itemCountList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemCountList at the given index.
|
||||
*/
|
||||
@@ -257,17 +389,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
private int itemCountListMemoizedSerializedSize = -1;
|
||||
|
||||
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_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -284,22 +405,22 @@ public final class DestroyMaterialRspOuterClass {
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getItemIdListList().size() > 0) {
|
||||
output.writeUInt32NoTag(82);
|
||||
output.writeUInt32NoTag(58);
|
||||
output.writeUInt32NoTag(itemIdListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < itemIdList_.size(); i++) {
|
||||
output.writeUInt32NoTag(itemIdList_.getInt(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(12, retcode_);
|
||||
}
|
||||
if (getItemCountListList().size() > 0) {
|
||||
output.writeUInt32NoTag(98);
|
||||
output.writeUInt32NoTag(106);
|
||||
output.writeUInt32NoTag(itemCountListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < itemCountList_.size(); i++) {
|
||||
output.writeUInt32NoTag(itemCountList_.getInt(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(13, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -323,6 +444,10 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
itemIdListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(12, retcode_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < itemCountList_.size(); i++) {
|
||||
@@ -337,10 +462,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
itemCountListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -358,10 +479,10 @@ public final class DestroyMaterialRspOuterClass {
|
||||
|
||||
if (!getItemIdListList()
|
||||
.equals(other.getItemIdListList())) return false;
|
||||
if (!getItemCountListList()
|
||||
.equals(other.getItemCountListList())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getItemCountListList()
|
||||
.equals(other.getItemCountListList())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -374,15 +495,15 @@ public final class DestroyMaterialRspOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getItemIdListCount() > 0) {
|
||||
hash = (37 * hash) + ITEM_ID_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + ITEMIDLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getItemIdListList().hashCode();
|
||||
}
|
||||
if (getItemCountListCount() > 0) {
|
||||
hash = (37 * hash) + ITEM_COUNT_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getItemCountListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (getItemCountListCount() > 0) {
|
||||
hash = (37 * hash) + ITEMCOUNTLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getItemCountListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -479,16 +600,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 608;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DestroyMaterialRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -528,10 +639,10 @@ public final class DestroyMaterialRspOuterClass {
|
||||
super.clear();
|
||||
itemIdList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
itemCountList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
retcode_ = 0;
|
||||
|
||||
itemCountList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -564,12 +675,12 @@ public final class DestroyMaterialRspOuterClass {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.itemIdList_ = itemIdList_;
|
||||
result.retcode_ = retcode_;
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
itemCountList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
}
|
||||
result.itemCountList_ = itemCountList_;
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -628,6 +739,9 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (!other.itemCountList_.isEmpty()) {
|
||||
if (itemCountList_.isEmpty()) {
|
||||
itemCountList_ = other.itemCountList_;
|
||||
@@ -638,9 +752,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -679,7 +790,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return A list containing the itemIdList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -688,14 +799,14 @@ public final class DestroyMaterialRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(itemIdList_) : itemIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return The count of itemIdList.
|
||||
*/
|
||||
public int getItemIdListCount() {
|
||||
return itemIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemIdList at the given index.
|
||||
*/
|
||||
@@ -703,7 +814,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return itemIdList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The itemIdList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -716,7 +827,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param value The itemIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -727,7 +838,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @param values The itemIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -740,7 +851,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_id_list = 10;</code>
|
||||
* <code>repeated uint32 itemIdList = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearItemIdList() {
|
||||
@@ -750,6 +861,37 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 12;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 12;</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 = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList itemCountList_ = emptyIntList();
|
||||
private void ensureItemCountListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000002) != 0)) {
|
||||
@@ -758,7 +900,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return A list containing the itemCountList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -767,14 +909,14 @@ public final class DestroyMaterialRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(itemCountList_) : itemCountList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return The count of itemCountList.
|
||||
*/
|
||||
public int getItemCountListCount() {
|
||||
return itemCountList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The itemCountList at the given index.
|
||||
*/
|
||||
@@ -782,7 +924,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return itemCountList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The itemCountList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -795,7 +937,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param value The itemCountList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -806,7 +948,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @param values The itemCountList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -819,7 +961,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 item_count_list = 12;</code>
|
||||
* <code>repeated uint32 itemCountList = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearItemCountList() {
|
||||
@@ -828,37 +970,6 @@ public final class DestroyMaterialRspOuterClass {
|
||||
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;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -926,10 +1037,12 @@ public final class DestroyMaterialRspOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\030DestroyMaterialRsp.proto\"T\n\022DestroyMat" +
|
||||
"erialRsp\022\024\n\014item_id_list\030\n \003(\r\022\027\n\017item_c" +
|
||||
"ount_list\030\014 \003(\r\022\017\n\007retcode\030\r \001(\005B\033\n\031emu." +
|
||||
"grasscutter.net.protob\006proto3"
|
||||
"\n\030DestroyMaterialRsp.proto\"\241\001\n\022DestroyMa" +
|
||||
"terialRsp\022\022\n\nitemIdList\030\007 \003(\r\022\017\n\007retcode" +
|
||||
"\030\014 \001(\005\022\025\n\ritemCountList\030\r \003(\r\"O\n\013IEOFDMO" +
|
||||
"HAPI\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\375\004\022\017\n\013DCDN" +
|
||||
"ILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -940,7 +1053,7 @@ public final class DestroyMaterialRspOuterClass {
|
||||
internal_static_DestroyMaterialRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_DestroyMaterialRsp_descriptor,
|
||||
new java.lang.String[] { "ItemIdList", "ItemCountList", "Retcode", });
|
||||
new java.lang.String[] { "ItemIdList", "Retcode", "ItemCountList", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user