Uses of Interface
net.minecraftforge.event.entity.living.LivingChangeTargetEvent.ILivingTargetType
Packages that use LivingChangeTargetEvent.ILivingTargetType
-
Uses of LivingChangeTargetEvent.ILivingTargetType in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type LivingChangeTargetEvent.ILivingTargetTypeModifier and TypeMethodDescriptionstatic LivingChangeTargetEvent
ForgeHooks.onLivingChangeTarget
(LivingEntity entity, LivingEntity originalTarget, LivingChangeTargetEvent.ILivingTargetType targetType) static void
ForgeHooks.onLivingSetAttackTarget
(LivingEntity entity, LivingEntity target, LivingChangeTargetEvent.ILivingTargetType targetType) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LivingChangeTargetEvent.ILivingTargetType in net.minecraftforge.event.entity.living
Classes in net.minecraftforge.event.entity.living that implement LivingChangeTargetEvent.ILivingTargetTypeModifier and TypeClassDescriptionstatic enum
This enum contains two default living target types.Fields in net.minecraftforge.event.entity.living declared as LivingChangeTargetEvent.ILivingTargetTypeModifier and TypeFieldDescriptionprivate final LivingChangeTargetEvent.ILivingTargetType
LivingChangeTargetEvent.targetType
private final LivingChangeTargetEvent.ILivingTargetType
LivingSetAttackTargetEvent.targetType
Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.minecraftforge.event.entity.living that return LivingChangeTargetEvent.ILivingTargetTypeModifier and TypeMethodDescriptionLivingChangeTargetEvent.getTargetType()
Returns the living target type..LivingSetAttackTargetEvent.getTargetType()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the target type of this event..Constructors in net.minecraftforge.event.entity.living with parameters of type LivingChangeTargetEvent.ILivingTargetTypeModifierConstructorDescriptionLivingChangeTargetEvent
(LivingEntity entity, LivingEntity originalTarget, LivingChangeTargetEvent.ILivingTargetType targetType) LivingSetAttackTargetEvent
(LivingEntity entity, LivingEntity target, LivingChangeTargetEvent.ILivingTargetType targetType) Deprecated, for removal: This API element is subject to removal in a future version.