mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 15:33:39 +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
+163
-50
@@ -19,39 +19,29 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return A list containing the missionIdList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getMissionIdListList();
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return The count of missionIdList.
|
||||
*/
|
||||
int getMissionIdListCount();
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The missionIdList at the given index.
|
||||
*/
|
||||
int getMissionIdList(int index);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2617;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeBattlePassMissionPointRsp}
|
||||
*/
|
||||
public static final class TakeBattlePassMissionPointRsp extends
|
||||
@@ -98,12 +88,12 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 40: {
|
||||
case 32: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 80: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
missionIdList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -111,7 +101,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
missionIdList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 82: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -159,10 +149,141 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
emu.grasscutter.net.proto.TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRsp.class, emu.grasscutter.net.proto.TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int MISSION_ID_LIST_FIELD_NUMBER = 13;
|
||||
/**
|
||||
* Protobuf enum {@code TakeBattlePassMissionPointRsp.GKEHNOBOCLO}
|
||||
*/
|
||||
public enum GKEHNOBOCLO
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2635;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 2635),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final GKEHNOBOCLO DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2635;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 2635;
|
||||
/**
|
||||
* <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 GKEHNOBOCLO 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 GKEHNOBOCLO forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 2635: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<GKEHNOBOCLO>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
GKEHNOBOCLO> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<GKEHNOBOCLO>() {
|
||||
public GKEHNOBOCLO findValueByNumber(int number) {
|
||||
return GKEHNOBOCLO.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.TakeBattlePassMissionPointRspOuterClass.TakeBattlePassMissionPointRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final GKEHNOBOCLO[] VALUES = getStaticValuesArray();
|
||||
private static GKEHNOBOCLO[] getStaticValuesArray() {
|
||||
return new GKEHNOBOCLO[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static GKEHNOBOCLO 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 GKEHNOBOCLO(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:TakeBattlePassMissionPointRsp.GKEHNOBOCLO)
|
||||
}
|
||||
|
||||
public static final int MISSIONIDLIST_FIELD_NUMBER = 10;
|
||||
private com.google.protobuf.Internal.IntList missionIdList_;
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return A list containing the missionIdList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -171,14 +292,14 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return missionIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return The count of missionIdList.
|
||||
*/
|
||||
public int getMissionIdListCount() {
|
||||
return missionIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The missionIdList at the given index.
|
||||
*/
|
||||
@@ -187,10 +308,10 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
}
|
||||
private int missionIdListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 5;
|
||||
public static final int RETCODE_FIELD_NUMBER = 4;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -214,10 +335,10 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(5, retcode_);
|
||||
output.writeInt32(4, retcode_);
|
||||
}
|
||||
if (getMissionIdListList().size() > 0) {
|
||||
output.writeUInt32NoTag(106);
|
||||
output.writeUInt32NoTag(82);
|
||||
output.writeUInt32NoTag(missionIdListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < missionIdList_.size(); i++) {
|
||||
@@ -234,7 +355,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(5, retcode_);
|
||||
.computeInt32Size(4, retcode_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -281,7 +402,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getMissionIdListCount() > 0) {
|
||||
hash = (37 * hash) + MISSION_ID_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MISSIONIDLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMissionIdListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
@@ -382,16 +503,6 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2617;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeBattlePassMissionPointRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -565,7 +676,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return A list containing the missionIdList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -574,14 +685,14 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(missionIdList_) : missionIdList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return The count of missionIdList.
|
||||
*/
|
||||
public int getMissionIdListCount() {
|
||||
return missionIdList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The missionIdList at the given index.
|
||||
*/
|
||||
@@ -589,7 +700,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return missionIdList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The missionIdList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -602,7 +713,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param value The missionIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -613,7 +724,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @param values The missionIdList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -626,7 +737,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 mission_id_list = 13;</code>
|
||||
* <code>repeated uint32 missionIdList = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMissionIdList() {
|
||||
@@ -638,7 +749,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -646,7 +757,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -657,7 +768,7 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 5;</code>
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -733,9 +844,11 @@ public final class TakeBattlePassMissionPointRspOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n#TakeBattlePassMissionPointRsp.proto\"I\n" +
|
||||
"\035TakeBattlePassMissionPointRsp\022\027\n\017missio" +
|
||||
"n_id_list\030\r \003(\r\022\017\n\007retcode\030\005 \001(\005B\033\n\031emu." +
|
||||
"\n#TakeBattlePassMissionPointRsp.proto\"\230\001" +
|
||||
"\n\035TakeBattlePassMissionPointRsp\022\025\n\rmissi" +
|
||||
"onIdList\030\n \003(\r\022\017\n\007retcode\030\004 \001(\005\"O\n\013GKEHN" +
|
||||
"OBOCLO\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\313\024\022\017\n\013DC" +
|
||||
"DNILFDFLB\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
|
||||
|
||||
Reference in New Issue
Block a user