mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 19:43:45 +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
+229
-116
@@ -19,17 +19,11 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 13;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
int getFightPropMapCount();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
boolean containsFightPropMap(
|
||||
int key);
|
||||
@@ -40,35 +34,31 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
java.util.Map<java.lang.Integer, java.lang.Float>
|
||||
getFightPropMap();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, java.lang.Float>
|
||||
getFightPropMapMap();
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
float getFightPropMapOrDefault(
|
||||
int key,
|
||||
float defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
float getFightPropMapOrThrow(
|
||||
int key);
|
||||
|
||||
/**
|
||||
* <code>uint64 avatarGuid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
long getAvatarGuid();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1300;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFightPropNotify}
|
||||
*/
|
||||
public static final class AvatarFightPropNotify extends
|
||||
@@ -114,7 +104,12 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 42: {
|
||||
case 96: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
fightPropMap_ = com.google.protobuf.MapField.newMapField(
|
||||
FightPropMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -127,11 +122,6 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
fightPropMap__.getKey(), fightPropMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
avatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -161,7 +151,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -176,18 +166,138 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.class, emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_FIELD_NUMBER = 13;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 13;</code>
|
||||
* @return The avatarGuid.
|
||||
* Protobuf enum {@code AvatarFightPropNotify.FMAOPOPANDM}
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
public enum FMAOPOPANDM
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1220;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1220),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final FMAOPOPANDM DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1220;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1220;
|
||||
/**
|
||||
* <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 FMAOPOPANDM 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 FMAOPOPANDM forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1220: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<FMAOPOPANDM>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
FMAOPOPANDM> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<FMAOPOPANDM>() {
|
||||
public FMAOPOPANDM findValueByNumber(int number) {
|
||||
return FMAOPOPANDM.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.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final FMAOPOPANDM[] VALUES = getStaticValuesArray();
|
||||
private static FMAOPOPANDM[] getStaticValuesArray() {
|
||||
return new FMAOPOPANDM[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static FMAOPOPANDM 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 FMAOPOPANDM(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarFightPropNotify.FMAOPOPANDM)
|
||||
}
|
||||
|
||||
public static final int FIGHT_PROP_MAP_FIELD_NUMBER = 5;
|
||||
public static final int FIGHTPROPMAP_FIELD_NUMBER = 13;
|
||||
private static final class FightPropMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, java.lang.Float> defaultEntry =
|
||||
@@ -214,7 +324,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -232,7 +342,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return getFightPropMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -240,7 +350,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -253,7 +363,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -268,6 +378,17 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int AVATARGUID_FIELD_NUMBER = 12;
|
||||
private long avatarGuid_;
|
||||
/**
|
||||
* <code>uint64 avatarGuid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -282,15 +403,15 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(12, avatarGuid_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeIntegerMapTo(
|
||||
output,
|
||||
internalGetFightPropMap(),
|
||||
FightPropMapDefaultEntryHolder.defaultEntry,
|
||||
5);
|
||||
if (avatarGuid_ != 0L) {
|
||||
output.writeUInt64(13, avatarGuid_);
|
||||
}
|
||||
13);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -300,6 +421,10 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(12, avatarGuid_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Integer, java.lang.Float> entry
|
||||
: internalGetFightPropMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Integer, java.lang.Float>
|
||||
@@ -308,11 +433,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(5, fightPropMap__);
|
||||
}
|
||||
if (avatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(13, avatarGuid_);
|
||||
.computeMessageSize(13, fightPropMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -329,10 +450,10 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify other = (emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify) obj;
|
||||
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (!internalGetFightPropMap().equals(
|
||||
other.internalGetFightPropMap())) return false;
|
||||
if (getAvatarGuid()
|
||||
!= other.getAvatarGuid()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -344,13 +465,13 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
}
|
||||
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 (!internalGetFightPropMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + FIGHT_PROP_MAP_FIELD_NUMBER;
|
||||
hash = (37 * hash) + FIGHTPROPMAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetFightPropMap().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;
|
||||
@@ -447,16 +568,6 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1300;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarFightPropNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -472,7 +583,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -483,7 +594,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 13:
|
||||
return internalGetMutableFightPropMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -516,9 +627,9 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableFightPropMap().clear();
|
||||
avatarGuid_ = 0L;
|
||||
|
||||
internalGetMutableFightPropMap().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -546,9 +657,9 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
public emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify result = new emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
result.fightPropMap_ = internalGetFightPropMap();
|
||||
result.fightPropMap_.makeImmutable();
|
||||
result.avatarGuid_ = avatarGuid_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -597,11 +708,11 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarFightPropNotifyOuterClass.AvatarFightPropNotify.getDefaultInstance()) return this;
|
||||
internalGetMutableFightPropMap().mergeFrom(
|
||||
other.internalGetFightPropMap());
|
||||
if (other.getAvatarGuid() != 0L) {
|
||||
setAvatarGuid(other.getAvatarGuid());
|
||||
}
|
||||
internalGetMutableFightPropMap().mergeFrom(
|
||||
other.internalGetFightPropMap());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -632,37 +743,6 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 13;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatar_guid = 13;</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 = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuid() {
|
||||
|
||||
avatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Integer, java.lang.Float> fightPropMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Integer, java.lang.Float>
|
||||
@@ -690,7 +770,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -708,7 +788,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return getFightPropMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -716,7 +796,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetFightPropMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -729,7 +809,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -750,7 +830,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
public Builder removeFightPropMap(
|
||||
@@ -769,7 +849,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return internalGetMutableFightPropMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
public Builder putFightPropMap(
|
||||
int key,
|
||||
@@ -781,7 +861,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, float> fight_prop_map = 5;</code>
|
||||
* <code>map<uint32, float> fightPropMap = 13;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllFightPropMap(
|
||||
@@ -790,6 +870,37 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private long avatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 avatarGuid = 12;</code>
|
||||
* @return The avatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getAvatarGuid() {
|
||||
return avatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 avatarGuid = 12;</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 = 12;</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) {
|
||||
@@ -862,12 +973,14 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033AvatarFightPropNotify.proto\"\243\001\n\025Avatar" +
|
||||
"FightPropNotify\022\023\n\013avatar_guid\030\r \001(\004\022@\n\016" +
|
||||
"fight_prop_map\030\005 \003(\0132(.AvatarFightPropNo" +
|
||||
"tify.FightPropMapEntry\0323\n\021FightPropMapEn" +
|
||||
"try\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\002:\0028\001B\033\n\031e" +
|
||||
"mu.grasscutter.net.protob\006proto3"
|
||||
"\n\033AvatarFightPropNotify.proto\"\361\001\n\025Avatar" +
|
||||
"FightPropNotify\022>\n\014fightPropMap\030\r \003(\0132(." +
|
||||
"AvatarFightPropNotify.FightPropMapEntry\022" +
|
||||
"\022\n\navatarGuid\030\014 \001(\004\0323\n\021FightPropMapEntry" +
|
||||
"\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(\002:\0028\001\"O\n\013FMAO" +
|
||||
"POPANDM\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\304\t\022\017\n\013D" +
|
||||
"CDNILFDFLB\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,
|
||||
@@ -878,7 +991,7 @@ public final class AvatarFightPropNotifyOuterClass {
|
||||
internal_static_AvatarFightPropNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarFightPropNotify_descriptor,
|
||||
new java.lang.String[] { "AvatarGuid", "FightPropMap", });
|
||||
new java.lang.String[] { "FightPropMap", "AvatarGuid", });
|
||||
internal_static_AvatarFightPropNotify_FightPropMapEntry_descriptor =
|
||||
internal_static_AvatarFightPropNotify_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AvatarFightPropNotify_FightPropMapEntry_fieldAccessorTable = new
|
||||
|
||||
Reference in New Issue
Block a user