net.minecraft.entity.damage

public class DamageTracker

rg
net.minecraft.class_1561
net.minecraft.entity.damage.DamageTracker
net.minecraft.util.CombatTracker

Field summary

Modifier and TypeField
private final List<DamageRecord>
a
field_6106
records
combatEntries
private final LivingEntity
b
field_6739
entity
fighter
private int
c
field_6108
lastDamageTime
lastDamageTime
private int
d
field_9077
ageOfLastDamage
combatStartTime
private int
e
field_9078
lastStatusChangeAge
combatEndTime
private boolean
f
field_6109
inCombatWithMob
inCombat
private boolean
g
field_6110
takingDamage
takingDamage
private String
h
field_6111
nextFallLocation
fallSuffix

Constructor summary

ModifierConstructor
public (LivingEntity entity)

Method summary

Modifier and TypeMethod
public void
a()
method_5362()
prepareForNextDamage()
calculateFallSuffix()
public void
a(rh arg0, float arg1, float arg2)
method_6075(class_856 arg0, float arg1, float arg2)
recordDamage(DamageSource damageSource, float originalHealth, float damage)
trackDamage(DamageSource damageSrc, float healthIn, float damageAmount)
public Text
b()
method_6076()
getDeathMessage()
getDeathMessage()
public LivingEntity
c()
method_6077()
getInitialAttacker()
getBestAttacker()
private DamageRecord
j()
method_5367()
getDamageBeforeLargestFall()
getBestCombatEntry()
private String
a(re arg0)
method_5363(class_1560 arg0)
getFallLocation(DamageRecord record)
getFallSuffix(CombatEntry entry)
public int
f()
method_10916()
getDuration()
getCombatDuration()
private void
k()
method_5368()
clearFallLocation()
resetFallSuffix()
public void
g()
method_5369()
resetStatus()
reset()
public LivingEntity
h()
method_10917()
getPlayer()
getFighter()