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,28 +19,18 @@ public final class PlayerPropChangeNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 prop_delta = 4;</code>
* <code>uint32 propDelta = 8;</code>
* @return The propDelta.
*/
int getPropDelta();
/**
* <code>uint32 prop_type = 13;</code>
* <code>uint32 propType = 12;</code>
* @return The propType.
*/
int getPropType();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 116;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code PlayerPropChangeNotify}
*/
public static final class PlayerPropChangeNotify extends
@@ -85,12 +75,12 @@ public final class PlayerPropChangeNotifyOuterClass {
case 0:
done = true;
break;
case 32: {
case 64: {
propDelta_ = input.readUInt32();
break;
}
case 104: {
case 96: {
propType_ = input.readUInt32();
break;
@@ -127,10 +117,141 @@ public final class PlayerPropChangeNotifyOuterClass {
emu.grasscutter.net.proto.PlayerPropChangeNotifyOuterClass.PlayerPropChangeNotify.class, emu.grasscutter.net.proto.PlayerPropChangeNotifyOuterClass.PlayerPropChangeNotify.Builder.class);
}
public static final int PROP_DELTA_FIELD_NUMBER = 4;
/**
* Protobuf enum {@code PlayerPropChangeNotify.NHOMLNBEJIC}
*/
public enum NHOMLNBEJIC
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 146;</code>
*/
PEPPOHPHJOJ(1, 146),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final NHOMLNBEJIC DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 146;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 146;
/**
* <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 NHOMLNBEJIC 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 NHOMLNBEJIC forNumber(int value) {
switch (value) {
case 0: return NONE;
case 146: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<NHOMLNBEJIC>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
NHOMLNBEJIC> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<NHOMLNBEJIC>() {
public NHOMLNBEJIC findValueByNumber(int number) {
return NHOMLNBEJIC.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.PlayerPropChangeNotifyOuterClass.PlayerPropChangeNotify.getDescriptor().getEnumTypes().get(0);
}
private static final NHOMLNBEJIC[] VALUES = getStaticValuesArray();
private static NHOMLNBEJIC[] getStaticValuesArray() {
return new NHOMLNBEJIC[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static NHOMLNBEJIC 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 NHOMLNBEJIC(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:PlayerPropChangeNotify.NHOMLNBEJIC)
}
public static final int PROPDELTA_FIELD_NUMBER = 8;
private int propDelta_;
/**
* <code>uint32 prop_delta = 4;</code>
* <code>uint32 propDelta = 8;</code>
* @return The propDelta.
*/
@java.lang.Override
@@ -138,10 +259,10 @@ public final class PlayerPropChangeNotifyOuterClass {
return propDelta_;
}
public static final int PROP_TYPE_FIELD_NUMBER = 13;
public static final int PROPTYPE_FIELD_NUMBER = 12;
private int propType_;
/**
* <code>uint32 prop_type = 13;</code>
* <code>uint32 propType = 12;</code>
* @return The propType.
*/
@java.lang.Override
@@ -164,10 +285,10 @@ public final class PlayerPropChangeNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (propDelta_ != 0) {
output.writeUInt32(4, propDelta_);
output.writeUInt32(8, propDelta_);
}
if (propType_ != 0) {
output.writeUInt32(13, propType_);
output.writeUInt32(12, propType_);
}
unknownFields.writeTo(output);
}
@@ -180,11 +301,11 @@ public final class PlayerPropChangeNotifyOuterClass {
size = 0;
if (propDelta_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, propDelta_);
.computeUInt32Size(8, propDelta_);
}
if (propType_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, propType_);
.computeUInt32Size(12, propType_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -216,9 +337,9 @@ public final class PlayerPropChangeNotifyOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + PROP_DELTA_FIELD_NUMBER;
hash = (37 * hash) + PROPDELTA_FIELD_NUMBER;
hash = (53 * hash) + getPropDelta();
hash = (37 * hash) + PROP_TYPE_FIELD_NUMBER;
hash = (37 * hash) + PROPTYPE_FIELD_NUMBER;
hash = (53 * hash) + getPropType();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
@@ -316,16 +437,6 @@ public final class PlayerPropChangeNotifyOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 116;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code PlayerPropChangeNotify}
*/
public static final class Builder extends
@@ -480,7 +591,7 @@ public final class PlayerPropChangeNotifyOuterClass {
private int propDelta_ ;
/**
* <code>uint32 prop_delta = 4;</code>
* <code>uint32 propDelta = 8;</code>
* @return The propDelta.
*/
@java.lang.Override
@@ -488,7 +599,7 @@ public final class PlayerPropChangeNotifyOuterClass {
return propDelta_;
}
/**
* <code>uint32 prop_delta = 4;</code>
* <code>uint32 propDelta = 8;</code>
* @param value The propDelta to set.
* @return This builder for chaining.
*/
@@ -499,7 +610,7 @@ public final class PlayerPropChangeNotifyOuterClass {
return this;
}
/**
* <code>uint32 prop_delta = 4;</code>
* <code>uint32 propDelta = 8;</code>
* @return This builder for chaining.
*/
public Builder clearPropDelta() {
@@ -511,7 +622,7 @@ public final class PlayerPropChangeNotifyOuterClass {
private int propType_ ;
/**
* <code>uint32 prop_type = 13;</code>
* <code>uint32 propType = 12;</code>
* @return The propType.
*/
@java.lang.Override
@@ -519,7 +630,7 @@ public final class PlayerPropChangeNotifyOuterClass {
return propType_;
}
/**
* <code>uint32 prop_type = 13;</code>
* <code>uint32 propType = 12;</code>
* @param value The propType to set.
* @return This builder for chaining.
*/
@@ -530,7 +641,7 @@ public final class PlayerPropChangeNotifyOuterClass {
return this;
}
/**
* <code>uint32 prop_type = 13;</code>
* <code>uint32 propType = 12;</code>
* @return This builder for chaining.
*/
public Builder clearPropType() {
@@ -606,9 +717,11 @@ public final class PlayerPropChangeNotifyOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\034PlayerPropChangeNotify.proto\"?\n\026Player" +
"PropChangeNotify\022\022\n\nprop_delta\030\004 \001(\r\022\021\n\t" +
"prop_type\030\r \001(\rB\033\n\031emu.grasscutter.net.p" +
"\n\034PlayerPropChangeNotify.proto\"\216\001\n\026Playe" +
"rPropChangeNotify\022\021\n\tpropDelta\030\010 \001(\r\022\020\n\010" +
"propType\030\014 \001(\r\"O\n\013NHOMLNBEJIC\022\010\n\004NONE\020\000\022" +
"\020\n\013PEPPOHPHJOJ\020\222\001\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NN" +
"BKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscutter.net.p" +
"rotob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor