2
0
mirror of https://github.com/Grasscutters/Grasscutter synced 2025-08-26 20:07:24 +00:00
Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/AttackHitEffectResultOuterClass.java

899 lines
31 KiB
Java
Raw Normal View History

2022-08-21 11:33:54 +00:00
// 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 {
/**
* <code>float hit_halt_time_scale = 8;</code>
* @return The hitHaltTimeScale.
*/
float getHitHaltTimeScale();
/**
* <code>uint32 original_hit_eff_level = 12;</code>
* @return The originalHitEffLevel.
*/
int getOriginalHitEffLevel();
/**
* <code>float air_strength = 15;</code>
* @return The airStrength.
*/
float getAirStrength();
/**
* <code>uint32 hit_eff_level = 2;</code>
* @return The hitEffLevel.
*/
int getHitEffLevel();
/**
* <code>float hit_halt_time = 13;</code>
* @return The hitHaltTime.
*/
float getHitHaltTime();
/**
* <code>float retreat_strength = 7;</code>
* @return The retreatStrength.
*/
float getRetreatStrength();
}
/**
* 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 16: {
hitEffLevel_ = input.readUInt32();
break;
}
case 61: {
retreatStrength_ = input.readFloat();
break;
}
case 69: {
hitHaltTimeScale_ = input.readFloat();
break;
}
case 96: {
originalHitEffLevel_ = input.readUInt32();
break;
}
case 109: {
hitHaltTime_ = input.readFloat();
break;
}
case 125: {
airStrength_ = 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 HIT_HALT_TIME_SCALE_FIELD_NUMBER = 8;
private float hitHaltTimeScale_;
/**
* <code>float hit_halt_time_scale = 8;</code>
* @return The hitHaltTimeScale.
*/
@java.lang.Override
public float getHitHaltTimeScale() {
return hitHaltTimeScale_;
}
public static final int ORIGINAL_HIT_EFF_LEVEL_FIELD_NUMBER = 12;
private int originalHitEffLevel_;
/**
* <code>uint32 original_hit_eff_level = 12;</code>
* @return The originalHitEffLevel.
*/
@java.lang.Override
public int getOriginalHitEffLevel() {
return originalHitEffLevel_;
}
public static final int AIR_STRENGTH_FIELD_NUMBER = 15;
private float airStrength_;
/**
* <code>float air_strength = 15;</code>
* @return The airStrength.
*/
@java.lang.Override
public float getAirStrength() {
return airStrength_;
}
public static final int HIT_EFF_LEVEL_FIELD_NUMBER = 2;
private int hitEffLevel_;
/**
* <code>uint32 hit_eff_level = 2;</code>
* @return The hitEffLevel.
*/
@java.lang.Override
public int getHitEffLevel() {
return hitEffLevel_;
}
public static final int HIT_HALT_TIME_FIELD_NUMBER = 13;
private float hitHaltTime_;
/**
* <code>float hit_halt_time = 13;</code>
* @return The hitHaltTime.
*/
@java.lang.Override
public float getHitHaltTime() {
return hitHaltTime_;
}
public static final int RETREAT_STRENGTH_FIELD_NUMBER = 7;
private float retreatStrength_;
/**
* <code>float retreat_strength = 7;</code>
* @return The retreatStrength.
*/
@java.lang.Override
public float getRetreatStrength() {
return retreatStrength_;
}
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 (hitEffLevel_ != 0) {
output.writeUInt32(2, hitEffLevel_);
}
if (retreatStrength_ != 0F) {
output.writeFloat(7, retreatStrength_);
}
if (hitHaltTimeScale_ != 0F) {
output.writeFloat(8, hitHaltTimeScale_);
}
if (originalHitEffLevel_ != 0) {
output.writeUInt32(12, originalHitEffLevel_);
}
if (hitHaltTime_ != 0F) {
output.writeFloat(13, hitHaltTime_);
}
if (airStrength_ != 0F) {
output.writeFloat(15, airStrength_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (hitEffLevel_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, hitEffLevel_);
}
if (retreatStrength_ != 0F) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(7, retreatStrength_);
}
if (hitHaltTimeScale_ != 0F) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(8, hitHaltTimeScale_);
}
if (originalHitEffLevel_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, originalHitEffLevel_);
}
if (hitHaltTime_ != 0F) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(13, hitHaltTime_);
}
if (airStrength_ != 0F) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(15, airStrength_);
}
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(getHitHaltTimeScale())
!= java.lang.Float.floatToIntBits(
other.getHitHaltTimeScale())) return false;
if (getOriginalHitEffLevel()
!= other.getOriginalHitEffLevel()) return false;
if (java.lang.Float.floatToIntBits(getAirStrength())
!= java.lang.Float.floatToIntBits(
other.getAirStrength())) return false;
if (getHitEffLevel()
!= other.getHitEffLevel()) return false;
if (java.lang.Float.floatToIntBits(getHitHaltTime())
!= java.lang.Float.floatToIntBits(
other.getHitHaltTime())) return false;
if (java.lang.Float.floatToIntBits(getRetreatStrength())
!= java.lang.Float.floatToIntBits(
other.getRetreatStrength())) 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) + HIT_HALT_TIME_SCALE_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getHitHaltTimeScale());
hash = (37 * hash) + ORIGINAL_HIT_EFF_LEVEL_FIELD_NUMBER;
hash = (53 * hash) + getOriginalHitEffLevel();
hash = (37 * hash) + AIR_STRENGTH_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getAirStrength());
hash = (37 * hash) + HIT_EFF_LEVEL_FIELD_NUMBER;
hash = (53 * hash) + getHitEffLevel();
hash = (37 * hash) + HIT_HALT_TIME_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getHitHaltTime());
hash = (37 * hash) + RETREAT_STRENGTH_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getRetreatStrength());
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;
}
/**
* 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();
hitHaltTimeScale_ = 0F;
originalHitEffLevel_ = 0;
airStrength_ = 0F;
hitEffLevel_ = 0;
hitHaltTime_ = 0F;
retreatStrength_ = 0F;
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.hitHaltTimeScale_ = hitHaltTimeScale_;
result.originalHitEffLevel_ = originalHitEffLevel_;
result.airStrength_ = airStrength_;
result.hitEffLevel_ = hitEffLevel_;
result.hitHaltTime_ = hitHaltTime_;
result.retreatStrength_ = retreatStrength_;
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.getHitHaltTimeScale() != 0F) {
setHitHaltTimeScale(other.getHitHaltTimeScale());
}
if (other.getOriginalHitEffLevel() != 0) {
setOriginalHitEffLevel(other.getOriginalHitEffLevel());
}
if (other.getAirStrength() != 0F) {
setAirStrength(other.getAirStrength());
}
if (other.getHitEffLevel() != 0) {
setHitEffLevel(other.getHitEffLevel());
}
if (other.getHitHaltTime() != 0F) {
setHitHaltTime(other.getHitHaltTime());
}
if (other.getRetreatStrength() != 0F) {
setRetreatStrength(other.getRetreatStrength());
}
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 hitHaltTimeScale_ ;
/**
* <code>float hit_halt_time_scale = 8;</code>
* @return The hitHaltTimeScale.
*/
@java.lang.Override
public float getHitHaltTimeScale() {
return hitHaltTimeScale_;
}
/**
* <code>float hit_halt_time_scale = 8;</code>
* @param value The hitHaltTimeScale to set.
* @return This builder for chaining.
*/
public Builder setHitHaltTimeScale(float value) {
hitHaltTimeScale_ = value;
onChanged();
return this;
}
/**
* <code>float hit_halt_time_scale = 8;</code>
* @return This builder for chaining.
*/
public Builder clearHitHaltTimeScale() {
hitHaltTimeScale_ = 0F;
onChanged();
return this;
}
private int originalHitEffLevel_ ;
/**
* <code>uint32 original_hit_eff_level = 12;</code>
* @return The originalHitEffLevel.
*/
@java.lang.Override
public int getOriginalHitEffLevel() {
return originalHitEffLevel_;
}
/**
* <code>uint32 original_hit_eff_level = 12;</code>
* @param value The originalHitEffLevel to set.
* @return This builder for chaining.
*/
public Builder setOriginalHitEffLevel(int value) {
originalHitEffLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 original_hit_eff_level = 12;</code>
* @return This builder for chaining.
*/
public Builder clearOriginalHitEffLevel() {
originalHitEffLevel_ = 0;
onChanged();
return this;
}
private float airStrength_ ;
/**
* <code>float air_strength = 15;</code>
* @return The airStrength.
*/
@java.lang.Override
public float getAirStrength() {
return airStrength_;
}
/**
* <code>float air_strength = 15;</code>
* @param value The airStrength to set.
* @return This builder for chaining.
*/
public Builder setAirStrength(float value) {
airStrength_ = value;
onChanged();
return this;
}
/**
* <code>float air_strength = 15;</code>
* @return This builder for chaining.
*/
public Builder clearAirStrength() {
airStrength_ = 0F;
onChanged();
return this;
}
private int hitEffLevel_ ;
/**
* <code>uint32 hit_eff_level = 2;</code>
* @return The hitEffLevel.
*/
@java.lang.Override
public int getHitEffLevel() {
return hitEffLevel_;
}
/**
* <code>uint32 hit_eff_level = 2;</code>
* @param value The hitEffLevel to set.
* @return This builder for chaining.
*/
public Builder setHitEffLevel(int value) {
hitEffLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 hit_eff_level = 2;</code>
* @return This builder for chaining.
*/
public Builder clearHitEffLevel() {
hitEffLevel_ = 0;
onChanged();
return this;
}
private float hitHaltTime_ ;
/**
* <code>float hit_halt_time = 13;</code>
* @return The hitHaltTime.
*/
@java.lang.Override
public float getHitHaltTime() {
return hitHaltTime_;
}
/**
* <code>float hit_halt_time = 13;</code>
* @param value The hitHaltTime to set.
* @return This builder for chaining.
*/
public Builder setHitHaltTime(float value) {
hitHaltTime_ = value;
onChanged();
return this;
}
/**
* <code>float hit_halt_time = 13;</code>
* @return This builder for chaining.
*/
public Builder clearHitHaltTime() {
hitHaltTime_ = 0F;
onChanged();
return this;
}
private float retreatStrength_ ;
/**
* <code>float retreat_strength = 7;</code>
* @return The retreatStrength.
*/
@java.lang.Override
public float getRetreatStrength() {
return retreatStrength_;
}
/**
* <code>float retreat_strength = 7;</code>
* @param value The retreatStrength to set.
* @return This builder for chaining.
*/
public Builder setRetreatStrength(float value) {
retreatStrength_ = value;
onChanged();
return this;
}
/**
* <code>float retreat_strength = 7;</code>
* @return This builder for chaining.
*/
public Builder clearRetreatStrength() {
retreatStrength_ = 0F;
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\"\262\001\n\025Attack" +
"HitEffectResult\022\033\n\023hit_halt_time_scale\030\010" +
" \001(\002\022\036\n\026original_hit_eff_level\030\014 \001(\r\022\024\n\014" +
"air_strength\030\017 \001(\002\022\025\n\rhit_eff_level\030\002 \001(" +
"\r\022\025\n\rhit_halt_time\030\r \001(\002\022\030\n\020retreat_stre" +
"ngth\030\007 \001(\002B\033\n\031emu.grasscutter.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[] { "HitHaltTimeScale", "OriginalHitEffLevel", "AirStrength", "HitEffLevel", "HitHaltTime", "RetreatStrength", });
}
// @@protoc_insertion_point(outer_class_scope)
}