Class MORTUOS_SUSCITATE

All Implemented Interfaces:
org.bukkit.event.Listener

public final class MORTUOS_SUSCITATE extends ItemToEntityTransfiguration
Transfigures a rotten flesh into inferi
See Also:
  • Constructor Details

    • MORTUOS_SUSCITATE

      public MORTUOS_SUSCITATE(Ollivanders2 plugin)
      Default constructor for use in generating spell text. Do not use to cast the spell.
      Parameters:
      plugin - the Ollivanders2 plugin
    • MORTUOS_SUSCITATE

      public MORTUOS_SUSCITATE(@NotNull @NotNull Ollivanders2 plugin, @NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull Double rightWand)
      Constructor.
      Parameters:
      plugin - a callback to the MC plugin
      player - the player who cast this spell
      rightWand - which wand the player was using
  • Method Details

    • onEntityDamageEvent

      public void onEntityDamageEvent(org.bukkit.event.entity.EntityDamageByEntityEvent event)
      Prevent the golem from harming its creator and have it attack anyone who does
      Parameters:
      event - the entity damage event
    • onEntityTargetEvent

      public void onEntityTargetEvent(org.bukkit.event.entity.EntityTargetEvent event)
      Prevent inferi from targeting its creator.
      Parameters:
      event - the entity target event