Class EnderManAngerEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.EnderManAngerEvent
This event is fired on the forge bus before an Enderman detects that a player is looking at them.
 It will not be fired if the detection is already prevented by 
IForgeItem.isEnderMask(net.minecraft.world.item.ItemStack, net.minecraft.world.entity.player.Player, net.minecraft.world.entity.monster.EnderMan)
 
 This event is Cancelable.
 If this event is canceled, the Enderman will not target the player.
 
 This event does not have a Event.Result.
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.event.entity.living.LivingEventLivingEvent.LivingJumpEvent, LivingEvent.LivingTickEvent, LivingEvent.LivingVisibilityEventNested classes/interfaces inherited from class net.minecraftforge.event.entity.EntityEventEntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.SizeNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
player
 
- 
- 
Constructor Details- 
EnderManAngerEvent
 
- 
- 
Method Details- 
getPlayerThe player that is being checked.
- 
getEntity- Overrides:
- getEntityin class- LivingEvent
 
 
-