Interface Followable

All Known Implementing Classes:
CustomProjectile, ItemProjectile, ParticleProjectile

public interface Followable
Interface allowing something to be followed by particle effects
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.Location
     
    boolean
     
  • Method Details

    • getLocation

      org.bukkit.Location getLocation()
      Returns:
      retrieves the location of the object
    • isValid

      boolean isValid()
      Returns:
      true if can be followed still