Class thornmaw

java.lang.Object
valorless.rarespawns.ability.builtin.thornmaw
All Implemented Interfaces:
Ability

public class thornmaw extends Object implements Ability
Ability: Thornmaw Spawns a line of Evoker Fangs between the rare entity and each nearby player. Plays spell sound and witch particles at the origin.

This ability is used to attack nearby players with a line of fangs.

  • Constructor Details

    • thornmaw

      public thornmaw()
  • Method Details

    • execute

      public void execute(EntityData data, org.bukkit.entity.Mob rare)
      Executes the Thornmaw ability, spawning fangs between the rare entity and each nearby player.
      Specified by:
      execute in interface Ability
      Parameters:
      data - The EntityData for the rare entity.
      rare - The Mob instance representing the rare entity.