Class ProjectileSpawned


  • public class ProjectileSpawned
    extends java.lang.Object
    An event called whenever a Projectile has spawned.
    • Constructor Detail

      • ProjectileSpawned

        public ProjectileSpawned()
    • Method Detail

      • getProjectile

        public Projectile getProjectile()
        The spawned projectile.
      • setProjectile

        public void setProjectile​(Projectile projectile)
        The spawned projectile.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object