mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 08:23:38 +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
+232
-119
@@ -19,46 +19,36 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData>
|
||||
getSlotListList();
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData getSlotList(int index);
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
int getSlotListCount();
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder>
|
||||
getSlotListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder getSlotListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4270;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetWidgetSlotRsp}
|
||||
*/
|
||||
public static final class GetWidgetSlotRsp extends
|
||||
@@ -105,7 +95,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 26: {
|
||||
case 106: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
slotList_ = new java.util.ArrayList<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -114,7 +104,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 120: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -154,17 +144,159 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp.class, emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SLOT_LIST_FIELD_NUMBER = 3;
|
||||
/**
|
||||
* Protobuf enum {@code GetWidgetSlotRsp.FAKNLMKHILB}
|
||||
*/
|
||||
public enum FAKNLMKHILB
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4263;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 4263),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final FAKNLMKHILB DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4263;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 4263;
|
||||
/**
|
||||
* <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 FAKNLMKHILB 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 FAKNLMKHILB forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 4263: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<FAKNLMKHILB>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
FAKNLMKHILB> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<FAKNLMKHILB>() {
|
||||
public FAKNLMKHILB findValueByNumber(int number) {
|
||||
return FAKNLMKHILB.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.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final FAKNLMKHILB[] VALUES = getStaticValuesArray();
|
||||
private static FAKNLMKHILB[] getStaticValuesArray() {
|
||||
return new FAKNLMKHILB[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static FAKNLMKHILB 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 FAKNLMKHILB(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:GetWidgetSlotRsp.FAKNLMKHILB)
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int SLOTLIST_FIELD_NUMBER = 13;
|
||||
private java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData> slotList_;
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData> getSlotListList() {
|
||||
return slotList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder>
|
||||
@@ -172,21 +304,21 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return slotList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSlotListCount() {
|
||||
return slotList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData getSlotList(int index) {
|
||||
return slotList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder getSlotListOrBuilder(
|
||||
@@ -194,17 +326,6 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return slotList_.get(index);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 10;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -220,10 +341,10 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < slotList_.size(); i++) {
|
||||
output.writeMessage(3, slotList_.get(i));
|
||||
output.writeMessage(13, slotList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(10, retcode_);
|
||||
output.writeInt32(15, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -236,11 +357,11 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < slotList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, slotList_.get(i));
|
||||
.computeMessageSize(13, slotList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(10, retcode_);
|
||||
.computeInt32Size(15, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -257,10 +378,10 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp other = (emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp) obj;
|
||||
|
||||
if (!getSlotListList()
|
||||
.equals(other.getSlotListList())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getSlotListList()
|
||||
.equals(other.getSlotListList())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -272,12 +393,12 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getSlotListCount() > 0) {
|
||||
hash = (37 * hash) + SLOT_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSlotListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (getSlotListCount() > 0) {
|
||||
hash = (37 * hash) + SLOTLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSlotListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -374,16 +495,6 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4270;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetWidgetSlotRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -422,14 +533,14 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
retcode_ = 0;
|
||||
|
||||
if (slotListBuilder_ == null) {
|
||||
slotList_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
slotListBuilder_.clear();
|
||||
}
|
||||
retcode_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -457,6 +568,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
public emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp result = new emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.retcode_ = retcode_;
|
||||
if (slotListBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
slotList_ = java.util.Collections.unmodifiableList(slotList_);
|
||||
@@ -466,7 +578,6 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
} else {
|
||||
result.slotList_ = slotListBuilder_.build();
|
||||
}
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -515,6 +626,9 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.GetWidgetSlotRspOuterClass.GetWidgetSlotRsp.getDefaultInstance()) return this;
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (slotListBuilder_ == null) {
|
||||
if (!other.slotList_.isEmpty()) {
|
||||
if (slotList_.isEmpty()) {
|
||||
@@ -541,9 +655,6 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -574,6 +685,37 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 15;</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 = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData> slotList_ =
|
||||
java.util.Collections.emptyList();
|
||||
private void ensureSlotListIsMutable() {
|
||||
@@ -587,7 +729,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder> slotListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData> getSlotListList() {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -597,7 +739,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public int getSlotListCount() {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -607,7 +749,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData getSlotList(int index) {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -617,7 +759,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder setSlotList(
|
||||
int index, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData value) {
|
||||
@@ -634,7 +776,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder setSlotList(
|
||||
int index, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder builderForValue) {
|
||||
@@ -648,7 +790,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder addSlotList(emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData value) {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -664,7 +806,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder addSlotList(
|
||||
int index, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData value) {
|
||||
@@ -681,7 +823,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder addSlotList(
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder builderForValue) {
|
||||
@@ -695,7 +837,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder addSlotList(
|
||||
int index, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder builderForValue) {
|
||||
@@ -709,7 +851,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder addAllSlotList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData> values) {
|
||||
@@ -724,7 +866,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder clearSlotList() {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -737,7 +879,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public Builder removeSlotList(int index) {
|
||||
if (slotListBuilder_ == null) {
|
||||
@@ -750,14 +892,14 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder getSlotListBuilder(
|
||||
int index) {
|
||||
return getSlotListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder getSlotListOrBuilder(
|
||||
int index) {
|
||||
@@ -767,7 +909,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder>
|
||||
getSlotListOrBuilderList() {
|
||||
@@ -778,14 +920,14 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder addSlotListBuilder() {
|
||||
return getSlotListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder addSlotListBuilder(
|
||||
int index) {
|
||||
@@ -793,7 +935,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
index, emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .WidgetSlotData slot_list = 3;</code>
|
||||
* <code>repeated .WidgetSlotData slotList = 13;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.WidgetSlotDataOuterClass.WidgetSlotData.Builder>
|
||||
getSlotListBuilderList() {
|
||||
@@ -813,37 +955,6 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
}
|
||||
return slotListBuilder_;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 10;</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 = 10;</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) {
|
||||
@@ -912,9 +1023,11 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026GetWidgetSlotRsp.proto\032\024WidgetSlotData" +
|
||||
".proto\"G\n\020GetWidgetSlotRsp\022\"\n\tslot_list\030" +
|
||||
"\003 \003(\0132\017.WidgetSlotData\022\017\n\007retcode\030\n \001(\005B" +
|
||||
"\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
".proto\"\227\001\n\020GetWidgetSlotRsp\022\017\n\007retcode\030\017" +
|
||||
" \001(\005\022!\n\010slotList\030\r \003(\0132\017.WidgetSlotData\"" +
|
||||
"O\n\013FAKNLMKHILB\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020" +
|
||||
"\247!\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001" +
|
||||
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -926,7 +1039,7 @@ public final class GetWidgetSlotRspOuterClass {
|
||||
internal_static_GetWidgetSlotRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_GetWidgetSlotRsp_descriptor,
|
||||
new java.lang.String[] { "SlotList", "Retcode", });
|
||||
new java.lang.String[] { "Retcode", "SlotList", });
|
||||
emu.grasscutter.net.proto.WidgetSlotDataOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user