mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 01:29:49 +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
+223
-110
@@ -19,37 +19,27 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return Whether the lunchBoxData field is set.
|
||||
*/
|
||||
boolean hasLunchBoxData();
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return The lunchBoxData.
|
||||
*/
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData getLunchBoxData();
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxDataOrBuilder getLunchBoxDataOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4262;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SetUpLunchBoxWidgetRsp}
|
||||
*/
|
||||
public static final class SetUpLunchBoxWidgetRsp extends
|
||||
@@ -94,7 +84,12 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 18: {
|
||||
case 24: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.Builder subBuilder = null;
|
||||
if (lunchBoxData_ != null) {
|
||||
subBuilder = lunchBoxData_.toBuilder();
|
||||
@@ -107,11 +102,6 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -144,21 +134,141 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.class, emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 7;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* @return The retcode.
|
||||
* Protobuf enum {@code SetUpLunchBoxWidgetRsp.MEJCKKOKEFL}
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
public enum MEJCKKOKEFL
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4266;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 4266),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final MEJCKKOKEFL DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4266;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 4266;
|
||||
/**
|
||||
* <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 MEJCKKOKEFL 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 MEJCKKOKEFL forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 4266: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<MEJCKKOKEFL>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
MEJCKKOKEFL> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<MEJCKKOKEFL>() {
|
||||
public MEJCKKOKEFL findValueByNumber(int number) {
|
||||
return MEJCKKOKEFL.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.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final MEJCKKOKEFL[] VALUES = getStaticValuesArray();
|
||||
private static MEJCKKOKEFL[] getStaticValuesArray() {
|
||||
return new MEJCKKOKEFL[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static MEJCKKOKEFL 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 MEJCKKOKEFL(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:SetUpLunchBoxWidgetRsp.MEJCKKOKEFL)
|
||||
}
|
||||
|
||||
public static final int LUNCH_BOX_DATA_FIELD_NUMBER = 2;
|
||||
public static final int LUNCHBOXDATA_FIELD_NUMBER = 15;
|
||||
private emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData lunchBoxData_;
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return Whether the lunchBoxData field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -166,7 +276,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return lunchBoxData_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return The lunchBoxData.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -174,13 +284,24 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return lunchBoxData_ == null ? emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.getDefaultInstance() : lunchBoxData_;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxDataOrBuilder getLunchBoxDataOrBuilder() {
|
||||
return getLunchBoxData();
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 3;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -195,11 +316,11 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (lunchBoxData_ != null) {
|
||||
output.writeMessage(2, getLunchBoxData());
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(7, retcode_);
|
||||
output.writeInt32(3, retcode_);
|
||||
}
|
||||
if (lunchBoxData_ != null) {
|
||||
output.writeMessage(15, getLunchBoxData());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -210,13 +331,13 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (lunchBoxData_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(2, getLunchBoxData());
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(7, retcode_);
|
||||
.computeInt32Size(3, retcode_);
|
||||
}
|
||||
if (lunchBoxData_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(15, getLunchBoxData());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -233,13 +354,13 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp other = (emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp) obj;
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (hasLunchBoxData() != other.hasLunchBoxData()) return false;
|
||||
if (hasLunchBoxData()) {
|
||||
if (!getLunchBoxData()
|
||||
.equals(other.getLunchBoxData())) return false;
|
||||
}
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -251,12 +372,12 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (hasLunchBoxData()) {
|
||||
hash = (37 * hash) + LUNCH_BOX_DATA_FIELD_NUMBER;
|
||||
hash = (37 * hash) + LUNCHBOXDATA_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLunchBoxData().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -353,16 +474,6 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4262;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SetUpLunchBoxWidgetRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -400,14 +511,14 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
|
||||
if (lunchBoxDataBuilder_ == null) {
|
||||
lunchBoxData_ = null;
|
||||
} else {
|
||||
lunchBoxData_ = null;
|
||||
lunchBoxDataBuilder_ = null;
|
||||
}
|
||||
retcode_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -434,12 +545,12 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp result = new emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp(this);
|
||||
result.retcode_ = retcode_;
|
||||
if (lunchBoxDataBuilder_ == null) {
|
||||
result.lunchBoxData_ = lunchBoxData_;
|
||||
} else {
|
||||
result.lunchBoxData_ = lunchBoxDataBuilder_.build();
|
||||
}
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -488,12 +599,12 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.getDefaultInstance()) return this;
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (other.hasLunchBoxData()) {
|
||||
mergeLunchBoxData(other.getLunchBoxData());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -523,49 +634,18 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 7;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 7;</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 = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData lunchBoxData_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData, emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.Builder, emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxDataOrBuilder> lunchBoxDataBuilder_;
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return Whether the lunchBoxData field is set.
|
||||
*/
|
||||
public boolean hasLunchBoxData() {
|
||||
return lunchBoxDataBuilder_ != null || lunchBoxData_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
* @return The lunchBoxData.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData getLunchBoxData() {
|
||||
@@ -576,7 +656,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public Builder setLunchBoxData(emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData value) {
|
||||
if (lunchBoxDataBuilder_ == null) {
|
||||
@@ -592,7 +672,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public Builder setLunchBoxData(
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.Builder builderForValue) {
|
||||
@@ -606,7 +686,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public Builder mergeLunchBoxData(emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData value) {
|
||||
if (lunchBoxDataBuilder_ == null) {
|
||||
@@ -624,7 +704,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public Builder clearLunchBoxData() {
|
||||
if (lunchBoxDataBuilder_ == null) {
|
||||
@@ -638,7 +718,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.Builder getLunchBoxDataBuilder() {
|
||||
|
||||
@@ -646,7 +726,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
return getLunchBoxDataFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxDataOrBuilder getLunchBoxDataOrBuilder() {
|
||||
if (lunchBoxDataBuilder_ != null) {
|
||||
@@ -657,7 +737,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.LunchBoxData lunch_box_data = 2;</code>
|
||||
* <code>.LunchBoxData lunchBoxData = 15;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData, emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxData.Builder, emu.grasscutter.net.proto.LunchBoxDataOuterClass.LunchBoxDataOrBuilder>
|
||||
@@ -672,6 +752,37 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
}
|
||||
return lunchBoxDataBuilder_;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 3;</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 = 3;</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) {
|
||||
@@ -740,9 +851,11 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034SetUpLunchBoxWidgetRsp.proto\032\022LunchBox" +
|
||||
"Data.proto\"P\n\026SetUpLunchBoxWidgetRsp\022\017\n\007" +
|
||||
"retcode\030\007 \001(\005\022%\n\016lunch_box_data\030\002 \001(\0132\r." +
|
||||
"LunchBoxDataB\033\n\031emu.grasscutter.net.prot" +
|
||||
"Data.proto\"\237\001\n\026SetUpLunchBoxWidgetRsp\022#\n" +
|
||||
"\014lunchBoxData\030\017 \001(\0132\r.LunchBoxData\022\017\n\007re" +
|
||||
"tcode\030\003 \001(\005\"O\n\013MEJCKKOKEFL\022\010\n\004NONE\020\000\022\020\n\013" +
|
||||
"PEPPOHPHJOJ\020\252!\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKO" +
|
||||
"LMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -755,7 +868,7 @@ public final class SetUpLunchBoxWidgetRspOuterClass {
|
||||
internal_static_SetUpLunchBoxWidgetRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_SetUpLunchBoxWidgetRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "LunchBoxData", });
|
||||
new java.lang.String[] { "LunchBoxData", "Retcode", });
|
||||
emu.grasscutter.net.proto.LunchBoxDataOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user