mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 21:15:54 +08:00
1015 lines
33 KiB
Java
1015 lines
33 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EvtBeingHealedNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class EvtBeingHealedNotifyOuterClass {
|
|
private EvtBeingHealedNotifyOuterClass() {}
|
|
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 EvtBeingHealedNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:EvtBeingHealedNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <pre>
|
|
* 8
|
|
* </pre>
|
|
*
|
|
* <code>float heal_amount = 4;</code>
|
|
* @return The healAmount.
|
|
*/
|
|
float getHealAmount();
|
|
|
|
/**
|
|
* <code>bool NNDDEADLGGD = 7;</code>
|
|
* @return The nNDDEADLGGD.
|
|
*/
|
|
boolean getNNDDEADLGGD();
|
|
|
|
/**
|
|
* <pre>
|
|
* 4
|
|
* </pre>
|
|
*
|
|
* <code>float real_heal_amount = 8;</code>
|
|
* @return The realHealAmount.
|
|
*/
|
|
float getRealHealAmount();
|
|
|
|
/**
|
|
* <code>uint32 source_id = 9;</code>
|
|
* @return The sourceId.
|
|
*/
|
|
int getSourceId();
|
|
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The aHCFMJJLEJN.
|
|
*/
|
|
java.lang.String getAHCFMJJLEJN();
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The bytes for aHCFMJJLEJN.
|
|
*/
|
|
com.google.protobuf.ByteString
|
|
getAHCFMJJLEJNBytes();
|
|
|
|
/**
|
|
* <code>uint32 target_id = 13;</code>
|
|
* @return The targetId.
|
|
*/
|
|
int getTargetId();
|
|
}
|
|
/**
|
|
* Protobuf type {@code EvtBeingHealedNotify}
|
|
*/
|
|
public static final class EvtBeingHealedNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:EvtBeingHealedNotify)
|
|
EvtBeingHealedNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use EvtBeingHealedNotify.newBuilder() to construct.
|
|
private EvtBeingHealedNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private EvtBeingHealedNotify() {
|
|
aHCFMJJLEJN_ = "";
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new EvtBeingHealedNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private EvtBeingHealedNotify(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
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;
|
|
case 37: {
|
|
|
|
healAmount_ = input.readFloat();
|
|
break;
|
|
}
|
|
case 56: {
|
|
|
|
nNDDEADLGGD_ = input.readBool();
|
|
break;
|
|
}
|
|
case 69: {
|
|
|
|
realHealAmount_ = input.readFloat();
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
sourceId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
aHCFMJJLEJN_ = s;
|
|
break;
|
|
}
|
|
case 104: {
|
|
|
|
targetId_ = input.readUInt32();
|
|
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 {
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.internal_static_EvtBeingHealedNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.internal_static_EvtBeingHealedNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.class, emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.Builder.class);
|
|
}
|
|
|
|
public static final int HEAL_AMOUNT_FIELD_NUMBER = 4;
|
|
private float healAmount_;
|
|
/**
|
|
* <pre>
|
|
* 8
|
|
* </pre>
|
|
*
|
|
* <code>float heal_amount = 4;</code>
|
|
* @return The healAmount.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHealAmount() {
|
|
return healAmount_;
|
|
}
|
|
|
|
public static final int NNDDEADLGGD_FIELD_NUMBER = 7;
|
|
private boolean nNDDEADLGGD_;
|
|
/**
|
|
* <code>bool NNDDEADLGGD = 7;</code>
|
|
* @return The nNDDEADLGGD.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getNNDDEADLGGD() {
|
|
return nNDDEADLGGD_;
|
|
}
|
|
|
|
public static final int REAL_HEAL_AMOUNT_FIELD_NUMBER = 8;
|
|
private float realHealAmount_;
|
|
/**
|
|
* <pre>
|
|
* 4
|
|
* </pre>
|
|
*
|
|
* <code>float real_heal_amount = 8;</code>
|
|
* @return The realHealAmount.
|
|
*/
|
|
@java.lang.Override
|
|
public float getRealHealAmount() {
|
|
return realHealAmount_;
|
|
}
|
|
|
|
public static final int SOURCE_ID_FIELD_NUMBER = 9;
|
|
private int sourceId_;
|
|
/**
|
|
* <code>uint32 source_id = 9;</code>
|
|
* @return The sourceId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getSourceId() {
|
|
return sourceId_;
|
|
}
|
|
|
|
public static final int AHCFMJJLEJN_FIELD_NUMBER = 11;
|
|
private volatile java.lang.Object aHCFMJJLEJN_;
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The aHCFMJJLEJN.
|
|
*/
|
|
@java.lang.Override
|
|
public java.lang.String getAHCFMJJLEJN() {
|
|
java.lang.Object ref = aHCFMJJLEJN_;
|
|
if (ref instanceof java.lang.String) {
|
|
return (java.lang.String) ref;
|
|
} else {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
aHCFMJJLEJN_ = s;
|
|
return s;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The bytes for aHCFMJJLEJN.
|
|
*/
|
|
@java.lang.Override
|
|
public com.google.protobuf.ByteString
|
|
getAHCFMJJLEJNBytes() {
|
|
java.lang.Object ref = aHCFMJJLEJN_;
|
|
if (ref instanceof java.lang.String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
aHCFMJJLEJN_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
|
|
public static final int TARGET_ID_FIELD_NUMBER = 13;
|
|
private int targetId_;
|
|
/**
|
|
* <code>uint32 target_id = 13;</code>
|
|
* @return The targetId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTargetId() {
|
|
return targetId_;
|
|
}
|
|
|
|
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 {
|
|
if (healAmount_ != 0F) {
|
|
output.writeFloat(4, healAmount_);
|
|
}
|
|
if (nNDDEADLGGD_ != false) {
|
|
output.writeBool(7, nNDDEADLGGD_);
|
|
}
|
|
if (realHealAmount_ != 0F) {
|
|
output.writeFloat(8, realHealAmount_);
|
|
}
|
|
if (sourceId_ != 0) {
|
|
output.writeUInt32(9, sourceId_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(aHCFMJJLEJN_)) {
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, aHCFMJJLEJN_);
|
|
}
|
|
if (targetId_ != 0) {
|
|
output.writeUInt32(13, targetId_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (healAmount_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeFloatSize(4, healAmount_);
|
|
}
|
|
if (nNDDEADLGGD_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(7, nNDDEADLGGD_);
|
|
}
|
|
if (realHealAmount_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeFloatSize(8, realHealAmount_);
|
|
}
|
|
if (sourceId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, sourceId_);
|
|
}
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(aHCFMJJLEJN_)) {
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, aHCFMJJLEJN_);
|
|
}
|
|
if (targetId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(13, targetId_);
|
|
}
|
|
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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify other = (emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify) obj;
|
|
|
|
if (java.lang.Float.floatToIntBits(getHealAmount())
|
|
!= java.lang.Float.floatToIntBits(
|
|
other.getHealAmount())) return false;
|
|
if (getNNDDEADLGGD()
|
|
!= other.getNNDDEADLGGD()) return false;
|
|
if (java.lang.Float.floatToIntBits(getRealHealAmount())
|
|
!= java.lang.Float.floatToIntBits(
|
|
other.getRealHealAmount())) return false;
|
|
if (getSourceId()
|
|
!= other.getSourceId()) return false;
|
|
if (!getAHCFMJJLEJN()
|
|
.equals(other.getAHCFMJJLEJN())) return false;
|
|
if (getTargetId()
|
|
!= other.getTargetId()) return false;
|
|
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();
|
|
hash = (37 * hash) + HEAL_AMOUNT_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
|
getHealAmount());
|
|
hash = (37 * hash) + NNDDEADLGGD_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getNNDDEADLGGD());
|
|
hash = (37 * hash) + REAL_HEAL_AMOUNT_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(
|
|
getRealHealAmount());
|
|
hash = (37 * hash) + SOURCE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getSourceId();
|
|
hash = (37 * hash) + AHCFMJJLEJN_FIELD_NUMBER;
|
|
hash = (53 * hash) + getAHCFMJJLEJN().hashCode();
|
|
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTargetId();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify 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 EvtBeingHealedNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:EvtBeingHealedNotify)
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.internal_static_EvtBeingHealedNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.internal_static_EvtBeingHealedNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.class, emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.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();
|
|
healAmount_ = 0F;
|
|
|
|
nNDDEADLGGD_ = false;
|
|
|
|
realHealAmount_ = 0F;
|
|
|
|
sourceId_ = 0;
|
|
|
|
aHCFMJJLEJN_ = "";
|
|
|
|
targetId_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.internal_static_EvtBeingHealedNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify build() {
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify buildPartial() {
|
|
emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify result = new emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify(this);
|
|
result.healAmount_ = healAmount_;
|
|
result.nNDDEADLGGD_ = nNDDEADLGGD_;
|
|
result.realHealAmount_ = realHealAmount_;
|
|
result.sourceId_ = sourceId_;
|
|
result.aHCFMJJLEJN_ = aHCFMJJLEJN_;
|
|
result.targetId_ = targetId_;
|
|
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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify other) {
|
|
if (other == emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify.getDefaultInstance()) return this;
|
|
if (other.getHealAmount() != 0F) {
|
|
setHealAmount(other.getHealAmount());
|
|
}
|
|
if (other.getNNDDEADLGGD() != false) {
|
|
setNNDDEADLGGD(other.getNNDDEADLGGD());
|
|
}
|
|
if (other.getRealHealAmount() != 0F) {
|
|
setRealHealAmount(other.getRealHealAmount());
|
|
}
|
|
if (other.getSourceId() != 0) {
|
|
setSourceId(other.getSourceId());
|
|
}
|
|
if (!other.getAHCFMJJLEJN().isEmpty()) {
|
|
aHCFMJJLEJN_ = other.aHCFMJJLEJN_;
|
|
onChanged();
|
|
}
|
|
if (other.getTargetId() != 0) {
|
|
setTargetId(other.getTargetId());
|
|
}
|
|
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.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private float healAmount_ ;
|
|
/**
|
|
* <pre>
|
|
* 8
|
|
* </pre>
|
|
*
|
|
* <code>float heal_amount = 4;</code>
|
|
* @return The healAmount.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHealAmount() {
|
|
return healAmount_;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* 8
|
|
* </pre>
|
|
*
|
|
* <code>float heal_amount = 4;</code>
|
|
* @param value The healAmount to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setHealAmount(float value) {
|
|
|
|
healAmount_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* 8
|
|
* </pre>
|
|
*
|
|
* <code>float heal_amount = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearHealAmount() {
|
|
|
|
healAmount_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean nNDDEADLGGD_ ;
|
|
/**
|
|
* <code>bool NNDDEADLGGD = 7;</code>
|
|
* @return The nNDDEADLGGD.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getNNDDEADLGGD() {
|
|
return nNDDEADLGGD_;
|
|
}
|
|
/**
|
|
* <code>bool NNDDEADLGGD = 7;</code>
|
|
* @param value The nNDDEADLGGD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNNDDEADLGGD(boolean value) {
|
|
|
|
nNDDEADLGGD_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool NNDDEADLGGD = 7;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNNDDEADLGGD() {
|
|
|
|
nNDDEADLGGD_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private float realHealAmount_ ;
|
|
/**
|
|
* <pre>
|
|
* 4
|
|
* </pre>
|
|
*
|
|
* <code>float real_heal_amount = 8;</code>
|
|
* @return The realHealAmount.
|
|
*/
|
|
@java.lang.Override
|
|
public float getRealHealAmount() {
|
|
return realHealAmount_;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* 4
|
|
* </pre>
|
|
*
|
|
* <code>float real_heal_amount = 8;</code>
|
|
* @param value The realHealAmount to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setRealHealAmount(float value) {
|
|
|
|
realHealAmount_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* 4
|
|
* </pre>
|
|
*
|
|
* <code>float real_heal_amount = 8;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearRealHealAmount() {
|
|
|
|
realHealAmount_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int sourceId_ ;
|
|
/**
|
|
* <code>uint32 source_id = 9;</code>
|
|
* @return The sourceId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getSourceId() {
|
|
return sourceId_;
|
|
}
|
|
/**
|
|
* <code>uint32 source_id = 9;</code>
|
|
* @param value The sourceId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setSourceId(int value) {
|
|
|
|
sourceId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 source_id = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearSourceId() {
|
|
|
|
sourceId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.lang.Object aHCFMJJLEJN_ = "";
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The aHCFMJJLEJN.
|
|
*/
|
|
public java.lang.String getAHCFMJJLEJN() {
|
|
java.lang.Object ref = aHCFMJJLEJN_;
|
|
if (!(ref instanceof java.lang.String)) {
|
|
com.google.protobuf.ByteString bs =
|
|
(com.google.protobuf.ByteString) ref;
|
|
java.lang.String s = bs.toStringUtf8();
|
|
aHCFMJJLEJN_ = s;
|
|
return s;
|
|
} else {
|
|
return (java.lang.String) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return The bytes for aHCFMJJLEJN.
|
|
*/
|
|
public com.google.protobuf.ByteString
|
|
getAHCFMJJLEJNBytes() {
|
|
java.lang.Object ref = aHCFMJJLEJN_;
|
|
if (ref instanceof String) {
|
|
com.google.protobuf.ByteString b =
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
(java.lang.String) ref);
|
|
aHCFMJJLEJN_ = b;
|
|
return b;
|
|
} else {
|
|
return (com.google.protobuf.ByteString) ref;
|
|
}
|
|
}
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @param value The aHCFMJJLEJN to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setAHCFMJJLEJN(
|
|
java.lang.String value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
aHCFMJJLEJN_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearAHCFMJJLEJN() {
|
|
|
|
aHCFMJJLEJN_ = getDefaultInstance().getAHCFMJJLEJN();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>string AHCFMJJLEJN = 11;</code>
|
|
* @param value The bytes for aHCFMJJLEJN to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setAHCFMJJLEJNBytes(
|
|
com.google.protobuf.ByteString value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
checkByteStringIsUtf8(value);
|
|
|
|
aHCFMJJLEJN_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int targetId_ ;
|
|
/**
|
|
* <code>uint32 target_id = 13;</code>
|
|
* @return The targetId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTargetId() {
|
|
return targetId_;
|
|
}
|
|
/**
|
|
* <code>uint32 target_id = 13;</code>
|
|
* @param value The targetId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTargetId(int value) {
|
|
|
|
targetId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 target_id = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTargetId() {
|
|
|
|
targetId_ = 0;
|
|
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:EvtBeingHealedNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:EvtBeingHealedNotify)
|
|
private static final emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<EvtBeingHealedNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<EvtBeingHealedNotify>() {
|
|
@java.lang.Override
|
|
public EvtBeingHealedNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new EvtBeingHealedNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<EvtBeingHealedNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<EvtBeingHealedNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.EvtBeingHealedNotifyOuterClass.EvtBeingHealedNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_EvtBeingHealedNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_EvtBeingHealedNotify_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\032EvtBeingHealedNotify.proto\"\225\001\n\024EvtBein" +
|
|
"gHealedNotify\022\023\n\013heal_amount\030\004 \001(\002\022\023\n\013NN" +
|
|
"DDEADLGGD\030\007 \001(\010\022\030\n\020real_heal_amount\030\010 \001(" +
|
|
"\002\022\021\n\tsource_id\030\t \001(\r\022\023\n\013AHCFMJJLEJN\030\013 \001(" +
|
|
"\t\022\021\n\ttarget_id\030\r \001(\rB\033\n\031emu.grasscutter." +
|
|
"net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
});
|
|
internal_static_EvtBeingHealedNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_EvtBeingHealedNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_EvtBeingHealedNotify_descriptor,
|
|
new java.lang.String[] { "HealAmount", "NNDDEADLGGD", "RealHealAmount", "SourceId", "AHCFMJJLEJN", "TargetId", });
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|