public class CombatEntry
extends java.lang.Object
Constructor and Description |
---|
CombatEntry(DamageSource damageSrcIn,
int timeIn,
float healthAmount,
float damageAmount,
java.lang.String fallSuffixIn,
float fallDistanceIn) |
Modifier and Type | Method and Description |
---|---|
float |
getDamage() |
float |
getDamageAmount() |
DamageSource |
getDamageSrc() |
ITextComponent |
getDamageSrcDisplayName() |
java.lang.String |
getFallSuffix() |
boolean |
isLivingDamageSrc() |
public CombatEntry(DamageSource damageSrcIn, int timeIn, float healthAmount, float damageAmount, java.lang.String fallSuffixIn, float fallDistanceIn)
public DamageSource getDamageSrc()
public float getDamage()
public boolean isLivingDamageSrc()
@Nullable public java.lang.String getFallSuffix()
@Nullable public ITextComponent getDamageSrcDisplayName()
public float getDamageAmount()