Package net.neoforged.neoforge.common.damagesource
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.common.damagesource
-
InterfacesClassDescriptionAn
IDeathMessageProvideris used by customDeathMessageTypeinstances.
This allows providing custom death messages based on the available parameters, instead of the hard-coded vanilla defaults.AnIScalingFunctionis used by customDamageScalinginstances.
This allows finer control over the actual scaling value, instead of the hard-coded vanilla defaults.