Class EnderManAngerEvent

java.lang.Object
net.neoforged.bus.api.Event
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent

public class EnderManAngerEvent extends LivingEvent implements net.neoforged.bus.api.ICancellableEvent
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 IItemExtension.isGazeDisguise(net.minecraft.world.item.ItemStack, net.minecraft.world.entity.player.Player, net.minecraft.world.entity.LivingEntity)

This event is ICancellableEvent. If this event is canceled, the Enderman will not target the player.

  • Field Details

    • player

      private final net.minecraft.world.entity.player.Player player
  • Constructor Details

    • EnderManAngerEvent

      public EnderManAngerEvent(net.minecraft.world.entity.monster.EnderMan enderman, net.minecraft.world.entity.player.Player player)
  • Method Details

    • getPlayer

      public net.minecraft.world.entity.player.Player getPlayer()
      The player that is being checked.
    • getEntity

      public net.minecraft.world.entity.monster.EnderMan getEntity()
      Overrides:
      getEntity in class LivingEvent