2022-08-21 11:33:54 +00:00
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
// source: EntityFightPropChangeReasonNotify.proto
|
|
|
|
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
|
|
|
|
public final class EntityFightPropChangeReasonNotifyOuterClass {
|
|
|
|
private EntityFightPropChangeReasonNotifyOuterClass() {}
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
|
|
registerAllExtensions(
|
|
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
|
|
}
|
|
|
|
public interface EntityFightPropChangeReasonNotifyOrBuilder extends
|
|
|
|
// @@protoc_insertion_point(interface_extends:EntityFightPropChangeReasonNotify)
|
|
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>float propDelta = 4;</code>
|
|
|
|
* @return The propDelta.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
float getPropDelta();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The enum numeric value on the wire for reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getReasonValue();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason getReason();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 entityId = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The entityId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
int getEntityId();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return A list containing the paramList.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.util.List<java.lang.Integer> getParamListList();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return The count of paramList.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getParamListCount();
|
|
|
|
/**
|
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param index The index of the element to return.
|
|
|
|
* @return The paramList at the given index.
|
|
|
|
*/
|
|
|
|
int getParamList(int index);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeHpReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
int getChangeHpReasonValue();
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeHpReason.
|
|
|
|
*/
|
|
|
|
emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason getChangeHpReason();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
int getChangeEnergyReasonValue();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason getChangeEnergyReason();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 propType = 14;</code>
|
|
|
|
* @return The propType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getPropType();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Protobuf type {@code EntityFightPropChangeReasonNotify}
|
|
|
|
*/
|
|
|
|
public static final class EntityFightPropChangeReasonNotify extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
|
// @@protoc_insertion_point(message_implements:EntityFightPropChangeReasonNotify)
|
|
|
|
EntityFightPropChangeReasonNotifyOrBuilder {
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
// Use EntityFightPropChangeReasonNotify.newBuilder() to construct.
|
|
|
|
private EntityFightPropChangeReasonNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
super(builder);
|
|
|
|
}
|
|
|
|
private EntityFightPropChangeReasonNotify() {
|
|
|
|
reason_ = 0;
|
2023-02-19 11:18:27 +08:00
|
|
|
paramList_ = emptyIntList();
|
2022-12-24 05:12:02 +08:00
|
|
|
changeHpReason_ = 0;
|
|
|
|
changeEnergyReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
UnusedPrivateParameter unused) {
|
|
|
|
return new EntityFightPropChangeReasonNotify();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
|
|
getUnknownFields() {
|
|
|
|
return this.unknownFields;
|
|
|
|
}
|
|
|
|
private EntityFightPropChangeReasonNotify(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
this();
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
}
|
|
|
|
int mutable_bitField0_ = 0;
|
|
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
|
try {
|
|
|
|
boolean done = false;
|
|
|
|
while (!done) {
|
|
|
|
int tag = input.readTag();
|
|
|
|
switch (tag) {
|
|
|
|
case 0:
|
|
|
|
done = true;
|
|
|
|
break;
|
2023-02-19 11:18:27 +08:00
|
|
|
case 8: {
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
paramList_ = newIntList();
|
|
|
|
mutable_bitField0_ |= 0x00000001;
|
|
|
|
}
|
|
|
|
paramList_.addInt(input.readUInt32());
|
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 10: {
|
2022-08-21 11:33:54 +00:00
|
|
|
int length = input.readRawVarint32();
|
|
|
|
int limit = input.pushLimit(length);
|
|
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
|
|
paramList_ = newIntList();
|
|
|
|
mutable_bitField0_ |= 0x00000001;
|
|
|
|
}
|
|
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
|
|
paramList_.addInt(input.readUInt32());
|
|
|
|
}
|
|
|
|
input.popLimit(limit);
|
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 24: {
|
|
|
|
int rawValue = input.readEnum();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
changeEnergyReason_ = rawValue;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 37: {
|
|
|
|
|
|
|
|
propDelta_ = input.readFloat();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 48: {
|
2022-08-21 11:33:54 +00:00
|
|
|
int rawValue = input.readEnum();
|
|
|
|
|
|
|
|
changeHpReason_ = rawValue;
|
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 96: {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
entityId_ = input.readUInt32();
|
2022-12-24 05:12:02 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 104: {
|
2022-08-21 11:33:54 +00:00
|
|
|
int rawValue = input.readEnum();
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
reason_ = rawValue;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 112: {
|
|
|
|
|
|
|
|
propType_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
default: {
|
|
|
|
if (!parseUnknownField(
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
done = true;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
} catch (java.io.IOException e) {
|
|
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
|
e).setUnfinishedMessage(this);
|
|
|
|
} finally {
|
|
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
paramList_.makeImmutable(); // C
|
|
|
|
}
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.internal_static_EntityFightPropChangeReasonNotify_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.internal_static_EntityFightPropChangeReasonNotify_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.class, emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.Builder.class);
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* Protobuf enum {@code EntityFightPropChangeReasonNotify.LMACOGPGNDH}
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public enum LMACOGPGNDH
|
|
|
|
implements com.google.protobuf.ProtocolMessageEnum {
|
|
|
|
/**
|
|
|
|
* <code>NONE = 0;</code>
|
|
|
|
*/
|
|
|
|
NONE(0, 0),
|
|
|
|
/**
|
|
|
|
* <code>PEPPOHPHJOJ = 1280;</code>
|
|
|
|
*/
|
|
|
|
PEPPOHPHJOJ(1, 1280),
|
|
|
|
/**
|
|
|
|
* <code>NNBKOLMPOEA = 1;</code>
|
|
|
|
*/
|
|
|
|
NNBKOLMPOEA(3, 1),
|
|
|
|
UNRECOGNIZED(-1, -1),
|
|
|
|
;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <code>DCDNILFDFLB = 0;</code>
|
|
|
|
*/
|
|
|
|
public static final LMACOGPGNDH DCDNILFDFLB = NONE;
|
|
|
|
/**
|
|
|
|
* <code>NONE = 0;</code>
|
|
|
|
*/
|
|
|
|
public static final int NONE_VALUE = 0;
|
|
|
|
/**
|
|
|
|
* <code>PEPPOHPHJOJ = 1280;</code>
|
|
|
|
*/
|
|
|
|
public static final int PEPPOHPHJOJ_VALUE = 1280;
|
|
|
|
/**
|
|
|
|
* <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 LMACOGPGNDH 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 LMACOGPGNDH forNumber(int value) {
|
|
|
|
switch (value) {
|
|
|
|
case 0: return NONE;
|
|
|
|
case 1280: return PEPPOHPHJOJ;
|
|
|
|
case 1: return NNBKOLMPOEA;
|
|
|
|
default: return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public static com.google.protobuf.Internal.EnumLiteMap<LMACOGPGNDH>
|
|
|
|
internalGetValueMap() {
|
|
|
|
return internalValueMap;
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Internal.EnumLiteMap<
|
|
|
|
LMACOGPGNDH> internalValueMap =
|
|
|
|
new com.google.protobuf.Internal.EnumLiteMap<LMACOGPGNDH>() {
|
|
|
|
public LMACOGPGNDH findValueByNumber(int number) {
|
|
|
|
return LMACOGPGNDH.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.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.getDescriptor().getEnumTypes().get(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final LMACOGPGNDH[] VALUES = getStaticValuesArray();
|
|
|
|
private static LMACOGPGNDH[] getStaticValuesArray() {
|
|
|
|
return new LMACOGPGNDH[] {
|
|
|
|
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
|
|
|
};
|
|
|
|
}
|
|
|
|
public static LMACOGPGNDH 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 LMACOGPGNDH(int index, int value) {
|
|
|
|
this.index = index;
|
|
|
|
this.value = value;
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(enum_scope:EntityFightPropChangeReasonNotify.LMACOGPGNDH)
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int PROPDELTA_FIELD_NUMBER = 4;
|
|
|
|
private float propDelta_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>float propDelta = 4;</code>
|
|
|
|
* @return The propDelta.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public float getPropDelta() {
|
|
|
|
return propDelta_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
|
|
|
|
public static final int REASON_FIELD_NUMBER = 13;
|
|
|
|
private int reason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The enum numeric value on the wire for reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override public int getReasonValue() {
|
|
|
|
return reason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override public emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason getReason() {
|
|
|
|
@SuppressWarnings("deprecation")
|
|
|
|
emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason result = emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.valueOf(reason_);
|
|
|
|
return result == null ? emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.UNRECOGNIZED : result;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int ENTITYID_FIELD_NUMBER = 12;
|
2022-12-24 05:12:02 +08:00
|
|
|
private int entityId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 entityId = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The entityId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public int getEntityId() {
|
|
|
|
return entityId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int PARAMLIST_FIELD_NUMBER = 1;
|
|
|
|
private com.google.protobuf.Internal.IntList paramList_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return A list containing the paramList.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
|
|
|
public java.util.List<java.lang.Integer>
|
|
|
|
getParamListList() {
|
|
|
|
return paramList_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return The count of paramList.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getParamListCount() {
|
|
|
|
return paramList_.size();
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param index The index of the element to return.
|
|
|
|
* @return The paramList at the given index.
|
|
|
|
*/
|
|
|
|
public int getParamList(int index) {
|
|
|
|
return paramList_.getInt(index);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
private int paramListMemoizedSerializedSize = -1;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int CHANGEHPREASON_FIELD_NUMBER = 6;
|
2022-12-24 05:12:02 +08:00
|
|
|
private int changeHpReason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeHpReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override public int getChangeHpReasonValue() {
|
|
|
|
return changeHpReason_;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeHpReason.
|
|
|
|
*/
|
|
|
|
@java.lang.Override public emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason getChangeHpReason() {
|
|
|
|
@SuppressWarnings("deprecation")
|
|
|
|
emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason result = emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.valueOf(changeHpReason_);
|
|
|
|
return result == null ? emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.UNRECOGNIZED : result;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int CHANGEENERGYREASON_FIELD_NUMBER = 3;
|
2022-12-24 05:12:02 +08:00
|
|
|
private int changeEnergyReason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override public int getChangeEnergyReasonValue() {
|
|
|
|
return changeEnergyReason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override public emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason getChangeEnergyReason() {
|
2022-08-21 11:33:54 +00:00
|
|
|
@SuppressWarnings("deprecation")
|
2022-12-24 05:12:02 +08:00
|
|
|
emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason result = emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.valueOf(changeEnergyReason_);
|
2022-08-21 11:33:54 +00:00
|
|
|
return result == null ? emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.UNRECOGNIZED : result;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int PROPTYPE_FIELD_NUMBER = 14;
|
|
|
|
private int propType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 propType = 14;</code>
|
|
|
|
* @return The propType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getPropType() {
|
|
|
|
return propType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
if (isInitialized == 0) return false;
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
|
throws java.io.IOException {
|
|
|
|
getSerializedSize();
|
|
|
|
if (getParamListList().size() > 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeUInt32NoTag(10);
|
2022-08-21 11:33:54 +00:00
|
|
|
output.writeUInt32NoTag(paramListMemoizedSerializedSize);
|
|
|
|
}
|
|
|
|
for (int i = 0; i < paramList_.size(); i++) {
|
|
|
|
output.writeUInt32NoTag(paramList_.getInt(i));
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (changeEnergyReason_ != emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.CHANGE_ENERGY_REASON_NONE.getNumber()) {
|
|
|
|
output.writeEnum(3, changeEnergyReason_);
|
|
|
|
}
|
|
|
|
if (propDelta_ != 0F) {
|
|
|
|
output.writeFloat(4, propDelta_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (changeHpReason_ != emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.CHANGE_HP_REASON_NONE.getNumber()) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeEnum(6, changeHpReason_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (entityId_ != 0) {
|
|
|
|
output.writeUInt32(12, entityId_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (reason_ != emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.PROP_CHANGE_REASON_NONE.getNumber()) {
|
|
|
|
output.writeEnum(13, reason_);
|
|
|
|
}
|
|
|
|
if (propType_ != 0) {
|
|
|
|
output.writeUInt32(14, propType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
unknownFields.writeTo(output);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int getSerializedSize() {
|
|
|
|
int size = memoizedSize;
|
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
size = 0;
|
|
|
|
{
|
|
|
|
int dataSize = 0;
|
|
|
|
for (int i = 0; i < paramList_.size(); i++) {
|
|
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32SizeNoTag(paramList_.getInt(i));
|
|
|
|
}
|
|
|
|
size += dataSize;
|
|
|
|
if (!getParamListList().isEmpty()) {
|
|
|
|
size += 1;
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeInt32SizeNoTag(dataSize);
|
|
|
|
}
|
|
|
|
paramListMemoizedSerializedSize = dataSize;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (changeEnergyReason_ != emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.CHANGE_ENERGY_REASON_NONE.getNumber()) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeEnumSize(3, changeEnergyReason_);
|
|
|
|
}
|
|
|
|
if (propDelta_ != 0F) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeFloatSize(4, propDelta_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (changeHpReason_ != emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.CHANGE_HP_REASON_NONE.getNumber()) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeEnumSize(6, changeHpReason_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (entityId_ != 0) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(12, entityId_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (reason_ != emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.PROP_CHANGE_REASON_NONE.getNumber()) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeEnumSize(13, reason_);
|
|
|
|
}
|
|
|
|
if (propType_ != 0) {
|
2022-12-24 05:12:02 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(14, propType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
memoizedSize = size;
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
if (obj == this) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (!(obj instanceof emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify)) {
|
|
|
|
return super.equals(obj);
|
|
|
|
}
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify other = (emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify) obj;
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
if (java.lang.Float.floatToIntBits(getPropDelta())
|
|
|
|
!= java.lang.Float.floatToIntBits(
|
|
|
|
other.getPropDelta())) return false;
|
|
|
|
if (reason_ != other.reason_) return false;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (getEntityId()
|
|
|
|
!= other.getEntityId()) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getParamListList()
|
|
|
|
.equals(other.getParamListList())) return false;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (changeHpReason_ != other.changeHpReason_) return false;
|
|
|
|
if (changeEnergyReason_ != other.changeEnergyReason_) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (getPropType()
|
|
|
|
!= other.getPropType()) return false;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int hashCode() {
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
return memoizedHashCode;
|
|
|
|
}
|
|
|
|
int hash = 41;
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + PROPDELTA_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
|
|
|
getPropDelta());
|
|
|
|
hash = (37 * hash) + REASON_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + reason_;
|
|
|
|
hash = (37 * hash) + ENTITYID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getEntityId();
|
2022-08-21 11:33:54 +00:00
|
|
|
if (getParamListCount() > 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + PARAMLIST_FIELD_NUMBER;
|
2022-08-21 11:33:54 +00:00
|
|
|
hash = (53 * hash) + getParamListList().hashCode();
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + CHANGEHPREASON_FIELD_NUMBER;
|
2022-12-24 05:12:02 +08:00
|
|
|
hash = (53 * hash) + changeHpReason_;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + CHANGEENERGYREASON_FIELD_NUMBER;
|
2022-12-24 05:12:02 +08:00
|
|
|
hash = (53 * hash) + changeEnergyReason_;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + PROPTYPE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getPropType();
|
2022-08-21 11:33:54 +00:00
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
com.google.protobuf.ByteString data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
com.google.protobuf.ByteString data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(byte[] data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
byte[] data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseDelimitedFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
|
|
public static Builder newBuilder() {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
}
|
|
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify prototype) {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder toBuilder() {
|
|
|
|
return this == DEFAULT_INSTANCE
|
|
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Protobuf type {@code EntityFightPropChangeReasonNotify}
|
|
|
|
*/
|
|
|
|
public static final class Builder extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
// @@protoc_insertion_point(builder_implements:EntityFightPropChangeReasonNotify)
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotifyOrBuilder {
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.internal_static_EntityFightPropChangeReasonNotify_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.internal_static_EntityFightPropChangeReasonNotify_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.class, emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.Builder.class);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Construct using emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.newBuilder()
|
|
|
|
private Builder() {
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
|
|
|
|
private Builder(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
super(parent);
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
|
|
.alwaysUseFieldBuilders) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clear() {
|
|
|
|
super.clear();
|
2023-02-19 11:18:27 +08:00
|
|
|
propDelta_ = 0F;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
reason_ = 0;
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
entityId_ = 0;
|
|
|
|
|
|
|
|
paramList_ = emptyIntList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
2022-12-24 05:12:02 +08:00
|
|
|
changeHpReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeEnergyReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
propType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptorForType() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.internal_static_EntityFightPropChangeReasonNotify_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify getDefaultInstanceForType() {
|
|
|
|
return emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.getDefaultInstance();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify build() {
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify result = buildPartial();
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify buildPartial() {
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify result = new emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify(this);
|
|
|
|
int from_bitField0_ = bitField0_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.propDelta_ = propDelta_;
|
|
|
|
result.reason_ = reason_;
|
|
|
|
result.entityId_ = entityId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
paramList_.makeImmutable();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
}
|
|
|
|
result.paramList_ = paramList_;
|
2022-12-24 05:12:02 +08:00
|
|
|
result.changeHpReason_ = changeHpReason_;
|
|
|
|
result.changeEnergyReason_ = changeEnergyReason_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.propType_ = propType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onBuilt();
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clone() {
|
|
|
|
return super.clone();
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.setField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
|
return super.clearField(field);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearOneof(
|
|
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
|
if (other instanceof emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify) {
|
|
|
|
return mergeFrom((emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify)other);
|
|
|
|
} else {
|
|
|
|
super.mergeFrom(other);
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify other) {
|
|
|
|
if (other == emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify.getDefaultInstance()) return this;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getPropDelta() != 0F) {
|
|
|
|
setPropDelta(other.getPropDelta());
|
|
|
|
}
|
|
|
|
if (other.reason_ != 0) {
|
|
|
|
setReasonValue(other.getReasonValue());
|
|
|
|
}
|
|
|
|
if (other.getEntityId() != 0) {
|
|
|
|
setEntityId(other.getEntityId());
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!other.paramList_.isEmpty()) {
|
|
|
|
if (paramList_.isEmpty()) {
|
|
|
|
paramList_ = other.paramList_;
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
} else {
|
|
|
|
ensureParamListIsMutable();
|
|
|
|
paramList_.addAll(other.paramList_);
|
|
|
|
}
|
|
|
|
onChanged();
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.changeHpReason_ != 0) {
|
|
|
|
setChangeHpReasonValue(other.getChangeHpReasonValue());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.changeEnergyReason_ != 0) {
|
|
|
|
setChangeEnergyReasonValue(other.getChangeEnergyReasonValue());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getPropType() != 0) {
|
|
|
|
setPropType(other.getPropType());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify parsedMessage = null;
|
|
|
|
try {
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
parsedMessage = (emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify) e.getUnfinishedMessage();
|
|
|
|
throw e.unwrapIOException();
|
|
|
|
} finally {
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
private int bitField0_;
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private float propDelta_ ;
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>float propDelta = 4;</code>
|
|
|
|
* @return The propDelta.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public float getPropDelta() {
|
|
|
|
return propDelta_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>float propDelta = 4;</code>
|
|
|
|
* @param value The propDelta to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setPropDelta(float value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
propDelta_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>float propDelta = 4;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearPropDelta() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
propDelta_ = 0F;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int reason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The enum numeric value on the wire for reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override public int getReasonValue() {
|
|
|
|
return reason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @param value The enum numeric value on the wire for reason to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setReasonValue(int value) {
|
|
|
|
|
|
|
|
reason_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @return The reason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason getReason() {
|
|
|
|
@SuppressWarnings("deprecation")
|
|
|
|
emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason result = emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.valueOf(reason_);
|
|
|
|
return result == null ? emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason.UNRECOGNIZED : result;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
|
|
|
* @param value The reason to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setReason(emu.grasscutter.net.proto.PropChangeReasonOuterClass.PropChangeReason value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
reason_ = value.getNumber();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.PropChangeReason reason = 13;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearReason() {
|
|
|
|
|
|
|
|
reason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
private int entityId_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 entityId = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The entityId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public int getEntityId() {
|
|
|
|
return entityId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 entityId = 12;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The entityId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder setEntityId(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
entityId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 entityId = 12;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder clearEntityId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
entityId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private com.google.protobuf.Internal.IntList paramList_ = emptyIntList();
|
|
|
|
private void ensureParamListIsMutable() {
|
|
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
paramList_ = mutableCopy(paramList_);
|
|
|
|
bitField0_ |= 0x00000001;
|
|
|
|
}
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return A list containing the paramList.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.util.List<java.lang.Integer>
|
|
|
|
getParamListList() {
|
|
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
|
|
java.util.Collections.unmodifiableList(paramList_) : paramList_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @return The count of paramList.
|
|
|
|
*/
|
|
|
|
public int getParamListCount() {
|
|
|
|
return paramList_.size();
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param index The index of the element to return.
|
|
|
|
* @return The paramList at the given index.
|
|
|
|
*/
|
|
|
|
public int getParamList(int index) {
|
|
|
|
return paramList_.getInt(index);
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param index The index to set the value at.
|
|
|
|
* @param value The paramList to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setParamList(
|
|
|
|
int index, int value) {
|
|
|
|
ensureParamListIsMutable();
|
|
|
|
paramList_.setInt(index, value);
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param value The paramList to add.
|
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder addParamList(int value) {
|
|
|
|
ensureParamListIsMutable();
|
|
|
|
paramList_.addInt(value);
|
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
|
|
|
* @param values The paramList to add.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder addAllParamList(
|
|
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
|
|
ensureParamListIsMutable();
|
|
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
|
|
values, paramList_);
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>repeated uint32 paramList = 1;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearParamList() {
|
|
|
|
paramList_ = emptyIntList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
private int changeHpReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeHpReason.
|
|
|
|
*/
|
|
|
|
@java.lang.Override public int getChangeHpReasonValue() {
|
|
|
|
return changeHpReason_;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The enum numeric value on the wire for changeHpReason to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setChangeHpReasonValue(int value) {
|
|
|
|
|
|
|
|
changeHpReason_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeHpReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason getChangeHpReason() {
|
|
|
|
@SuppressWarnings("deprecation")
|
|
|
|
emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason result = emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.valueOf(changeHpReason_);
|
|
|
|
return result == null ? emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason.UNRECOGNIZED : result;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The changeHpReason to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder setChangeHpReason(emu.grasscutter.net.proto.ChangeHpReasonOuterClass.ChangeHpReason value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeHpReason_ = value.getNumber();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeHpReason changeHpReason = 6;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder clearChangeHpReason() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeHpReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
private int changeEnergyReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The enum numeric value on the wire for changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override public int getChangeEnergyReasonValue() {
|
|
|
|
return changeEnergyReason_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The enum numeric value on the wire for changeEnergyReason to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder setChangeEnergyReasonValue(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeEnergyReason_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The changeEnergyReason.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason getChangeEnergyReason() {
|
2022-08-21 11:33:54 +00:00
|
|
|
@SuppressWarnings("deprecation")
|
2022-12-24 05:12:02 +08:00
|
|
|
emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason result = emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.valueOf(changeEnergyReason_);
|
2022-08-21 11:33:54 +00:00
|
|
|
return result == null ? emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason.UNRECOGNIZED : result;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The changeEnergyReason to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder setChangeEnergyReason(emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.ChangeEnergyReason value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeEnergyReason_ = value.getNumber();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>.ChangeEnergyReason changeEnergyReason = 3;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder clearChangeEnergyReason() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
changeEnergyReason_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int propType_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 propType = 14;</code>
|
|
|
|
* @return The propType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getPropType() {
|
|
|
|
return propType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 propType = 14;</code>
|
|
|
|
* @param value The propType to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setPropType(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
propType_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 propType = 14;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearPropType() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
propType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:EntityFightPropChangeReasonNotify)
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:EntityFightPropChangeReasonNotify)
|
|
|
|
private static final emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify getDefaultInstance() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Parser<EntityFightPropChangeReasonNotify>
|
|
|
|
PARSER = new com.google.protobuf.AbstractParser<EntityFightPropChangeReasonNotify>() {
|
|
|
|
@java.lang.Override
|
|
|
|
public EntityFightPropChangeReasonNotify parsePartialFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return new EntityFightPropChangeReasonNotify(input, extensionRegistry);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
public static com.google.protobuf.Parser<EntityFightPropChangeReasonNotify> parser() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Parser<EntityFightPropChangeReasonNotify> getParserForType() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.EntityFightPropChangeReasonNotifyOuterClass.EntityFightPropChangeReasonNotify getDefaultInstanceForType() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
internal_static_EntityFightPropChangeReasonNotify_descriptor;
|
|
|
|
private static final
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internal_static_EntityFightPropChangeReasonNotify_fieldAccessorTable;
|
|
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return descriptor;
|
|
|
|
}
|
|
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
descriptor;
|
|
|
|
static {
|
|
|
|
java.lang.String[] descriptorData = {
|
|
|
|
"\n\'EntityFightPropChangeReasonNotify.prot" +
|
2023-02-19 11:18:27 +08:00
|
|
|
"o\032\026PropChangeReason.proto\032\024ChangeHpReaso" +
|
|
|
|
"n.proto\032\030ChangeEnergyReason.proto\"\273\002\n!En" +
|
|
|
|
"tityFightPropChangeReasonNotify\022\021\n\tpropD" +
|
|
|
|
"elta\030\004 \001(\002\022!\n\006reason\030\r \001(\0162\021.PropChangeR" +
|
|
|
|
"eason\022\020\n\010entityId\030\014 \001(\r\022\021\n\tparamList\030\001 \003" +
|
|
|
|
"(\r\022\'\n\016changeHpReason\030\006 \001(\0162\017.ChangeHpRea" +
|
|
|
|
"son\022/\n\022changeEnergyReason\030\003 \001(\0162\023.Change" +
|
|
|
|
"EnergyReason\022\020\n\010propType\030\016 \001(\r\"O\n\013LMACOG" +
|
|
|
|
"PGNDH\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\200\n\022\017\n\013DCD" +
|
|
|
|
"NILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.g" +
|
|
|
|
"rasscutter.net.protob\006proto3"
|
2022-08-21 11:33:54 +00:00
|
|
|
};
|
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
|
emu.grasscutter.net.proto.PropChangeReasonOuterClass.getDescriptor(),
|
2023-02-19 11:18:27 +08:00
|
|
|
emu.grasscutter.net.proto.ChangeHpReasonOuterClass.getDescriptor(),
|
|
|
|
emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.getDescriptor(),
|
2022-08-21 11:33:54 +00:00
|
|
|
});
|
|
|
|
internal_static_EntityFightPropChangeReasonNotify_descriptor =
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
internal_static_EntityFightPropChangeReasonNotify_fieldAccessorTable = new
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
internal_static_EntityFightPropChangeReasonNotify_descriptor,
|
2023-02-19 11:18:27 +08:00
|
|
|
new java.lang.String[] { "PropDelta", "Reason", "EntityId", "ParamList", "ChangeHpReason", "ChangeEnergyReason", "PropType", });
|
2022-08-21 11:33:54 +00:00
|
|
|
emu.grasscutter.net.proto.PropChangeReasonOuterClass.getDescriptor();
|
2023-02-19 11:18:27 +08:00
|
|
|
emu.grasscutter.net.proto.ChangeHpReasonOuterClass.getDescriptor();
|
|
|
|
emu.grasscutter.net.proto.ChangeEnergyReasonOuterClass.getDescriptor();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
}
|