Uses of Interface
studio.magemonkey.fabled.api.projectile.ProjectileCallback
Packages that use ProjectileCallback
Package
Description
-
Uses of ProjectileCallback in studio.magemonkey.fabled.api.projectile
Fields in studio.magemonkey.fabled.api.projectile declared as ProjectileCallbackMethods in studio.magemonkey.fabled.api.projectile with parameters of type ProjectileCallbackModifier and TypeMethodDescriptionstatic List
<ItemProjectile> ItemProjectile.rain
(org.bukkit.entity.LivingEntity shooter, int level, org.bukkit.Location center, Settings settings, org.bukkit.inventory.ItemStack item, double radius, double height, double speed, int amount, ProjectileCallback callback, int lifespan, int distance, boolean collideWalls) Fires a spread of projectiles from the location.static 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.void
CustomProjectile.setCallback
(ProjectileCallback callback) Sets the callback handler for the projectilestatic List
<ItemProjectile> ItemProjectile.spread
(org.bukkit.entity.LivingEntity shooter, int level, org.bukkit.util.Vector direction, org.bukkit.Location loc, Settings settings, org.bukkit.inventory.ItemStack item, double angle, int amount, ProjectileCallback callback, int lifespan, int distance, boolean collideWalls) 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. -
Uses of ProjectileCallback in studio.magemonkey.fabled.dynamic.mechanic
Classes in studio.magemonkey.fabled.dynamic.mechanic that implement ProjectileCallbackModifier and TypeClassDescriptionclass
Launches a projectile using an item as its visual that applies child components upon landing -
Uses of ProjectileCallback in studio.magemonkey.fabled.dynamic.mechanic.particle
Classes in studio.magemonkey.fabled.dynamic.mechanic.particle that implement ProjectileCallback