mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-27 13:49:51 +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
+185
-65
@@ -19,35 +19,24 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 hour_time = 7;</code>
|
||||
* <code>uint32 hourTime = 12;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
int getHourTime();
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatarGuid = 8;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>uint32 exp_id = 2;</code>
|
||||
* <code>uint32 expId = 14;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
int getExpId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1697;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartReq}
|
||||
*/
|
||||
public static final class AvatarExpeditionStartReq extends
|
||||
@@ -92,21 +81,21 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
|
||||
expId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 64: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 96: {
|
||||
|
||||
hourTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
|
||||
expId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -139,10 +128,149 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartReqOuterClass.AvatarExpeditionStartReq.class, emu.grasscutter.net.proto.AvatarExpeditionStartReqOuterClass.AvatarExpeditionStartReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int HOUR_TIME_FIELD_NUMBER = 7;
|
||||
/**
|
||||
* Protobuf enum {@code AvatarExpeditionStartReq.ALMCOHOIHKE}
|
||||
*/
|
||||
public enum ALMCOHOIHKE
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1656;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1656),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final ALMCOHOIHKE DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final ALMCOHOIHKE EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1656;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1656;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final int EAJIABGAOCI_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 ALMCOHOIHKE 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 ALMCOHOIHKE forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1656: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<ALMCOHOIHKE>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
ALMCOHOIHKE> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<ALMCOHOIHKE>() {
|
||||
public ALMCOHOIHKE findValueByNumber(int number) {
|
||||
return ALMCOHOIHKE.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.AvatarExpeditionStartReqOuterClass.AvatarExpeditionStartReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final ALMCOHOIHKE[] VALUES = getStaticValuesArray();
|
||||
private static ALMCOHOIHKE[] getStaticValuesArray() {
|
||||
return new ALMCOHOIHKE[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static ALMCOHOIHKE 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 ALMCOHOIHKE(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarExpeditionStartReq.ALMCOHOIHKE)
|
||||
}
|
||||
|
||||
public static final int HOURTIME_FIELD_NUMBER = 12;
|
||||
private int hourTime_;
|
||||
/**
|
||||
* <code>uint32 hour_time = 7;</code>
|
||||
* <code>uint32 hourTime = 12;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -150,10 +278,10 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return hourTime_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 3;
|
||||
public static final int AVATARGUID_FIELD_NUMBER = 8;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatarGuid = 8;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -161,10 +289,10 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
public static final int EXP_ID_FIELD_NUMBER = 2;
|
||||
public static final int EXPID_FIELD_NUMBER = 14;
|
||||
private int expId_;
|
||||
/**
|
||||
* <code>uint32 exp_id = 2;</code>
|
||||
* <code>uint32 expId = 14;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -186,14 +314,14 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (expId_ != 0) {
|
||||
output.writeUInt32(2, expId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(3, avatarGuid_);
|
||||
output.writeUInt64(8, avatarGuid_);
|
||||
}
|
||||
if (hourTime_ != 0) {
|
||||
output.writeUInt32(7, hourTime_);
|
||||
output.writeUInt32(12, hourTime_);
|
||||
}
|
||||
if (expId_ != 0) {
|
||||
output.writeUInt32(14, expId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -204,17 +332,17 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (expId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, expId_);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(3, avatarGuid_);
|
||||
.computeUInt64Size(8, avatarGuid_);
|
||||
}
|
||||
if (hourTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, hourTime_);
|
||||
.computeUInt32Size(12, hourTime_);
|
||||
}
|
||||
if (expId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, expId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -248,12 +376,12 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + HOUR_TIME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + HOURTIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getHourTime();
|
||||
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + AVATARGUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getAvatarGuid());
|
||||
hash = (37 * hash) + EXP_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + EXPID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExpId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
@@ -351,17 +479,6 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1697;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -522,7 +639,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private int hourTime_ ;
|
||||
/**
|
||||
* <code>uint32 hour_time = 7;</code>
|
||||
* <code>uint32 hourTime = 12;</code>
|
||||
* @return The hourTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -530,7 +647,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return hourTime_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 hour_time = 7;</code>
|
||||
* <code>uint32 hourTime = 12;</code>
|
||||
* @param value The hourTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -541,7 +658,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 hour_time = 7;</code>
|
||||
* <code>uint32 hourTime = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearHourTime() {
|
||||
@@ -553,7 +670,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatarGuid = 8;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -561,7 +678,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatarGuid = 8;</code>
|
||||
* @param value The avatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -572,7 +689,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 3;</code>
|
||||
* <code>uint64 avatarGuid = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
@@ -584,7 +701,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
|
||||
private int expId_ ;
|
||||
/**
|
||||
* <code>uint32 exp_id = 2;</code>
|
||||
* <code>uint32 expId = 14;</code>
|
||||
* @return The expId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -592,7 +709,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return expId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 exp_id = 2;</code>
|
||||
* <code>uint32 expId = 14;</code>
|
||||
* @param value The expId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -603,7 +720,7 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 exp_id = 2;</code>
|
||||
* <code>uint32 expId = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearExpId() {
|
||||
@@ -679,10 +796,13 @@ public final class AvatarExpeditionStartReqOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarExpeditionStartReq.proto\"R\n\030Avat" +
|
||||
"arExpeditionStartReq\022\021\n\thour_time\030\007 \001(\r\022" +
|
||||
"\023\n\013avatar_guid\030\003 \001(\004\022\016\n\006exp_id\030\002 \001(\rB\033\n\031" +
|
||||
"emu.grasscutter.net.protob\006proto3"
|
||||
"\n\036AvatarExpeditionStartReq.proto\"\261\001\n\030Ava" +
|
||||
"tarExpeditionStartReq\022\020\n\010hourTime\030\014 \001(\r\022" +
|
||||
"\022\n\navatarGuid\030\010 \001(\004\022\r\n\005expId\030\016 \001(\r\"`\n\013AL" +
|
||||
"MCOHOIHKE\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\370\014\022\017\n" +
|
||||
"\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\022\017\n\013EAJIA" +
|
||||
"BGAOCI\020\001\032\002\020\001B\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user