Uses of Class
studio.magemonkey.fabled.api.projectile.ParticleProjectile
Packages that use ParticleProjectile
-
Uses of ParticleProjectile in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return ParticleProjectileModifier and TypeMethodDescriptionParticleProjectileHitEvent.getProjectile()Retrieves the projectile that hit something.Constructors in studio.magemonkey.fabled.api.event with parameters of type ParticleProjectileModifierConstructorDescriptionParticleProjectileExpireEvent(ParticleProjectile projectile) Initializes a new event.ParticleProjectileHitEvent(ParticleProjectile projectile, org.bukkit.entity.LivingEntity target) Initializes a new event.ParticleProjectileLandEvent(ParticleProjectile projectile) Initializes a new event.ParticleProjectileLaunchEvent(ParticleProjectile projectile) Initializes a new event. -
Uses of ParticleProjectile in studio.magemonkey.fabled.api.projectile
Methods in studio.magemonkey.fabled.api.projectile that return types with arguments of type ParticleProjectileModifier and TypeMethodDescriptionstatic List<ParticleProjectile> ParticleProjectile.rain(org.bukkit.entity.LivingEntity shooter, int level, org.bukkit.Location center, Settings settings, double radius, double height, int amount, ProjectileCallback callback, int lifespan, int distance) Fires a spread of projectiles from the location.static List<ParticleProjectile> ParticleProjectile.spread(org.bukkit.entity.LivingEntity shooter, int level, org.bukkit.util.Vector direction, org.bukkit.Location loc, Settings settings, double angle, int amount, ProjectileCallback callback, int lifespan, int distance) Fires a spread of projectiles from the location.