net.minecraft.entity.damage

public class DamageRecord

adx
net.minecraft.class_1560
net.minecraft.entity.damage.DamageRecord
net.minecraft.util.CombatEntry
net.minecraft.util.CombatEntry

Field summary

Modifier and TypeField
private final DamageSource
a
field_6100
source
field_94569_a
damageSrc
private final int
b
field_6101
time
field_94567_b
time
private final float
c
field_6737
damage
field_94568_c
damage
private final float
d
field_6738
health
field_94565_d
health
private final String
e
field_6104
fallLocation
field_94566_e
fallSuffix
private final float
f
field_6105
fallDistance
field_94564_f
fallDistance

Constructor summary

ModifierConstructor
public (DamageSource source, int time, float health, float damage, String fallLocation, float fallDistance)

Method summary

Modifier and TypeMethod
public DamageSource
a()
method_5356()
getSource()
func_94560_a()
getDamageSrc()
public float
c()
method_5357()
getDamage()
func_94563_c()
getDamage()
public boolean
f()
method_5358()
isCombat()
func_94559_f()
isLivingDamageSrc()
public String
g()
method_5359()
getFallLocation()
func_94562_g()
getFallSuffix()
public Text
h()
method_5360()
getAttackerName()
func_151522_h()
getDamageSrcDisplayName()
public float
j()
method_5361()
getFallDistance()
func_94561_i()
getDamageAmount()