Uses of Class
com.sucy.skill.api.projectile.CustomProjectile
Packages that use CustomProjectile
-
Uses of CustomProjectile in com.sucy.skill.api.projectile
Subclasses of CustomProjectile in com.sucy.skill.api.projectileModifier and TypeClassDescriptionclassProSkillAPI © 2023 com.sucy.skill.api.projectile.HomingProjectileclassRepresents a projectile that uses an item as the actual projectile.classA fake projectile that plays particles along its pathMethods in com.sucy.skill.api.projectile with parameters of type CustomProjectileModifier and TypeMethodDescriptionvoidProjectileCallback.callback(CustomProjectile projectile, org.bukkit.entity.LivingEntity hit) The callback method for when a projectile hits something or lands on the ground.Constructors in com.sucy.skill.api.projectile with parameters of type CustomProjectileModifierConstructorDescriptionHomingProjectile(CustomProjectile baseProjectile, EffectTarget target, double angle) -
Uses of CustomProjectile in com.sucy.skill.dynamic.mechanic
Methods in com.sucy.skill.dynamic.mechanic with parameters of type CustomProjectileModifier and TypeMethodDescriptionvoidItemProjectileMechanic.callback(CustomProjectile projectile, org.bukkit.entity.LivingEntity hit) The callback for the projectiles that applies child componentsvoidParticleProjectileMechanic.callback(CustomProjectile projectile, org.bukkit.entity.LivingEntity hit) The callback for the projectiles that applies child components