public class CombatTracker
extends java.lang.Object
Constructor and Description |
---|
CombatTracker(EntityLivingBase fighterIn) |
Modifier and Type | Method and Description |
---|---|
int |
func_180134_f() |
void |
func_94545_a() |
EntityLivingBase |
func_94550_c() |
IChatComponent |
getDeathMessage() |
EntityLivingBase |
getFighter()
Returns EntityLivingBase assigned for this CombatTracker
|
void |
reset()
Resets this trackers list of combat entries
|
void |
trackDamage(DamageSource damageSrc,
float healthIn,
float damageAmount)
Adds an entry for the combat tracker
|
public CombatTracker(EntityLivingBase fighterIn)
public void func_94545_a()
public void trackDamage(DamageSource damageSrc, float healthIn, float damageAmount)
public IChatComponent getDeathMessage()
public EntityLivingBase func_94550_c()
public int func_180134_f()
public void reset()
public EntityLivingBase getFighter()