Class ProjectileSpawn

java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.ProjectileSpawn
All Implemented Interfaces:
Event

public final class ProjectileSpawn extends StoppableEvent
A projectile has been registered in the system (ProjectileSystem.register())
  • Constructor Details

    • ProjectileSpawn

      public ProjectileSpawn(Projectile projectile)
  • Method Details