mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 12:14:17 +08:00
1095 lines
40 KiB
Java
1095 lines
40 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AttackHitEffectResult.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class AttackHitEffectResultOuterClass {
|
|
private AttackHitEffectResultOuterClass() {}
|
|
|
|
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 AttackHitEffectResultOrBuilder
|
|
extends
|
|
// @@protoc_insertion_point(interface_extends:AttackHitEffectResult)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* OGEJIAIJMDB
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTime = 14;</code>
|
|
*
|
|
* @return The hitHaltTime.
|
|
*/
|
|
float getHitHaltTime();
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* AKLACKOIKOE
|
|
* </pre>
|
|
*
|
|
* <code>float airStrength = 7;</code>
|
|
*
|
|
* @return The airStrength.
|
|
*/
|
|
float getAirStrength();
|
|
|
|
/**
|
|
* <code>uint32 NCIHLNFLAAF = 10;</code>
|
|
*
|
|
* @return The nCIHLNFLAAF.
|
|
*/
|
|
int getNCIHLNFLAAF();
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* PFNLKOMLOIO
|
|
* </pre>
|
|
*
|
|
* <code>float retreatStrength = 4;</code>
|
|
*
|
|
* @return The retreatStrength.
|
|
*/
|
|
float getRetreatStrength();
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* JLEGJBGOHHP
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTimeScale = 2;</code>
|
|
*
|
|
* @return The hitHaltTimeScale.
|
|
*/
|
|
float getHitHaltTimeScale();
|
|
|
|
/**
|
|
* <code>uint32 LDDDDFHEMBA = 3;</code>
|
|
*
|
|
* @return The lDDDDFHEMBA.
|
|
*/
|
|
int getLDDDDFHEMBA();
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: KPDGACKMNJA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code AttackHitEffectResult}
|
|
*/
|
|
public static final class AttackHitEffectResult extends com.google.protobuf.GeneratedMessageV3
|
|
implements
|
|
// @@protoc_insertion_point(message_implements:AttackHitEffectResult)
|
|
AttackHitEffectResultOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use AttackHitEffectResult.newBuilder() to construct.
|
|
private AttackHitEffectResult(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
|
|
private AttackHitEffectResult() {}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
|
return new AttackHitEffectResult();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
|
|
private AttackHitEffectResult(
|
|
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 21:
|
|
{
|
|
hitHaltTimeScale_ = input.readFloat();
|
|
break;
|
|
}
|
|
case 24:
|
|
{
|
|
lDDDDFHEMBA_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 37:
|
|
{
|
|
retreatStrength_ = input.readFloat();
|
|
break;
|
|
}
|
|
case 61:
|
|
{
|
|
airStrength_ = input.readFloat();
|
|
break;
|
|
}
|
|
case 80:
|
|
{
|
|
nCIHLNFLAAF_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 117:
|
|
{
|
|
hitHaltTime_ = input.readFloat();
|
|
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.AttackHitEffectResultOuterClass
|
|
.internal_static_AttackHitEffectResult_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.AttackHitEffectResultOuterClass
|
|
.internal_static_AttackHitEffectResult_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult.class,
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
.Builder.class);
|
|
}
|
|
|
|
public static final int HITHALTTIME_FIELD_NUMBER = 14;
|
|
private float hitHaltTime_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* OGEJIAIJMDB
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTime = 14;</code>
|
|
*
|
|
* @return The hitHaltTime.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHitHaltTime() {
|
|
return hitHaltTime_;
|
|
}
|
|
|
|
public static final int AIRSTRENGTH_FIELD_NUMBER = 7;
|
|
private float airStrength_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* AKLACKOIKOE
|
|
* </pre>
|
|
*
|
|
* <code>float airStrength = 7;</code>
|
|
*
|
|
* @return The airStrength.
|
|
*/
|
|
@java.lang.Override
|
|
public float getAirStrength() {
|
|
return airStrength_;
|
|
}
|
|
|
|
public static final int NCIHLNFLAAF_FIELD_NUMBER = 10;
|
|
private int nCIHLNFLAAF_;
|
|
/**
|
|
* <code>uint32 NCIHLNFLAAF = 10;</code>
|
|
*
|
|
* @return The nCIHLNFLAAF.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNCIHLNFLAAF() {
|
|
return nCIHLNFLAAF_;
|
|
}
|
|
|
|
public static final int RETREATSTRENGTH_FIELD_NUMBER = 4;
|
|
private float retreatStrength_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* PFNLKOMLOIO
|
|
* </pre>
|
|
*
|
|
* <code>float retreatStrength = 4;</code>
|
|
*
|
|
* @return The retreatStrength.
|
|
*/
|
|
@java.lang.Override
|
|
public float getRetreatStrength() {
|
|
return retreatStrength_;
|
|
}
|
|
|
|
public static final int HITHALTTIMESCALE_FIELD_NUMBER = 2;
|
|
private float hitHaltTimeScale_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* JLEGJBGOHHP
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTimeScale = 2;</code>
|
|
*
|
|
* @return The hitHaltTimeScale.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHitHaltTimeScale() {
|
|
return hitHaltTimeScale_;
|
|
}
|
|
|
|
public static final int LDDDDFHEMBA_FIELD_NUMBER = 3;
|
|
private int lDDDDFHEMBA_;
|
|
/**
|
|
* <code>uint32 LDDDDFHEMBA = 3;</code>
|
|
*
|
|
* @return The lDDDDFHEMBA.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLDDDDFHEMBA() {
|
|
return lDDDDFHEMBA_;
|
|
}
|
|
|
|
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 (hitHaltTimeScale_ != 0F) {
|
|
output.writeFloat(2, hitHaltTimeScale_);
|
|
}
|
|
if (lDDDDFHEMBA_ != 0) {
|
|
output.writeUInt32(3, lDDDDFHEMBA_);
|
|
}
|
|
if (retreatStrength_ != 0F) {
|
|
output.writeFloat(4, retreatStrength_);
|
|
}
|
|
if (airStrength_ != 0F) {
|
|
output.writeFloat(7, airStrength_);
|
|
}
|
|
if (nCIHLNFLAAF_ != 0) {
|
|
output.writeUInt32(10, nCIHLNFLAAF_);
|
|
}
|
|
if (hitHaltTime_ != 0F) {
|
|
output.writeFloat(14, hitHaltTime_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (hitHaltTimeScale_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream.computeFloatSize(2, hitHaltTimeScale_);
|
|
}
|
|
if (lDDDDFHEMBA_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(3, lDDDDFHEMBA_);
|
|
}
|
|
if (retreatStrength_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream.computeFloatSize(4, retreatStrength_);
|
|
}
|
|
if (airStrength_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream.computeFloatSize(7, airStrength_);
|
|
}
|
|
if (nCIHLNFLAAF_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(10, nCIHLNFLAAF_);
|
|
}
|
|
if (hitHaltTime_ != 0F) {
|
|
size += com.google.protobuf.CodedOutputStream.computeFloatSize(14, hitHaltTime_);
|
|
}
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult other =
|
|
(emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult) obj;
|
|
|
|
if (java.lang.Float.floatToIntBits(getHitHaltTime())
|
|
!= java.lang.Float.floatToIntBits(other.getHitHaltTime())) return false;
|
|
if (java.lang.Float.floatToIntBits(getAirStrength())
|
|
!= java.lang.Float.floatToIntBits(other.getAirStrength())) return false;
|
|
if (getNCIHLNFLAAF() != other.getNCIHLNFLAAF()) return false;
|
|
if (java.lang.Float.floatToIntBits(getRetreatStrength())
|
|
!= java.lang.Float.floatToIntBits(other.getRetreatStrength())) return false;
|
|
if (java.lang.Float.floatToIntBits(getHitHaltTimeScale())
|
|
!= java.lang.Float.floatToIntBits(other.getHitHaltTimeScale())) return false;
|
|
if (getLDDDDFHEMBA() != other.getLDDDDFHEMBA()) 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) + HITHALTTIME_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(getHitHaltTime());
|
|
hash = (37 * hash) + AIRSTRENGTH_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(getAirStrength());
|
|
hash = (37 * hash) + NCIHLNFLAAF_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNCIHLNFLAAF();
|
|
hash = (37 * hash) + RETREATSTRENGTH_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(getRetreatStrength());
|
|
hash = (37 * hash) + HITHALTTIMESCALE_FIELD_NUMBER;
|
|
hash = (53 * hash) + java.lang.Float.floatToIntBits(getHitHaltTimeScale());
|
|
hash = (37 * hash) + LDDDDFHEMBA_FIELD_NUMBER;
|
|
hash = (53 * hash) + getLDDDDFHEMBA();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult 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;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: KPDGACKMNJA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code AttackHitEffectResult}
|
|
*/
|
|
public static final class Builder
|
|
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
|
implements
|
|
// @@protoc_insertion_point(builder_implements:AttackHitEffectResult)
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResultOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
return emu.grasscutter.net.proto.AttackHitEffectResultOuterClass
|
|
.internal_static_AttackHitEffectResult_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.AttackHitEffectResultOuterClass
|
|
.internal_static_AttackHitEffectResult_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
.class,
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
.Builder.class);
|
|
}
|
|
|
|
// Construct using
|
|
// emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult.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();
|
|
hitHaltTime_ = 0F;
|
|
|
|
airStrength_ = 0F;
|
|
|
|
nCIHLNFLAAF_ = 0;
|
|
|
|
retreatStrength_ = 0F;
|
|
|
|
hitHaltTimeScale_ = 0F;
|
|
|
|
lDDDDFHEMBA_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.AttackHitEffectResultOuterClass
|
|
.internal_static_AttackHitEffectResult_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
build() {
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult result =
|
|
buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
buildPartial() {
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult result =
|
|
new emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult(
|
|
this);
|
|
result.hitHaltTime_ = hitHaltTime_;
|
|
result.airStrength_ = airStrength_;
|
|
result.nCIHLNFLAAF_ = nCIHLNFLAAF_;
|
|
result.retreatStrength_ = retreatStrength_;
|
|
result.hitHaltTimeScale_ = hitHaltTimeScale_;
|
|
result.lDDDDFHEMBA_ = lDDDDFHEMBA_;
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult) {
|
|
return mergeFrom(
|
|
(emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult)
|
|
other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(
|
|
emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult other) {
|
|
if (other
|
|
== emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
.getDefaultInstance()) return this;
|
|
if (other.getHitHaltTime() != 0F) {
|
|
setHitHaltTime(other.getHitHaltTime());
|
|
}
|
|
if (other.getAirStrength() != 0F) {
|
|
setAirStrength(other.getAirStrength());
|
|
}
|
|
if (other.getNCIHLNFLAAF() != 0) {
|
|
setNCIHLNFLAAF(other.getNCIHLNFLAAF());
|
|
}
|
|
if (other.getRetreatStrength() != 0F) {
|
|
setRetreatStrength(other.getRetreatStrength());
|
|
}
|
|
if (other.getHitHaltTimeScale() != 0F) {
|
|
setHitHaltTimeScale(other.getHitHaltTimeScale());
|
|
}
|
|
if (other.getLDDDDFHEMBA() != 0) {
|
|
setLDDDDFHEMBA(other.getLDDDDFHEMBA());
|
|
}
|
|
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.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage =
|
|
(emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult)
|
|
e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private float hitHaltTime_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* OGEJIAIJMDB
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTime = 14;</code>
|
|
*
|
|
* @return The hitHaltTime.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHitHaltTime() {
|
|
return hitHaltTime_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* OGEJIAIJMDB
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTime = 14;</code>
|
|
*
|
|
* @param value The hitHaltTime to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setHitHaltTime(float value) {
|
|
|
|
hitHaltTime_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* OGEJIAIJMDB
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTime = 14;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearHitHaltTime() {
|
|
|
|
hitHaltTime_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private float airStrength_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* AKLACKOIKOE
|
|
* </pre>
|
|
*
|
|
* <code>float airStrength = 7;</code>
|
|
*
|
|
* @return The airStrength.
|
|
*/
|
|
@java.lang.Override
|
|
public float getAirStrength() {
|
|
return airStrength_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* AKLACKOIKOE
|
|
* </pre>
|
|
*
|
|
* <code>float airStrength = 7;</code>
|
|
*
|
|
* @param value The airStrength to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setAirStrength(float value) {
|
|
|
|
airStrength_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* AKLACKOIKOE
|
|
* </pre>
|
|
*
|
|
* <code>float airStrength = 7;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearAirStrength() {
|
|
|
|
airStrength_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int nCIHLNFLAAF_;
|
|
/**
|
|
* <code>uint32 NCIHLNFLAAF = 10;</code>
|
|
*
|
|
* @return The nCIHLNFLAAF.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNCIHLNFLAAF() {
|
|
return nCIHLNFLAAF_;
|
|
}
|
|
/**
|
|
* <code>uint32 NCIHLNFLAAF = 10;</code>
|
|
*
|
|
* @param value The nCIHLNFLAAF to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNCIHLNFLAAF(int value) {
|
|
|
|
nCIHLNFLAAF_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 NCIHLNFLAAF = 10;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNCIHLNFLAAF() {
|
|
|
|
nCIHLNFLAAF_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private float retreatStrength_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* PFNLKOMLOIO
|
|
* </pre>
|
|
*
|
|
* <code>float retreatStrength = 4;</code>
|
|
*
|
|
* @return The retreatStrength.
|
|
*/
|
|
@java.lang.Override
|
|
public float getRetreatStrength() {
|
|
return retreatStrength_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* PFNLKOMLOIO
|
|
* </pre>
|
|
*
|
|
* <code>float retreatStrength = 4;</code>
|
|
*
|
|
* @param value The retreatStrength to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setRetreatStrength(float value) {
|
|
|
|
retreatStrength_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* PFNLKOMLOIO
|
|
* </pre>
|
|
*
|
|
* <code>float retreatStrength = 4;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearRetreatStrength() {
|
|
|
|
retreatStrength_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private float hitHaltTimeScale_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* JLEGJBGOHHP
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTimeScale = 2;</code>
|
|
*
|
|
* @return The hitHaltTimeScale.
|
|
*/
|
|
@java.lang.Override
|
|
public float getHitHaltTimeScale() {
|
|
return hitHaltTimeScale_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* JLEGJBGOHHP
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTimeScale = 2;</code>
|
|
*
|
|
* @param value The hitHaltTimeScale to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setHitHaltTimeScale(float value) {
|
|
|
|
hitHaltTimeScale_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* JLEGJBGOHHP
|
|
* </pre>
|
|
*
|
|
* <code>float hitHaltTimeScale = 2;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearHitHaltTimeScale() {
|
|
|
|
hitHaltTimeScale_ = 0F;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int lDDDDFHEMBA_;
|
|
/**
|
|
* <code>uint32 LDDDDFHEMBA = 3;</code>
|
|
*
|
|
* @return The lDDDDFHEMBA.
|
|
*/
|
|
@java.lang.Override
|
|
public int getLDDDDFHEMBA() {
|
|
return lDDDDFHEMBA_;
|
|
}
|
|
/**
|
|
* <code>uint32 LDDDDFHEMBA = 3;</code>
|
|
*
|
|
* @param value The lDDDDFHEMBA to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setLDDDDFHEMBA(int value) {
|
|
|
|
lDDDDFHEMBA_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 LDDDDFHEMBA = 3;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearLDDDDFHEMBA() {
|
|
|
|
lDDDDFHEMBA_ = 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:AttackHitEffectResult)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:AttackHitEffectResult)
|
|
private static final emu.grasscutter.net.proto.AttackHitEffectResultOuterClass
|
|
.AttackHitEffectResult
|
|
DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
DEFAULT_INSTANCE =
|
|
new emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<AttackHitEffectResult> PARSER =
|
|
new com.google.protobuf.AbstractParser<AttackHitEffectResult>() {
|
|
@java.lang.Override
|
|
public AttackHitEffectResult parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new AttackHitEffectResult(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<AttackHitEffectResult> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<AttackHitEffectResult> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.AttackHitEffectResultOuterClass.AttackHitEffectResult
|
|
getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_AttackHitEffectResult_descriptor;
|
|
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_AttackHitEffectResult_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\033AttackHitEffectResult.proto\"\236\001\n\025Attack"
|
|
+ "HitEffectResult\022\023\n\013hitHaltTime\030\016 \001(\002\022\023\n\013"
|
|
+ "airStrength\030\007 \001(\002\022\023\n\013NCIHLNFLAAF\030\n \001(\r\022\027"
|
|
+ "\n\017retreatStrength\030\004 \001(\002\022\030\n\020hitHaltTimeSc"
|
|
+ "ale\030\002 \001(\002\022\023\n\013LDDDDFHEMBA\030\003 \001(\rB\033\n\031emu.gr"
|
|
+ "asscutter.net.protob\006proto3"
|
|
};
|
|
descriptor =
|
|
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
|
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
|
internal_static_AttackHitEffectResult_descriptor = getDescriptor().getMessageTypes().get(0);
|
|
internal_static_AttackHitEffectResult_fieldAccessorTable =
|
|
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_AttackHitEffectResult_descriptor,
|
|
new java.lang.String[] {
|
|
"HitHaltTime",
|
|
"AirStrength",
|
|
"NCIHLNFLAAF",
|
|
"RetreatStrength",
|
|
"HitHaltTimeScale",
|
|
"LDDDDFHEMBA",
|
|
});
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|