Uses of Record Class
net.minecraft.world.damagesource.CombatEntry
Packages that use CombatEntry
-
Uses of CombatEntry in net.minecraft.world.damagesource
Fields in net.minecraft.world.damagesource with type parameters of type CombatEntryMethods in net.minecraft.world.damagesource that return CombatEntryMethods in net.minecraft.world.damagesource with parameters of type CombatEntryModifier and TypeMethodDescriptionCombatTracker.getFallMessage
(CombatEntry p_289570_, Entity p_289561_) -
Uses of CombatEntry in net.neoforged.neoforge.common.damagesource
Methods in net.neoforged.neoforge.common.damagesource with parameters of type CombatEntryModifier and TypeMethodDescriptionIDeathMessageProvider.getDeathMessage
(LivingEntity entity, CombatEntry lastEntry, @Nullable CombatEntry mostSignificantFall) Computes the death message from the available context.
This method is not invoked if there are no available combat entries, since the damage source would not be available.