Package emu.grasscutter.net.proto
Interface AttackHitEffectResultOuterClass.AttackHitEffectResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttackHitEffectResultOuterClass.AttackHitEffectResult,AttackHitEffectResultOuterClass.AttackHitEffectResult.Builder
- Enclosing class:
- AttackHitEffectResultOuterClass
public static interface AttackHitEffectResultOuterClass.AttackHitEffectResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat air_strength = 13;floatfloat hit_halt_time = 9;floatfloat hit_halt_time_scale = 10;floatfloat retreat_strength = 3;intuint32 Unk3300_KLNGDAMMFIF = 1;intuint32 Unk3300_LCKECJCKKJK = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAirStrength
float getAirStrength()float air_strength = 13;- Returns:
- The airStrength.
-
getHitHaltTimeScale
float getHitHaltTimeScale()float hit_halt_time_scale = 10;- Returns:
- The hitHaltTimeScale.
-
getHitHaltTime
float getHitHaltTime()float hit_halt_time = 9;- Returns:
- The hitHaltTime.
-
getUnk3300LCKECJCKKJK
int getUnk3300LCKECJCKKJK()uint32 Unk3300_LCKECJCKKJK = 8;- Returns:
- The unk3300LCKECJCKKJK.
-
getUnk3300KLNGDAMMFIF
int getUnk3300KLNGDAMMFIF()uint32 Unk3300_KLNGDAMMFIF = 1;- Returns:
- The unk3300KLNGDAMMFIF.
-
getRetreatStrength
float getRetreatStrength()float retreat_strength = 3;- Returns:
- The retreatStrength.
-