net.minecraft.world.damagesource

public record CombatEntry

btv
net.minecraft.world.damagesource.CombatEntry
net.minecraft.class_1281
net.minecraft.entity.damage.DamageRecord
net.minecraft.world.damagesource.CombatEntry

Field summary

Modifier and TypeField
private final DamageSource
a
source
comp_1535
damageSource
private final float
b
damage
comp_1536
damage
private final FallLocation
c
fallLocation
comp_1537
fallLocation
private final float
d
fallDistance
comp_1538
fallDistance

Constructor summary

ModifierConstructor
public (DamageSource damageSource, float arg1, FallLocation arg2, float arg3)

Method summary

Modifier and TypeMethod
public DamageSource
a()
source()
comp_1535()
damageSource()
public float
b()
damage()
comp_1536()
damage()
public FallLocation
c()
fallLocation()
comp_1537()
fallLocation()
public float
d()
fallDistance()
comp_1538()
fallDistance()