Uses of Interface
net.neoforged.neoforge.common.damagesource.IDeathMessageProvider
Packages that use IDeathMessageProvider
Package
Description
-
Uses of IDeathMessageProvider in net.minecraft.world.damagesource
Fields in net.minecraft.world.damagesource declared as IDeathMessageProviderModifier and TypeFieldDescriptionprivate final IDeathMessageProviderDeathMessageType.msgFunctionMethods in net.minecraft.world.damagesource that return IDeathMessageProviderModifier and TypeMethodDescriptionDeathMessageType.getMessageFunction()The death message function is used when an entity dies to a damage type with this death message type.Constructors in net.minecraft.world.damagesource with parameters of type IDeathMessageProviderModifierConstructorDescriptionprivateDeathMessageType(String id, IDeathMessageProvider msgFunction) -
Uses of IDeathMessageProvider in net.neoforged.neoforge.common.damagesource
Fields in net.neoforged.neoforge.common.damagesource declared as IDeathMessageProviderModifier and TypeFieldDescriptionstatic final IDeathMessageProviderIDeathMessageProvider.DEFAULTDefault death message provider used by the vanillaDeathMessageTypes. -
Uses of IDeathMessageProvider in net.neoforged.neoforge.debug.damagesource
Fields in net.neoforged.neoforge.debug.damagesource declared as IDeathMessageProvider