Uses of Interface
valorless.rarespawns.ability.Ability
Packages that use Ability
Package
Description
Built-in abilities for easy usage.
Builders and factories for items and entities.
-
Uses of Ability in valorless.rarespawns.ability.builtin
Classes in valorless.rarespawns.ability.builtin that implement AbilityModifier and TypeClassDescriptionclassAbility: Call Hive Spawns a number of angry bees around the rare entity and sets their target.classAbility: Curse of Undead Applies a slowness effect to nearby players and sets them on fire if exposed to sunlight during the day.classAbility: Frosted Fur Applies a slowness effect to attackers of the rare entity, and freezes players who shoot arrows at it.classAbility: Hardened Iron Cancels projectile damage to the rare entity when its health drops below 50%.classAbility: Night Cloak Makes the rare entity invisible during the night.classAbility: Mother’s Brood Spawns a number of spiders around the rare entity and sets their target.classAbility: Thornmaw Spawns a line of Evoker Fangs between the rare entity and each nearby player.classAbility: Undying Commander Spawns a number of minions around the rare entity and sets their target. -
Uses of Ability in valorless.rarespawns.builders
Methods in valorless.rarespawns.builders that return types with arguments of type AbilityModifier and TypeMethodDescriptionAbilityCreator.getAbilities()Returns a clone of the abilities map containing all compiled ability classes.AbilityCreator.getAbility(String id) Retrieves a compiled ability class by its unique ID.Method parameters in valorless.rarespawns.builders with type arguments of type AbilityModifier and TypeMethodDescriptionstatic booleanAbilityCreator.addAbility(String id, Class<? extends Ability> abilityInstance) Adds a new ability to the collection with the provided ID.