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,37 +19,27 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint64 avatar_guid = 1;</code>
* @return The avatarGuid.
*/
long getAvatarGuid();
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return Whether the equipAffixInfo field is set.
*/
boolean hasEquipAffixInfo();
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return The equipAffixInfo.
*/
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo getEquipAffixInfo();
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder();
/**
* <code>uint64 avatarGuid = 15;</code>
* @return The avatarGuid.
*/
long getAvatarGuid();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1708;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code AvatarEquipAffixStartNotify}
*/
public static final class AvatarEquipAffixStartNotify extends
@@ -94,12 +84,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
case 0:
done = true;
break;
case 8: {
avatarGuid_ = input.readUInt64();
break;
}
case 74: {
case 42: {
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder subBuilder = null;
if (equipAffixInfo_ != null) {
subBuilder = equipAffixInfo_.toBuilder();
@@ -112,6 +97,11 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
break;
}
case 120: {
avatarGuid_ = input.readUInt64();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -144,21 +134,141 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.class, emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.Builder.class);
}
public static final int AVATAR_GUID_FIELD_NUMBER = 1;
private long avatarGuid_;
/**
* <code>uint64 avatar_guid = 1;</code>
* @return The avatarGuid.
* Protobuf enum {@code AvatarEquipAffixStartNotify.CIBOKBFGLBI}
*/
@java.lang.Override
public long getAvatarGuid() {
return avatarGuid_;
public enum CIBOKBFGLBI
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 1602;</code>
*/
PEPPOHPHJOJ(1, 1602),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final CIBOKBFGLBI DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 1602;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 1602;
/**
* <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 CIBOKBFGLBI 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 CIBOKBFGLBI forNumber(int value) {
switch (value) {
case 0: return NONE;
case 1602: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<CIBOKBFGLBI>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
CIBOKBFGLBI> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<CIBOKBFGLBI>() {
public CIBOKBFGLBI findValueByNumber(int number) {
return CIBOKBFGLBI.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.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.getDescriptor().getEnumTypes().get(0);
}
private static final CIBOKBFGLBI[] VALUES = getStaticValuesArray();
private static CIBOKBFGLBI[] getStaticValuesArray() {
return new CIBOKBFGLBI[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static CIBOKBFGLBI 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 CIBOKBFGLBI(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:AvatarEquipAffixStartNotify.CIBOKBFGLBI)
}
public static final int EQUIP_AFFIX_INFO_FIELD_NUMBER = 9;
public static final int EQUIPAFFIXINFO_FIELD_NUMBER = 5;
private emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo equipAffixInfo_;
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return Whether the equipAffixInfo field is set.
*/
@java.lang.Override
@@ -166,7 +276,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return equipAffixInfo_ != null;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return The equipAffixInfo.
*/
@java.lang.Override
@@ -174,13 +284,24 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return equipAffixInfo_ == null ? emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.getDefaultInstance() : equipAffixInfo_;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder() {
return getEquipAffixInfo();
}
public static final int AVATARGUID_FIELD_NUMBER = 15;
private long avatarGuid_;
/**
* <code>uint64 avatarGuid = 15;</code>
* @return The avatarGuid.
*/
@java.lang.Override
public long getAvatarGuid() {
return avatarGuid_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -195,11 +316,11 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (avatarGuid_ != 0L) {
output.writeUInt64(1, avatarGuid_);
}
if (equipAffixInfo_ != null) {
output.writeMessage(9, getEquipAffixInfo());
output.writeMessage(5, getEquipAffixInfo());
}
if (avatarGuid_ != 0L) {
output.writeUInt64(15, avatarGuid_);
}
unknownFields.writeTo(output);
}
@@ -210,13 +331,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
if (size != -1) return size;
size = 0;
if (avatarGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(1, avatarGuid_);
}
if (equipAffixInfo_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(9, getEquipAffixInfo());
.computeMessageSize(5, getEquipAffixInfo());
}
if (avatarGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(15, avatarGuid_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -233,13 +354,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
}
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify other = (emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify) obj;
if (getAvatarGuid()
!= other.getAvatarGuid()) return false;
if (hasEquipAffixInfo() != other.hasEquipAffixInfo()) return false;
if (hasEquipAffixInfo()) {
if (!getEquipAffixInfo()
.equals(other.getEquipAffixInfo())) return false;
}
if (getAvatarGuid()
!= other.getAvatarGuid()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -251,13 +372,13 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAvatarGuid());
if (hasEquipAffixInfo()) {
hash = (37 * hash) + EQUIP_AFFIX_INFO_FIELD_NUMBER;
hash = (37 * hash) + EQUIPAFFIXINFO_FIELD_NUMBER;
hash = (53 * hash) + getEquipAffixInfo().hashCode();
}
hash = (37 * hash) + AVATARGUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAvatarGuid());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -354,16 +475,6 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1708;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code AvatarEquipAffixStartNotify}
*/
public static final class Builder extends
@@ -401,14 +512,14 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
avatarGuid_ = 0L;
if (equipAffixInfoBuilder_ == null) {
equipAffixInfo_ = null;
} else {
equipAffixInfo_ = null;
equipAffixInfoBuilder_ = null;
}
avatarGuid_ = 0L;
return this;
}
@@ -435,12 +546,12 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify buildPartial() {
emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify result = new emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify(this);
result.avatarGuid_ = avatarGuid_;
if (equipAffixInfoBuilder_ == null) {
result.equipAffixInfo_ = equipAffixInfo_;
} else {
result.equipAffixInfo_ = equipAffixInfoBuilder_.build();
}
result.avatarGuid_ = avatarGuid_;
onBuilt();
return result;
}
@@ -489,12 +600,12 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify other) {
if (other == emu.grasscutter.net.proto.AvatarEquipAffixStartNotifyOuterClass.AvatarEquipAffixStartNotify.getDefaultInstance()) return this;
if (other.getAvatarGuid() != 0L) {
setAvatarGuid(other.getAvatarGuid());
}
if (other.hasEquipAffixInfo()) {
mergeEquipAffixInfo(other.getEquipAffixInfo());
}
if (other.getAvatarGuid() != 0L) {
setAvatarGuid(other.getAvatarGuid());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -524,49 +635,18 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return this;
}
private long avatarGuid_ ;
/**
* <code>uint64 avatar_guid = 1;</code>
* @return The avatarGuid.
*/
@java.lang.Override
public long getAvatarGuid() {
return avatarGuid_;
}
/**
* <code>uint64 avatar_guid = 1;</code>
* @param value The avatarGuid to set.
* @return This builder for chaining.
*/
public Builder setAvatarGuid(long value) {
avatarGuid_ = value;
onChanged();
return this;
}
/**
* <code>uint64 avatar_guid = 1;</code>
* @return This builder for chaining.
*/
public Builder clearAvatarGuid() {
avatarGuid_ = 0L;
onChanged();
return this;
}
private emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo equipAffixInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder> equipAffixInfoBuilder_;
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return Whether the equipAffixInfo field is set.
*/
public boolean hasEquipAffixInfo() {
return equipAffixInfoBuilder_ != null || equipAffixInfo_ != null;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
* @return The equipAffixInfo.
*/
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo getEquipAffixInfo() {
@@ -577,7 +657,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
}
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public Builder setEquipAffixInfo(emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo value) {
if (equipAffixInfoBuilder_ == null) {
@@ -593,7 +673,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return this;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public Builder setEquipAffixInfo(
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder builderForValue) {
@@ -607,7 +687,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return this;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public Builder mergeEquipAffixInfo(emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo value) {
if (equipAffixInfoBuilder_ == null) {
@@ -625,7 +705,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return this;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public Builder clearEquipAffixInfo() {
if (equipAffixInfoBuilder_ == null) {
@@ -639,7 +719,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return this;
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder getEquipAffixInfoBuilder() {
@@ -647,7 +727,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
return getEquipAffixInfoFieldBuilder().getBuilder();
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
public emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixInfoOrBuilder() {
if (equipAffixInfoBuilder_ != null) {
@@ -658,7 +738,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
}
}
/**
* <code>.AvatarEquipAffixInfo equip_affix_info = 9;</code>
* <code>.AvatarEquipAffixInfo equipAffixInfo = 5;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfo.Builder, emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder>
@@ -673,6 +753,37 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
}
return equipAffixInfoBuilder_;
}
private long avatarGuid_ ;
/**
* <code>uint64 avatarGuid = 15;</code>
* @return The avatarGuid.
*/
@java.lang.Override
public long getAvatarGuid() {
return avatarGuid_;
}
/**
* <code>uint64 avatarGuid = 15;</code>
* @param value The avatarGuid to set.
* @return This builder for chaining.
*/
public Builder setAvatarGuid(long value) {
avatarGuid_ = value;
onChanged();
return this;
}
/**
* <code>uint64 avatarGuid = 15;</code>
* @return This builder for chaining.
*/
public Builder clearAvatarGuid() {
avatarGuid_ = 0L;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -741,11 +852,12 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n!AvatarEquipAffixStartNotify.proto\032\032Ava" +
"tarEquipAffixInfo.proto\"c\n\033AvatarEquipAf" +
"fixStartNotify\022\023\n\013avatar_guid\030\001 \001(\004\022/\n\020e" +
"quip_affix_info\030\t \001(\0132\025.AvatarEquipAffix" +
"InfoB\033\n\031emu.grasscutter.net.protob\006proto" +
"3"
"tarEquipAffixInfo.proto\"\261\001\n\033AvatarEquipA" +
"ffixStartNotify\022-\n\016equipAffixInfo\030\005 \001(\0132" +
"\025.AvatarEquipAffixInfo\022\022\n\navatarGuid\030\017 \001" +
"(\004\"O\n\013CIBOKBFGLBI\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJ" +
"OJ\020\302\014\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,
@@ -757,7 +869,7 @@ public final class AvatarEquipAffixStartNotifyOuterClass {
internal_static_AvatarEquipAffixStartNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_AvatarEquipAffixStartNotify_descriptor,
new java.lang.String[] { "AvatarGuid", "EquipAffixInfo", });
new java.lang.String[] { "EquipAffixInfo", "AvatarGuid", });
emu.grasscutter.net.proto.AvatarEquipAffixInfoOuterClass.getDescriptor();
}