Class spawnbrood

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

public class spawnbrood extends Object implements Ability
Ability: Mother’s Brood Spawns a number of spiders around the rare entity and sets their target. Creates particle and sound effects at each spawn location.

This ability is used to summon a brood of spiders to attack the rare entity's target.

  • Constructor Details

    • spawnbrood

      public spawnbrood()
  • Method Details

    • execute

      public void execute(EntityData data, org.bukkit.entity.Mob rare)
      Executes the Mother’s Brood ability, spawning spiders around the rare entity. Each spider is set to be aware, targets the rare entity's target, and is tagged as a minion. Particle and sound effects are played at each spawn location.
      Specified by:
      execute in interface Ability
      Parameters:
      data - The EntityData for the rare entity.
      rare - The Mob instance representing the rare entity.