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:
yeyeye
2023-02-19 11:18:27 +08:00
committed by GitHub
Unverified
parent 39b4aa1387
commit 71a1e31d37
1191 changed files with 459994 additions and 172995 deletions
@@ -19,39 +19,29 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>bool is_all = 1;</code>
* @return The isAll.
*/
boolean getIsAll();
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return A list containing the furnitureSuiteIdList.
*/
java.util.List<java.lang.Integer> getFurnitureSuiteIdListList();
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return The count of furnitureSuiteIdList.
*/
int getFurnitureSuiteIdListCount();
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param index The index of the element to return.
* @return The furnitureSuiteIdList at the given index.
*/
int getFurnitureSuiteIdList(int index);
/**
* <code>bool isAll = 9;</code>
* @return The isAll.
*/
boolean getIsAll();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 4532;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code UnlockedFurnitureSuiteDataNotify}
*/
public static final class UnlockedFurnitureSuiteDataNotify extends
@@ -98,12 +88,12 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
case 0:
done = true;
break;
case 8: {
case 72: {
isAll_ = input.readBool();
break;
}
case 24: {
case 96: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
furnitureSuiteIdList_ = newIntList();
mutable_bitField0_ |= 0x00000001;
@@ -111,7 +101,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
furnitureSuiteIdList_.addInt(input.readUInt32());
break;
}
case 26: {
case 98: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
@@ -159,21 +149,141 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify.class, emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify.Builder.class);
}
public static final int IS_ALL_FIELD_NUMBER = 1;
private boolean isAll_;
/**
* <code>bool is_all = 1;</code>
* @return The isAll.
* Protobuf enum {@code UnlockedFurnitureSuiteDataNotify.MOMBAIFGLCB}
*/
@java.lang.Override
public boolean getIsAll() {
return isAll_;
public enum MOMBAIFGLCB
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 4475;</code>
*/
PEPPOHPHJOJ(1, 4475),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final MOMBAIFGLCB DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 4475;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 4475;
/**
* <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 MOMBAIFGLCB 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 MOMBAIFGLCB forNumber(int value) {
switch (value) {
case 0: return NONE;
case 4475: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<MOMBAIFGLCB>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
MOMBAIFGLCB> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<MOMBAIFGLCB>() {
public MOMBAIFGLCB findValueByNumber(int number) {
return MOMBAIFGLCB.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.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify.getDescriptor().getEnumTypes().get(0);
}
private static final MOMBAIFGLCB[] VALUES = getStaticValuesArray();
private static MOMBAIFGLCB[] getStaticValuesArray() {
return new MOMBAIFGLCB[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static MOMBAIFGLCB 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 MOMBAIFGLCB(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:UnlockedFurnitureSuiteDataNotify.MOMBAIFGLCB)
}
public static final int FURNITURE_SUITE_ID_LIST_FIELD_NUMBER = 3;
public static final int FURNITURESUITEIDLIST_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.IntList furnitureSuiteIdList_;
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return A list containing the furnitureSuiteIdList.
*/
@java.lang.Override
@@ -182,14 +292,14 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return furnitureSuiteIdList_;
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return The count of furnitureSuiteIdList.
*/
public int getFurnitureSuiteIdListCount() {
return furnitureSuiteIdList_.size();
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param index The index of the element to return.
* @return The furnitureSuiteIdList at the given index.
*/
@@ -198,6 +308,17 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
private int furnitureSuiteIdListMemoizedSerializedSize = -1;
public static final int ISALL_FIELD_NUMBER = 9;
private boolean isAll_;
/**
* <code>bool isAll = 9;</code>
* @return The isAll.
*/
@java.lang.Override
public boolean getIsAll() {
return isAll_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -214,10 +335,10 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
throws java.io.IOException {
getSerializedSize();
if (isAll_ != false) {
output.writeBool(1, isAll_);
output.writeBool(9, isAll_);
}
if (getFurnitureSuiteIdListList().size() > 0) {
output.writeUInt32NoTag(26);
output.writeUInt32NoTag(98);
output.writeUInt32NoTag(furnitureSuiteIdListMemoizedSerializedSize);
}
for (int i = 0; i < furnitureSuiteIdList_.size(); i++) {
@@ -234,7 +355,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
size = 0;
if (isAll_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, isAll_);
.computeBoolSize(9, isAll_);
}
{
int dataSize = 0;
@@ -265,10 +386,10 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify other = (emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify) obj;
if (getIsAll()
!= other.getIsAll()) return false;
if (!getFurnitureSuiteIdListList()
.equals(other.getFurnitureSuiteIdListList())) return false;
if (getIsAll()
!= other.getIsAll()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -280,13 +401,13 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + IS_ALL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsAll());
if (getFurnitureSuiteIdListCount() > 0) {
hash = (37 * hash) + FURNITURE_SUITE_ID_LIST_FIELD_NUMBER;
hash = (37 * hash) + FURNITURESUITEIDLIST_FIELD_NUMBER;
hash = (53 * hash) + getFurnitureSuiteIdListList().hashCode();
}
hash = (37 * hash) + ISALL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsAll());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -383,16 +504,6 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 4532;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code UnlockedFurnitureSuiteDataNotify}
*/
public static final class Builder extends
@@ -430,10 +541,10 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
isAll_ = false;
furnitureSuiteIdList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
isAll_ = false;
return this;
}
@@ -461,12 +572,12 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
public emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify buildPartial() {
emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify result = new emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify(this);
int from_bitField0_ = bitField0_;
result.isAll_ = isAll_;
if (((bitField0_ & 0x00000001) != 0)) {
furnitureSuiteIdList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.furnitureSuiteIdList_ = furnitureSuiteIdList_;
result.isAll_ = isAll_;
onBuilt();
return result;
}
@@ -515,9 +626,6 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify other) {
if (other == emu.grasscutter.net.proto.UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify.getDefaultInstance()) return this;
if (other.getIsAll() != false) {
setIsAll(other.getIsAll());
}
if (!other.furnitureSuiteIdList_.isEmpty()) {
if (furnitureSuiteIdList_.isEmpty()) {
furnitureSuiteIdList_ = other.furnitureSuiteIdList_;
@@ -528,6 +636,9 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
onChanged();
}
if (other.getIsAll() != false) {
setIsAll(other.getIsAll());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -558,37 +669,6 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
private int bitField0_;
private boolean isAll_ ;
/**
* <code>bool is_all = 1;</code>
* @return The isAll.
*/
@java.lang.Override
public boolean getIsAll() {
return isAll_;
}
/**
* <code>bool is_all = 1;</code>
* @param value The isAll to set.
* @return This builder for chaining.
*/
public Builder setIsAll(boolean value) {
isAll_ = value;
onChanged();
return this;
}
/**
* <code>bool is_all = 1;</code>
* @return This builder for chaining.
*/
public Builder clearIsAll() {
isAll_ = false;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList furnitureSuiteIdList_ = emptyIntList();
private void ensureFurnitureSuiteIdListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
@@ -597,7 +677,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
}
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return A list containing the furnitureSuiteIdList.
*/
public java.util.List<java.lang.Integer>
@@ -606,14 +686,14 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
java.util.Collections.unmodifiableList(furnitureSuiteIdList_) : furnitureSuiteIdList_;
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return The count of furnitureSuiteIdList.
*/
public int getFurnitureSuiteIdListCount() {
return furnitureSuiteIdList_.size();
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param index The index of the element to return.
* @return The furnitureSuiteIdList at the given index.
*/
@@ -621,7 +701,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return furnitureSuiteIdList_.getInt(index);
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param index The index to set the value at.
* @param value The furnitureSuiteIdList to set.
* @return This builder for chaining.
@@ -634,7 +714,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param value The furnitureSuiteIdList to add.
* @return This builder for chaining.
*/
@@ -645,7 +725,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @param values The furnitureSuiteIdList to add.
* @return This builder for chaining.
*/
@@ -658,7 +738,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
return this;
}
/**
* <code>repeated uint32 furniture_suite_id_list = 3;</code>
* <code>repeated uint32 furnitureSuiteIdList = 12;</code>
* @return This builder for chaining.
*/
public Builder clearFurnitureSuiteIdList() {
@@ -667,6 +747,37 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
onChanged();
return this;
}
private boolean isAll_ ;
/**
* <code>bool isAll = 9;</code>
* @return The isAll.
*/
@java.lang.Override
public boolean getIsAll() {
return isAll_;
}
/**
* <code>bool isAll = 9;</code>
* @param value The isAll to set.
* @return This builder for chaining.
*/
public Builder setIsAll(boolean value) {
isAll_ = value;
onChanged();
return this;
}
/**
* <code>bool isAll = 9;</code>
* @return This builder for chaining.
*/
public Builder clearIsAll() {
isAll_ = false;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -735,10 +846,11 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n&UnlockedFurnitureSuiteDataNotify.proto" +
"\"S\n UnlockedFurnitureSuiteDataNotify\022\016\n\006" +
"is_all\030\001 \001(\010\022\037\n\027furniture_suite_id_list\030" +
"\003 \003(\rB\033\n\031emu.grasscutter.net.protob\006prot" +
"o3"
"\"\240\001\n UnlockedFurnitureSuiteDataNotify\022\034\n" +
"\024furnitureSuiteIdList\030\014 \003(\r\022\r\n\005isAll\030\t \001" +
"(\010\"O\n\013MOMBAIFGLCB\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJ" +
"OJ\020\373\"\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032" +
"\002\020\001B\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -749,7 +861,7 @@ public final class UnlockedFurnitureSuiteDataNotifyOuterClass {
internal_static_UnlockedFurnitureSuiteDataNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_UnlockedFurnitureSuiteDataNotify_descriptor,
new java.lang.String[] { "IsAll", "FurnitureSuiteIdList", });
new java.lang.String[] { "FurnitureSuiteIdList", "IsAll", });
}
// @@protoc_insertion_point(outer_class_scope)