Interface Fireball

All Superinterfaces:
CommandSender, Entity, Explosive, Metadatable, Nameable, Permissible, PersistentDataHolder, Projectile, ServerOperator
All Known Subinterfaces:
DragonFireball, LargeFireball, SizedFireball, SmallFireball, WindCharge, WitherSkull

public interface Fireball extends Projectile, Explosive
Represents a Fireball.
  • Method Details

    • setDirection

      void setDirection(@NotNull Vector direction)
      Fireballs fly straight and do not take setVelocity(...) well.
      Parameters:
      direction - the direction this fireball is flying toward
    • getDirection

      @NotNull Vector getDirection()
      Retrieve the direction this fireball is heading toward
      Returns:
      the direction