ProjectileDamage

public class ProjectileDamage

Handles visual projectile damage for boss powers like GoldShotgun and GoldExplosion. Uses packet-based FakeItem entities that cannot be picked up by hoppers or players.

Constructors

Link copied to clipboard
public void ProjectileDamage()

Types

Link copied to clipboard
public class FakeProjectile
Represents a fake visual projectile with physics simulation.

Functions

Link copied to clipboard
public static ProjectileDamage.FakeProjectile createGoldNuggetProjectile(Location location, Vector velocity)
Creates a gold nugget projectile at the specified location with the given velocity.
Link copied to clipboard
public static void doGoldNuggetDamage(List<ProjectileDamage.FakeProjectile> projectiles, EliteEntity eliteEntity)
Handles damage dealing for fake gold nugget projectiles.