mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 16:20:34 +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
+226
-113
@@ -19,39 +19,29 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 weapon_max_promote_level = 10;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
*/
|
||||
int getWeaponMaxPromoteLevel();
|
||||
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
int getTypeValue();
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType getType();
|
||||
|
||||
/**
|
||||
* <code>uint32 id = 3;</code>
|
||||
* <code>uint32 id = 6;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
int getId();
|
||||
|
||||
/**
|
||||
* <code>uint32 weaponMaxPromoteLevel = 1;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
*/
|
||||
int getWeaponMaxPromoteLevel();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4203;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CodexDataUpdateNotify}
|
||||
*/
|
||||
public static final class CodexDataUpdateNotify extends
|
||||
@@ -97,22 +87,22 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
case 8: {
|
||||
|
||||
weaponMaxPromoteLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
id_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 120: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
type_ = rawValue;
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
weaponMaxPromoteLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -145,28 +135,148 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify.class, emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int WEAPON_MAX_PROMOTE_LEVEL_FIELD_NUMBER = 10;
|
||||
private int weaponMaxPromoteLevel_;
|
||||
/**
|
||||
* <code>uint32 weapon_max_promote_level = 10;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
* Protobuf enum {@code CodexDataUpdateNotify.IJBHHHDDJOJ}
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWeaponMaxPromoteLevel() {
|
||||
return weaponMaxPromoteLevel_;
|
||||
public enum IJBHHHDDJOJ
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4202;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 4202),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final IJBHHHDDJOJ DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 4202;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 4202;
|
||||
/**
|
||||
* <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 IJBHHHDDJOJ 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 IJBHHHDDJOJ forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 4202: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<IJBHHHDDJOJ>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
IJBHHHDDJOJ> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<IJBHHHDDJOJ>() {
|
||||
public IJBHHHDDJOJ findValueByNumber(int number) {
|
||||
return IJBHHHDDJOJ.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.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final IJBHHHDDJOJ[] VALUES = getStaticValuesArray();
|
||||
private static IJBHHHDDJOJ[] getStaticValuesArray() {
|
||||
return new IJBHHHDDJOJ[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static IJBHHHDDJOJ 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 IJBHHHDDJOJ(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:CodexDataUpdateNotify.IJBHHHDDJOJ)
|
||||
}
|
||||
|
||||
public static final int TYPE_FIELD_NUMBER = 5;
|
||||
public static final int TYPE_FIELD_NUMBER = 15;
|
||||
private int type_;
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
@java.lang.Override public int getTypeValue() {
|
||||
return type_;
|
||||
}
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
@java.lang.Override public emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType getType() {
|
||||
@@ -175,10 +285,10 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int ID_FIELD_NUMBER = 3;
|
||||
public static final int ID_FIELD_NUMBER = 6;
|
||||
private int id_;
|
||||
/**
|
||||
* <code>uint32 id = 3;</code>
|
||||
* <code>uint32 id = 6;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -186,6 +296,17 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return id_;
|
||||
}
|
||||
|
||||
public static final int WEAPONMAXPROMOTELEVEL_FIELD_NUMBER = 1;
|
||||
private int weaponMaxPromoteLevel_;
|
||||
/**
|
||||
* <code>uint32 weaponMaxPromoteLevel = 1;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWeaponMaxPromoteLevel() {
|
||||
return weaponMaxPromoteLevel_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -200,14 +321,14 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (weaponMaxPromoteLevel_ != 0) {
|
||||
output.writeUInt32(1, weaponMaxPromoteLevel_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
output.writeUInt32(3, id_);
|
||||
output.writeUInt32(6, id_);
|
||||
}
|
||||
if (type_ != emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType.CODEX_TYPE_NONE.getNumber()) {
|
||||
output.writeEnum(5, type_);
|
||||
}
|
||||
if (weaponMaxPromoteLevel_ != 0) {
|
||||
output.writeUInt32(10, weaponMaxPromoteLevel_);
|
||||
output.writeEnum(15, type_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -218,17 +339,17 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (weaponMaxPromoteLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, weaponMaxPromoteLevel_);
|
||||
}
|
||||
if (id_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, id_);
|
||||
.computeUInt32Size(6, id_);
|
||||
}
|
||||
if (type_ != emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType.CODEX_TYPE_NONE.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(5, type_);
|
||||
}
|
||||
if (weaponMaxPromoteLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, weaponMaxPromoteLevel_);
|
||||
.computeEnumSize(15, type_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -245,11 +366,11 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify other = (emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify) obj;
|
||||
|
||||
if (getWeaponMaxPromoteLevel()
|
||||
!= other.getWeaponMaxPromoteLevel()) return false;
|
||||
if (type_ != other.type_) return false;
|
||||
if (getId()
|
||||
!= other.getId()) return false;
|
||||
if (getWeaponMaxPromoteLevel()
|
||||
!= other.getWeaponMaxPromoteLevel()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -261,12 +382,12 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + WEAPON_MAX_PROMOTE_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWeaponMaxPromoteLevel();
|
||||
hash = (37 * hash) + TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + type_;
|
||||
hash = (37 * hash) + ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getId();
|
||||
hash = (37 * hash) + WEAPONMAXPROMOTELEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getWeaponMaxPromoteLevel();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -363,16 +484,6 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 4203;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CodexDataUpdateNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -410,12 +521,12 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
weaponMaxPromoteLevel_ = 0;
|
||||
|
||||
type_ = 0;
|
||||
|
||||
id_ = 0;
|
||||
|
||||
weaponMaxPromoteLevel_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -442,9 +553,9 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify result = new emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify(this);
|
||||
result.weaponMaxPromoteLevel_ = weaponMaxPromoteLevel_;
|
||||
result.type_ = type_;
|
||||
result.id_ = id_;
|
||||
result.weaponMaxPromoteLevel_ = weaponMaxPromoteLevel_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -493,15 +604,15 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.CodexDataUpdateNotifyOuterClass.CodexDataUpdateNotify.getDefaultInstance()) return this;
|
||||
if (other.getWeaponMaxPromoteLevel() != 0) {
|
||||
setWeaponMaxPromoteLevel(other.getWeaponMaxPromoteLevel());
|
||||
}
|
||||
if (other.type_ != 0) {
|
||||
setTypeValue(other.getTypeValue());
|
||||
}
|
||||
if (other.getId() != 0) {
|
||||
setId(other.getId());
|
||||
}
|
||||
if (other.getWeaponMaxPromoteLevel() != 0) {
|
||||
setWeaponMaxPromoteLevel(other.getWeaponMaxPromoteLevel());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -531,47 +642,16 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int weaponMaxPromoteLevel_ ;
|
||||
/**
|
||||
* <code>uint32 weapon_max_promote_level = 10;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWeaponMaxPromoteLevel() {
|
||||
return weaponMaxPromoteLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 weapon_max_promote_level = 10;</code>
|
||||
* @param value The weaponMaxPromoteLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWeaponMaxPromoteLevel(int value) {
|
||||
|
||||
weaponMaxPromoteLevel_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 weapon_max_promote_level = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWeaponMaxPromoteLevel() {
|
||||
|
||||
weaponMaxPromoteLevel_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int type_ = 0;
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
@java.lang.Override public int getTypeValue() {
|
||||
return type_;
|
||||
}
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @param value The enum numeric value on the wire for type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -582,7 +662,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -592,7 +672,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return result == null ? emu.grasscutter.net.proto.CodexTypeOuterClass.CodexType.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @param value The type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -606,7 +686,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.CodexType type = 5;</code>
|
||||
* <code>.CodexType type = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearType() {
|
||||
@@ -618,7 +698,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
|
||||
private int id_ ;
|
||||
/**
|
||||
* <code>uint32 id = 3;</code>
|
||||
* <code>uint32 id = 6;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -626,7 +706,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return id_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 id = 3;</code>
|
||||
* <code>uint32 id = 6;</code>
|
||||
* @param value The id to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -637,7 +717,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 id = 3;</code>
|
||||
* <code>uint32 id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearId() {
|
||||
@@ -646,6 +726,37 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int weaponMaxPromoteLevel_ ;
|
||||
/**
|
||||
* <code>uint32 weaponMaxPromoteLevel = 1;</code>
|
||||
* @return The weaponMaxPromoteLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getWeaponMaxPromoteLevel() {
|
||||
return weaponMaxPromoteLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 weaponMaxPromoteLevel = 1;</code>
|
||||
* @param value The weaponMaxPromoteLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWeaponMaxPromoteLevel(int value) {
|
||||
|
||||
weaponMaxPromoteLevel_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 weaponMaxPromoteLevel = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWeaponMaxPromoteLevel() {
|
||||
|
||||
weaponMaxPromoteLevel_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -714,10 +825,12 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033CodexDataUpdateNotify.proto\032\017CodexType" +
|
||||
".proto\"_\n\025CodexDataUpdateNotify\022 \n\030weapo" +
|
||||
"n_max_promote_level\030\n \001(\r\022\030\n\004type\030\005 \001(\0162" +
|
||||
"\n.CodexType\022\n\n\002id\030\003 \001(\rB\033\n\031emu.grasscutt" +
|
||||
"er.net.protob\006proto3"
|
||||
".proto\"\255\001\n\025CodexDataUpdateNotify\022\030\n\004type" +
|
||||
"\030\017 \001(\0162\n.CodexType\022\n\n\002id\030\006 \001(\r\022\035\n\025weapon" +
|
||||
"MaxPromoteLevel\030\001 \001(\r\"O\n\013IJBHHHDDJOJ\022\010\n\004" +
|
||||
"NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\352 \022\017\n\013DCDNILFDFLB\020" +
|
||||
"\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscutte" +
|
||||
"r.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -729,7 +842,7 @@ public final class CodexDataUpdateNotifyOuterClass {
|
||||
internal_static_CodexDataUpdateNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_CodexDataUpdateNotify_descriptor,
|
||||
new java.lang.String[] { "WeaponMaxPromoteLevel", "Type", "Id", });
|
||||
new java.lang.String[] { "Type", "Id", "WeaponMaxPromoteLevel", });
|
||||
emu.grasscutter.net.proto.CodexTypeOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user